Shades of Snow Flurry #E8FABF
Tints of Snow Flurry #E8FABF
RGB
CMYK
RGB Variations
Color information
#E8FABF (or 0xE8FABF) is known color: Snow Flurry. HEX triplet: E8, FA and BF. RGB value is (232,250,191). Sum of RGB (Red+Green+Blue) = 232+250+191=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FABF is #170540. Grayscale: #EEEEEE. Windows color (decimal): -1508673 or 12581608. OLE color: 12581608.
HSL color Cylindrical-coordinate representation of color #E8FABF: hue angle of 78.31º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8FABF is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 191 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.02 |
| HSL | 78.31º | 0.86% | 0.86% | - |
| HSV(B) | 78.31º | 0.24% | 0.98% | - |
| XYZ | 76.87 | 89.29 | 62.47 | - |
| YUV | 237.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 191 | 0.07 | 0 | 0.24 | 0.02 | 78.31 | 0.86 | 0.86 |
| Hex | E8 | FA | BF | 7 | 0 | 18 | 2 | 4E | 56 | 56 |
| Octal | 350 | 372 | 277 | 7 | 0 | 30 | 2 | 116 | 126 | 126 |
| Binary | 11101000 | 11111010 | 10111111 | 111 | 0 | 11000 | 10 | 1001110 | 1010110 | 1010110 |
Color Harmonies of #E8FABF
Complementary color
Monochromatic Colors of #E8FABF
Black with #E8FABF
Text Example
Text Example
White with #E8FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FABF; }
p { color: rgb(232,250,191); }
H1.HeaderClassName
{
color: #E8FABF;
}
.AnyTagClassName
{
color: #E8FABF;
}
</style>
background-color css
<style>
a { background-color: #E8FABF; }
a { background-color: rgb(232,250,191); }
div.DivClassName
{
background-color: #E8FABF;
}
.BgClassName
{
background-color: #E8FABF;
}
</style>
border-color css
<style>
span { border-color: #E8FABF; }
span { border-color: rgb(232,250,191); }
td.TdClassName
{
border-color: #E8FABF;
}
.TagClassName
{
border-color: #E8FABF;
}
</style>