Rose White Color

What Color is Rose White?

Rose white is a white with pink. It looks gentle like flower.

#FFF0F5
FormatCodeImage
Hex
#FFF0F5
Rose White Color Code
RGB
255, 240, 245
HSL
340, 100%, 97%
CMYK
0%, 6%, 4%, 0%
OKLCH
oklch(0.968 0.017 355)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF1.10:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000019.03:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.01:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A15.78:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #33333311.45:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Rose White Color */
:root {
  --color-rose-white-color: #FFF0F5;
  --color-rose-white-color-rgb: 255, 240, 245;
}

.element {
  background-color: var(--color-rose-white-color);
  color: rgba(var(--color-rose-white-color-rgb), 0.8);
}
SCSS
// Rose White Color Variables
$rose-white-color: #FFF0F5;
$rose-white-color-rgb: 255, 240, 245;

// Usage
.element {
  background-color: $rose-white-color;
  border-color: darken($rose-white-color, 10%);
  box-shadow: 0 4px 6px rgba($rose-white-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'rose-white-color': '#FFF0F5',
        'rose-white-color-light': '#FFE5EE',
        'rose-white-color-dark': '#FFA3C2',
      },
    },
  },
}
JSON
{
  "name": "Rose White Color",
  "hex": "#FFF0F5",
  "rgb": {
    "r": 255,
    "g": 240,
    "b": 245
  },
  "hsl": {
    "h": 340,
    "s": 100,
    "l": 97
  }
}

Visual Usage Examples

See how Rose White Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial