RGB
255, 248, 220
HSL
48°, 100%, 93%
CMYK
0, 3, 14, 0
HSV
48°, 14%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFF8DC |
color: #FFF8DC;
|
| RGB | 255, 248, 220 |
color: rgb(255, 248, 220);
|
| RGB Percentage | 100%, 97%, 86% |
color: rgb(100%, 97%, 86%);
|
| CMYK | 0%, 3%, 14%, 0% | Not supported in CSS |
| HSL | 48°, 100%, 93% |
color: hsl(48, 100%, 93%);
|
| HSV | 48°, 14%, 100% | Not supported in CSS |
| CIE-LAB | 74, 1, 9 |
color: lab(74% 1 9);
|
| Decimal | 16775388 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.cornsilk {
color: #FFF8DC;
}
SCSS
$cornsilk: #FFF8DC;
RGB
rgb(255, 248, 220)
Accessibility & Contrast
White background
1.07:1
1.07
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
19.71:1
19.71
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element