Shades of Snow Flurry #E9FAC9
Tints of Snow Flurry #E9FAC9
RGB
CMYK
RGB Variations
Color information
#E9FAC9 (or 0xE9FAC9) is known color: Snow Flurry. HEX triplet: E9, FA and C9. RGB value is (233,250,201). Sum of RGB (Red+Green+Blue) = 233+250+201=684 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.06% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 201 (78.91% from 255 or 29.39% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FAC9 is #160536. Grayscale: #EFEFEF. Windows color (decimal): -1443127 or 13236969. OLE color: 13236969.
HSL color Cylindrical-coordinate representation of color #E9FAC9: hue angle of 80.82º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9FAC9 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 201 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.02 |
| HSL | 80.82º | 0.83% | 0.88% | - |
| HSV(B) | 80.82º | 0.2% | 0.98% | - |
| XYZ | 78.33 | 89.91 | 68.48 | - |
| YUV | 239.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 201 | 0.07 | 0 | 0.20 | 0.02 | 80.82 | 0.83 | 0.88 |
| Hex | E9 | FA | C9 | 7 | 0 | 14 | 2 | 51 | 53 | 58 |
| Octal | 351 | 372 | 311 | 7 | 0 | 24 | 2 | 121 | 123 | 130 |
| Binary | 11101001 | 11111010 | 11001001 | 111 | 0 | 10100 | 10 | 1010001 | 1010011 | 1011000 |
Color Harmonies of #E9FAC9
Complementary color
Monochromatic Colors of #E9FAC9
Black with #E9FAC9
Text Example
Text Example
White with #E9FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FAC9; }
p { color: rgb(233,250,201); }
H1.HeaderClassName
{
color: #E9FAC9;
}
.AnyTagClassName
{
color: #E9FAC9;
}
</style>
background-color css
<style>
a { background-color: #E9FAC9; }
a { background-color: rgb(233,250,201); }
div.DivClassName
{
background-color: #E9FAC9;
}
.BgClassName
{
background-color: #E9FAC9;
}
</style>
border-color css
<style>
span { border-color: #E9FAC9; }
span { border-color: rgb(233,250,201); }
td.TdClassName
{
border-color: #E9FAC9;
}
.TagClassName
{
border-color: #E9FAC9;
}
</style>