Linen (Neutral)
#FAEEE0
RGB: 250, 238, 224
Color OverviewHEX #FAEEE0
#FAEEE0 Color Code Information
In the RGB color space, #FAEEE0 is composed of 98% red, 93% green, and 88% blue. In the HSL color space, it has a hue of 32°, saturation of 72%, and lightness of 93%.
HEX
#FAEEE0
RGB
250, 238, 224
HSL
32°, 72%, 93%
HSV
32°, 10%, 98%
CMYK
0%, 5%, 10%, 2%
Name Match
Linen
Closest StandardShades of #FAEEE0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #FAEEE0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #FAEEE0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #FAEEE0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #FAEEE0 Background
Contrast Ratio against Pure White (#FFFFFF):1.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #FAEEE0 Background
Contrast Ratio against Pure Black (#000000):18.37 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #FAEEE0;
}
.element {
color: #FAEEE0;
background-color: #FAEEE0;
border-color: #FAEEE0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#FAEEE0] text-[#FAEEE0] border-[#FAEEE0]"> Content styled with #FAEEE0 </div>