Shades of Snow Flurry #E2FAC9
Tints of Snow Flurry #E2FAC9
RGB
CMYK
RGB Variations
Color information
#E2FAC9 (or 0xE2FAC9) is known color: Snow Flurry. HEX triplet: E2, FA and C9. RGB value is (226,250,201). Sum of RGB (Red+Green+Blue) = 226+250+201=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 201 (78.91% from 255 or 29.69% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAC9 is #1D0536. Grayscale: #EDEDED. Windows color (decimal): -1901879 or 13236962. OLE color: 13236962.
HSL color Cylindrical-coordinate representation of color #E2FAC9: hue angle of 89.39º 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 #E2FAC9 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 250 | 201 | - |
CMYK | 0.10 | 0 | 0.20 | 0.02 |
HSL | 89.39º | 0.83% | 0.88% | - |
HSV(B) | 89.39º | 0.2% | 0.98% | - |
XYZ | 76.09 | 88.76 | 68.38 | - |
YUV | 237.24 | 107.55 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 250 | 201 | 0.10 | 0 | 0.20 | 0.02 | 89.39 | 0.83 | 0.88 |
Hex | E2 | FA | C9 | A | 0 | 14 | 2 | 59 | 53 | 58 |
Octal | 342 | 372 | 311 | 12 | 0 | 24 | 2 | 131 | 123 | 130 |
Binary | 11100010 | 11111010 | 11001001 | 1010 | 0 | 10100 | 10 | 1011001 | 1010011 | 1011000 |
Color Harmonies of #E2FAC9
Complementary color
Monochromatic Colors of #E2FAC9
Black with #E2FAC9
Text Example
Text Example
White with #E2FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAC9; }
p { color: rgb(226,250,201); }
H1.HeaderClassName
{
color: #E2FAC9;
}
.AnyTagClassName
{
color: #E2FAC9;
}
</style>
background-color css
<style>
a { background-color: #E2FAC9; }
a { background-color: rgb(226,250,201); }
div.DivClassName
{
background-color: #E2FAC9;
}
.BgClassName
{
background-color: #E2FAC9;
}
</style>
border-color css
<style>
span { border-color: #E2FAC9; }
span { border-color: rgb(226,250,201); }
td.TdClassName
{
border-color: #E2FAC9;
}
.TagClassName
{
border-color: #E2FAC9;
}
</style>