Shades of Snow Flurry #E2FAC8
Tints of Snow Flurry #E2FAC8
RGB
CMYK
RGB Variations
Color information
#E2FAC8 (or 0xE2FAC8) is known color: Snow Flurry. HEX triplet: E2, FA and C8. RGB value is (226,250,200). Sum of RGB (Red+Green+Blue) = 226+250+200=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FAC8 is #1D0537. Grayscale: #EDEDED. Windows color (decimal): -1901880 or 13171426. OLE color: 13171426.
HSL color Cylindrical-coordinate representation of color #E2FAC8: hue angle of 88.8º 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 #E2FAC8 is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 200 | - |
| CMYK | 0.10 | 0 | 0.2 | 0.02 |
| HSL | 88.8º | 0.83% | 0.88% | - |
| HSV(B) | 88.8º | 0.2% | 0.98% | - |
| XYZ | 75.97 | 88.71 | 67.76 | - |
| YUV | 237.12 | 107.05 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 200 | 0.10 | 0 | 0.2 | 0.02 | 88.8 | 0.83 | 0.88 |
| Hex | E2 | FA | C8 | A | 0 | 14 | 2 | 59 | 53 | 58 |
| Octal | 342 | 372 | 310 | 12 | 0 | 24 | 2 | 131 | 123 | 130 |
| Binary | 11100010 | 11111010 | 11001000 | 1010 | 0 | 10100 | 10 | 1011001 | 1010011 | 1011000 |
Color Harmonies of #E2FAC8
Complementary color
Monochromatic Colors of #E2FAC8
Black with #E2FAC8
Text Example
Text Example
White with #E2FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FAC8; }
p { color: rgb(226,250,200); }
H1.HeaderClassName
{
color: #E2FAC8;
}
.AnyTagClassName
{
color: #E2FAC8;
}
</style>
background-color css
<style>
a { background-color: #E2FAC8; }
a { background-color: rgb(226,250,200); }
div.DivClassName
{
background-color: #E2FAC8;
}
.BgClassName
{
background-color: #E2FAC8;
}
</style>
border-color css
<style>
span { border-color: #E2FAC8; }
span { border-color: rgb(226,250,200); }
td.TdClassName
{
border-color: #E2FAC8;
}
.TagClassName
{
border-color: #E2FAC8;
}
</style>