Misty Rose (Pink)
#FAE0EF
RGB: 250, 224, 239
Color OverviewHEX #FAE0EF

#FAE0EF Color Code Information

In the RGB color space, #FAE0EF is composed of 98% red, 88% green, and 94% blue. In the HSL color space, it has a hue of 325°, saturation of 72%, and lightness of 93%.

HEX
#FAE0EF
RGB
250, 224, 239
HSL
325°, 72%, 93%
HSV
325°, 10%, 98%
CMYK
0%, 10%, 4%, 2%
Name Match
Misty Rose
Closest Standard

Shades of #FAE0EF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #FAE0EF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #FAE0EF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #FAE0EF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #FAE0EF Background
Contrast Ratio against Pure White (#FFFFFF):1.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FAE0EF Background
Contrast Ratio against Pure Black (#000000):16.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #FAE0EF;
}

.element {
  color: #FAE0EF;
  background-color: #FAE0EF;
  border-color: #FAE0EF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#FAE0EF] text-[#FAE0EF] border-[#FAE0EF]">
  Content styled with #FAE0EF
</div>