Shades of Snow Flurry #E5FACC
Tints of Snow Flurry #E5FACC
RGB
CMYK
RGB Variations
Color information
#E5FACC (or 0xE5FACC) is known color: Snow Flurry. HEX triplet: E5, FA and CC. RGB value is (229,250,204). Sum of RGB (Red+Green+Blue) = 229+250+204=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FACC is #1A0533. Grayscale: #EEEEEE. Windows color (decimal): -1705268 or 13433573. OLE color: 13433573.
HSL color Cylindrical-coordinate representation of color #E5FACC: hue angle of 87.39º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5FACC is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 204 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.02 |
| HSL | 87.39º | 0.82% | 0.89% | - |
| HSV(B) | 87.39º | 0.18% | 0.98% | - |
| XYZ | 77.4 | 89.39 | 70.3 | - |
| YUV | 238.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 204 | 0.08 | 0 | 0.18 | 0.02 | 87.39 | 0.82 | 0.89 |
| Hex | E5 | FA | CC | 8 | 0 | 12 | 2 | 57 | 52 | 59 |
| Octal | 345 | 372 | 314 | 10 | 0 | 22 | 2 | 127 | 122 | 131 |
| Binary | 11100101 | 11111010 | 11001100 | 1000 | 0 | 10010 | 10 | 1010111 | 1010010 | 1011001 |
Color Harmonies of #E5FACC
Complementary color
Monochromatic Colors of #E5FACC
Black with #E5FACC
Text Example
Text Example
White with #E5FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FACC; }
p { color: rgb(229,250,204); }
H1.HeaderClassName
{
color: #E5FACC;
}
.AnyTagClassName
{
color: #E5FACC;
}
</style>
background-color css
<style>
a { background-color: #E5FACC; }
a { background-color: rgb(229,250,204); }
div.DivClassName
{
background-color: #E5FACC;
}
.BgClassName
{
background-color: #E5FACC;
}
</style>
border-color css
<style>
span { border-color: #E5FACC; }
span { border-color: rgb(229,250,204); }
td.TdClassName
{
border-color: #E5FACC;
}
.TagClassName
{
border-color: #E5FACC;
}
</style>