#FFF0F8
A very light, vivid neutral closely aligning with Lavenderblush.
About #FFF0F8
At its core, #FFF0F8 is a very light and vivid hue. Its closest recognized web color is Lavenderblush. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 248.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 6% Magenta, 3% Yellow, and 0% Black. With a hue angle of 328.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFF0F8
RGB255, 240, 248
HSL328.0°, 100.0%, 97.1%
CMYK0%, 6%, 3%, 0%
HSV328.0°, 5.9%, 100.0%
LAB96.1, 6.4, -2.0
XYZ89.3, 90.4, 101.5
Decimal16773368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.07:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF0F8;
}
.text-color {
color: #FFF0F8;
}
.border-color {
border: 2px solid #FFF0F8;
}