Shades of Snow Flurry #E0FABF
Tints of Snow Flurry #E0FABF
RGB
CMYK
RGB Variations
Color information
#E0FABF (or 0xE0FABF) is known color: Snow Flurry. HEX triplet: E0, FA and BF. RGB value is (224,250,191). Sum of RGB (Red+Green+Blue) = 224+250+191=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FABF is #1F0540. Grayscale: #EBEBEB. Windows color (decimal): -2032961 or 12581600. OLE color: 12581600.
HSL color Cylindrical-coordinate representation of color #E0FABF: hue angle of 86.44º 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 #E0FABF is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 191 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.02 |
| HSL | 86.44º | 0.86% | 0.86% | - |
| HSV(B) | 86.44º | 0.24% | 0.98% | - |
| XYZ | 74.33 | 87.98 | 62.35 | - |
| YUV | 235.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 191 | 0.10 | 0 | 0.24 | 0.02 | 86.44 | 0.86 | 0.86 |
| Hex | E0 | FA | BF | A | 0 | 18 | 2 | 56 | 56 | 56 |
| Octal | 340 | 372 | 277 | 12 | 0 | 30 | 2 | 126 | 126 | 126 |
| Binary | 11100000 | 11111010 | 10111111 | 1010 | 0 | 11000 | 10 | 1010110 | 1010110 | 1010110 |
Color Harmonies of #E0FABF
Complementary color
Monochromatic Colors of #E0FABF
Black with #E0FABF
Text Example
Text Example
White with #E0FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FABF; }
p { color: rgb(224,250,191); }
H1.HeaderClassName
{
color: #E0FABF;
}
.AnyTagClassName
{
color: #E0FABF;
}
</style>
background-color css
<style>
a { background-color: #E0FABF; }
a { background-color: rgb(224,250,191); }
div.DivClassName
{
background-color: #E0FABF;
}
.BgClassName
{
background-color: #E0FABF;
}
</style>
border-color css
<style>
span { border-color: #E0FABF; }
span { border-color: rgb(224,250,191); }
td.TdClassName
{
border-color: #E0FABF;
}
.TagClassName
{
border-color: #E0FABF;
}
</style>