#FFF0F5
A very light, vivid neutral closely aligning with Lavenderblush.
About #FFF0F5
At its core, #FFF0F5 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 245.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 6% magenta, 4% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFF0F5
RGB255, 240, 245
HSL340.0°, 100.0%, 97.1%
CMYK0%, 6%, 4%, 0%
HSV340.0°, 5.9%, 100.0%
LAB96.1, 5.9, -0.6
XYZ88.9, 90.2, 99.1
Decimal16773365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.03:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF0F5;
}
.text-color {
color: #FFF0F5;
}
.border-color {
border: 2px solid #FFF0F5;
}