Shades of Snow Flurry #E8FAC2
Tints of Snow Flurry #E8FAC2
RGB
CMYK
RGB Variations
Color information
#E8FAC2 (or 0xE8FAC2) is known color: Snow Flurry. HEX triplet: E8, FA and C2. RGB value is (232,250,194). Sum of RGB (Red+Green+Blue) = 232+250+194=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 194 (76.17% from 255 or 28.70% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FAC2 is #17053D. Grayscale: #EEEEEE. Windows color (decimal): -1508670 or 12778216. OLE color: 12778216.
HSL color Cylindrical-coordinate representation of color #E8FAC2: hue angle of 79.29º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8FAC2 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 194 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.02 |
| HSL | 79.29º | 0.85% | 0.87% | - |
| HSV(B) | 79.29º | 0.22% | 0.98% | - |
| XYZ | 77.2 | 89.42 | 64.23 | - |
| YUV | 238.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 194 | 0.07 | 0 | 0.22 | 0.02 | 79.29 | 0.85 | 0.87 |
| Hex | E8 | FA | C2 | 7 | 0 | 16 | 2 | 4F | 55 | 57 |
| Octal | 350 | 372 | 302 | 7 | 0 | 26 | 2 | 117 | 125 | 127 |
| Binary | 11101000 | 11111010 | 11000010 | 111 | 0 | 10110 | 10 | 1001111 | 1010101 | 1010111 |
Color Harmonies of #E8FAC2
Complementary color
Monochromatic Colors of #E8FAC2
Black with #E8FAC2
Text Example
Text Example
White with #E8FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAC2; }
p { color: rgb(232,250,194); }
H1.HeaderClassName
{
color: #E8FAC2;
}
.AnyTagClassName
{
color: #E8FAC2;
}
</style>
background-color css
<style>
a { background-color: #E8FAC2; }
a { background-color: rgb(232,250,194); }
div.DivClassName
{
background-color: #E8FAC2;
}
.BgClassName
{
background-color: #E8FAC2;
}
</style>
border-color css
<style>
span { border-color: #E8FAC2; }
span { border-color: rgb(232,250,194); }
td.TdClassName
{
border-color: #E8FAC2;
}
.TagClassName
{
border-color: #E8FAC2;
}
</style>