RGB
255, 250, 250
HSL
0°, 100%, 99%
CMYK
0, 2, 2, 0
HSV
0°, 2%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFFAFA |
color: #FFFAFA;
|
| RGB | 255, 250, 250 |
color: rgb(255, 250, 250);
|
| RGB Percentage | 100%, 98%, 98% |
color: rgb(100%, 98%, 98%);
|
| CMYK | 0%, 2%, 2%, 0% | Not supported in CSS |
| HSL | 0°, 100%, 99% |
color: hsl(0, 100%, 99%);
|
| HSV | 0°, 2%, 100% | Not supported in CSS |
| CIE-LAB | 79, 1, 0 |
color: lab(79% 1 0);
|
| Decimal | 16775930 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.snow {
color: #FFFAFA;
}
SCSS
$snow: #FFFAFA;
RGB
rgb(255, 250, 250)
Accessibility & Contrast
White background
1.03:1
1.03
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
20.31:1
20.31
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element