#FFF0F0
A very light, vivid neutral closely aligning with Lavenderblush.
About #FFF0F0
Visually, #FFF0F0 is defined as a vivid neutral. It is closely associated with the named CSS color Lavenderblush. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 240, and 240.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 6% magenta, 6% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFF0F0
RGB255, 240, 240
HSL0.0°, 100.0%, 97.1%
CMYK0%, 6%, 6%, 0%
HSV0.0°, 5.9%, 100.0%
LAB95.9, 5.0, 1.8
XYZ88.1, 89.9, 95.1
Decimal16773360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.11:1
Text on #FFFFFF
FAIL
18.97:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF0F0;
}
.text-color {
color: #FFF0F0;
}
.border-color {
border: 2px solid #FFF0F0;
}