Shades of Snow Flurry #E9FABC
Tints of Snow Flurry #E9FABC
RGB
CMYK
RGB Variations
Color information
#E9FABC (or 0xE9FABC) is known color: Snow Flurry. HEX triplet: E9, FA and BC. RGB value is (233,250,188). Sum of RGB (Red+Green+Blue) = 233+250+188=671 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.72% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #E9FABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FABC is #160543. Grayscale: #EEEEEE. Windows color (decimal): -1443140 or 12385001. OLE color: 12385001.
HSL color Cylindrical-coordinate representation of color #E9FABC: hue angle of 76.45º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9FABC is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 250 | 188 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.02 |
| HSL | 76.45º | 0.86% | 0.86% | - |
| HSV(B) | 76.45º | 0.25% | 0.98% | - |
| XYZ | 76.87 | 89.33 | 60.77 | - |
| YUV | 237.85 | 99.87 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 250 | 188 | 0.07 | 0 | 0.25 | 0.02 | 76.45 | 0.86 | 0.86 |
| Hex | E9 | FA | BC | 7 | 0 | 19 | 2 | 4C | 56 | 56 |
| Octal | 351 | 372 | 274 | 7 | 0 | 31 | 2 | 114 | 126 | 126 |
| Binary | 11101001 | 11111010 | 10111100 | 111 | 0 | 11001 | 10 | 1001100 | 1010110 | 1010110 |
Color Harmonies of #E9FABC
Complementary color
Monochromatic Colors of #E9FABC
Black with #E9FABC
Text Example
Text Example
White with #E9FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FABC; }
p { color: rgb(233,250,188); }
H1.HeaderClassName
{
color: #E9FABC;
}
.AnyTagClassName
{
color: #E9FABC;
}
</style>
background-color css
<style>
a { background-color: #E9FABC; }
a { background-color: rgb(233,250,188); }
div.DivClassName
{
background-color: #E9FABC;
}
.BgClassName
{
background-color: #E9FABC;
}
</style>
border-color css
<style>
span { border-color: #E9FABC; }
span { border-color: rgb(233,250,188); }
td.TdClassName
{
border-color: #E9FABC;
}
.TagClassName
{
border-color: #E9FABC;
}
</style>