RGB
242, 240, 239
HSL
20°, 10%, 94%
CMYK
0, 1, 1, 5
HSV
20°, 1%, 95%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #F2F0EF |
color: #F2F0EF;
|
| RGB | 242, 240, 239 |
color: rgb(242, 240, 239);
|
| RGB Percentage | 95%, 94%, 94% |
color: rgb(95%, 94%, 94%);
|
| CMYK | 0%, 1%, 1%, 5% | Not supported in CSS |
| HSL | 20°, 10%, 94% |
color: hsl(20, 10%, 94%);
|
| HSV | 20°, 1%, 95% | Not supported in CSS |
| CIE-LAB | 75, 0, 0 |
color: lab(75% 0 0);
|
| Decimal | 15921391 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.off-white {
color: #F2F0EF;
}
SCSS
$off-white: #F2F0EF;
RGB
rgb(242, 240, 239)
Accessibility & Contrast
White background
1.14:1
1.14
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
18.49:1
18.49
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element