Shades of Snow Flurry #E5FAC6
Tints of Snow Flurry #E5FAC6
RGB
CMYK
RGB Variations
Color information
#E5FAC6 (or 0xE5FAC6) is known color: Snow Flurry. HEX triplet: E5, FA and C6. RGB value is (229,250,198). Sum of RGB (Red+Green+Blue) = 229+250+198=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 198 (77.73% from 255 or 29.25% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FAC6 is #1A0539. Grayscale: #EDEDED. Windows color (decimal): -1705274 or 13040357. OLE color: 13040357.
HSL color Cylindrical-coordinate representation of color #E5FAC6: hue angle of 84.23º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5FAC6 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 198 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.02 |
| HSL | 84.23º | 0.84% | 0.88% | - |
| HSV(B) | 84.23º | 0.21% | 0.98% | - |
| XYZ | 76.69 | 89.11 | 66.58 | - |
| YUV | 237.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 198 | 0.08 | 0 | 0.21 | 0.02 | 84.23 | 0.84 | 0.88 |
| Hex | E5 | FA | C6 | 8 | 0 | 15 | 2 | 54 | 54 | 58 |
| Octal | 345 | 372 | 306 | 10 | 0 | 25 | 2 | 124 | 124 | 130 |
| Binary | 11100101 | 11111010 | 11000110 | 1000 | 0 | 10101 | 10 | 1010100 | 1010100 | 1011000 |
Color Harmonies of #E5FAC6
Complementary color
Monochromatic Colors of #E5FAC6
Black with #E5FAC6
Text Example
Text Example
White with #E5FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAC6; }
p { color: rgb(229,250,198); }
H1.HeaderClassName
{
color: #E5FAC6;
}
.AnyTagClassName
{
color: #E5FAC6;
}
</style>
background-color css
<style>
a { background-color: #E5FAC6; }
a { background-color: rgb(229,250,198); }
div.DivClassName
{
background-color: #E5FAC6;
}
.BgClassName
{
background-color: #E5FAC6;
}
</style>
border-color css
<style>
span { border-color: #E5FAC6; }
span { border-color: rgb(229,250,198); }
td.TdClassName
{
border-color: #E5FAC6;
}
.TagClassName
{
border-color: #E5FAC6;
}
</style>