Shades of Snow Flurry #E0FABB
Tints of Snow Flurry #E0FABB
RGB
CMYK
RGB Variations
Color information
#E0FABB (or 0xE0FABB) is known color: Snow Flurry. HEX triplet: E0, FA and BB. RGB value is (224,250,187). Sum of RGB (Red+Green+Blue) = 224+250+187=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FABB is #1F0544. Grayscale: #EBEBEB. Windows color (decimal): -2032965 or 12319456. OLE color: 12319456.
HSL color Cylindrical-coordinate representation of color #E0FABB: hue angle of 84.76º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0FABB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 187 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.02 |
| HSL | 84.76º | 0.86% | 0.86% | - |
| HSV(B) | 84.76º | 0.25% | 0.98% | - |
| XYZ | 73.9 | 87.81 | 60.07 | - |
| YUV | 235.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 187 | 0.10 | 0 | 0.25 | 0.02 | 84.76 | 0.86 | 0.86 |
| Hex | E0 | FA | BB | A | 0 | 19 | 2 | 55 | 56 | 56 |
| Octal | 340 | 372 | 273 | 12 | 0 | 31 | 2 | 125 | 126 | 126 |
| Binary | 11100000 | 11111010 | 10111011 | 1010 | 0 | 11001 | 10 | 1010101 | 1010110 | 1010110 |
Color Harmonies of #E0FABB
Complementary color
Monochromatic Colors of #E0FABB
Black with #E0FABB
Text Example
Text Example
White with #E0FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FABB; }
p { color: rgb(224,250,187); }
H1.HeaderClassName
{
color: #E0FABB;
}
.AnyTagClassName
{
color: #E0FABB;
}
</style>
background-color css
<style>
a { background-color: #E0FABB; }
a { background-color: rgb(224,250,187); }
div.DivClassName
{
background-color: #E0FABB;
}
.BgClassName
{
background-color: #E0FABB;
}
</style>
border-color css
<style>
span { border-color: #E0FABB; }
span { border-color: rgb(224,250,187); }
td.TdClassName
{
border-color: #E0FABB;
}
.TagClassName
{
border-color: #E0FABB;
}
</style>