Shades of Snow Flurry #E9FBCA
Tints of Snow Flurry #E9FBCA
RGB
CMYK
RGB Variations
Color information
#E9FBCA (or 0xE9FBCA) is known color: Snow Flurry. HEX triplet: E9, FB and CA. RGB value is (233,251,202). Sum of RGB (Red+Green+Blue) = 233+251+202=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #E9FBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FBCA is #160435. Grayscale: #F0F0F0. Windows color (decimal): -1442870 or 13302761. OLE color: 13302761.
HSL color Cylindrical-coordinate representation of color #E9FBCA: hue angle of 82.04º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9FBCA is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 251 | 202 | - |
CMYK | 0.07 | 0 | 0.20 | 0.02 |
HSL | 82.04º | 0.86% | 0.89% | - |
HSV(B) | 82.04º | 0.2% | 0.98% | - |
XYZ | 78.76 | 90.58 | 69.21 | - |
YUV | 240.03 | 106.54 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 251 | 202 | 0.07 | 0 | 0.20 | 0.02 | 82.04 | 0.86 | 0.89 |
Hex | E9 | FB | CA | 7 | 0 | 14 | 2 | 52 | 56 | 59 |
Octal | 351 | 373 | 312 | 7 | 0 | 24 | 2 | 122 | 126 | 131 |
Binary | 11101001 | 11111011 | 11001010 | 111 | 0 | 10100 | 10 | 1010010 | 1010110 | 1011001 |
Color Harmonies of #E9FBCA
Complementary color
Monochromatic Colors of #E9FBCA
Black with #E9FBCA
Text Example
Text Example
White with #E9FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FBCA; }
p { color: rgb(233,251,202); }
H1.HeaderClassName
{
color: #E9FBCA;
}
.AnyTagClassName
{
color: #E9FBCA;
}
</style>
background-color css
<style>
a { background-color: #E9FBCA; }
a { background-color: rgb(233,251,202); }
div.DivClassName
{
background-color: #E9FBCA;
}
.BgClassName
{
background-color: #E9FBCA;
}
</style>
border-color css
<style>
span { border-color: #E9FBCA; }
span { border-color: rgb(233,251,202); }
td.TdClassName
{
border-color: #E9FBCA;
}
.TagClassName
{
border-color: #E9FBCA;
}
</style>