Shades of Snow Flurry #E9FACA
Tints of Snow Flurry #E9FACA
RGB
CMYK
RGB Variations
Color information
#E9FACA (or 0xE9FACA) is known color: Snow Flurry. HEX triplet: E9, FA and CA. RGB value is (233,250,202). Sum of RGB (Red+Green+Blue) = 233+250+202=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FACA is #160535. Grayscale: #EFEFEF. Windows color (decimal): -1443126 or 13302505. OLE color: 13302505.
HSL color Cylindrical-coordinate representation of color #E9FACA: hue angle of 81.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9FACA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 202 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.02 |
| HSL | 81.25º | 0.83% | 0.89% | - |
| HSV(B) | 81.25º | 0.19% | 0.98% | - |
| XYZ | 78.45 | 89.96 | 69.11 | - |
| YUV | 239.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 202 | 0.07 | 0 | 0.19 | 0.02 | 81.25 | 0.83 | 0.89 |
| Hex | E9 | FA | CA | 7 | 0 | 13 | 2 | 51 | 53 | 59 |
| Octal | 351 | 372 | 312 | 7 | 0 | 23 | 2 | 121 | 123 | 131 |
| Binary | 11101001 | 11111010 | 11001010 | 111 | 0 | 10011 | 10 | 1010001 | 1010011 | 1011001 |
Color Harmonies of #E9FACA
Complementary color
Monochromatic Colors of #E9FACA
Black with #E9FACA
Text Example
Text Example
White with #E9FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FACA; }
p { color: rgb(233,250,202); }
H1.HeaderClassName
{
color: #E9FACA;
}
.AnyTagClassName
{
color: #E9FACA;
}
</style>
background-color css
<style>
a { background-color: #E9FACA; }
a { background-color: rgb(233,250,202); }
div.DivClassName
{
background-color: #E9FACA;
}
.BgClassName
{
background-color: #E9FACA;
}
</style>
border-color css
<style>
span { border-color: #E9FACA; }
span { border-color: rgb(233,250,202); }
td.TdClassName
{
border-color: #E9FACA;
}
.TagClassName
{
border-color: #E9FACA;
}
</style>