#F8F0F0
A very light, moderate neutral closely aligning with Whitesmoke.
About #F8F0F0
Visually, #F8F0F0 is defined as a moderate neutral. It is closely associated with the named CSS color Whitesmoke. Its digital footprint relies on 248 parts red, 240 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 3% magenta, 3% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F8F0F0
RGB248, 240, 240
HSL0.0°, 36.4%, 95.7%
CMYK0%, 3%, 3%, 3%
HSV0.0°, 3.2%, 97.3%
LAB95.4, 2.7, 0.9
XYZ85.6, 88.6, 95.0
Decimal16314608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.71:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8F0F0;
}
.text-color {
color: #F8F0F0;
}
.border-color {
border: 2px solid #F8F0F0;
}