Shades of Snow Flurry #E1FABE
Tints of Snow Flurry #E1FABE
RGB
CMYK
RGB Variations
Color information
#E1FABE (or 0xE1FABE) is known color: Snow Flurry. HEX triplet: E1, FA and BE. RGB value is (225,250,190). Sum of RGB (Red+Green+Blue) = 225+250+190=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FABE is #1E0541. Grayscale: #EBEBEB. Windows color (decimal): -1967426 or 12516065. OLE color: 12516065.
HSL color Cylindrical-coordinate representation of color #E1FABE: hue angle of 85º 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 #E1FABE is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 190 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.02 |
| HSL | 85º | 0.86% | 0.86% | - |
| HSV(B) | 85º | 0.24% | 0.98% | - |
| XYZ | 74.53 | 88.1 | 61.79 | - |
| YUV | 235.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 190 | 0.10 | 0 | 0.24 | 0.02 | 85 | 0.86 | 0.86 |
| Hex | E1 | FA | BE | A | 0 | 18 | 2 | 55 | 56 | 56 |
| Octal | 341 | 372 | 276 | 12 | 0 | 30 | 2 | 125 | 126 | 126 |
| Binary | 11100001 | 11111010 | 10111110 | 1010 | 0 | 11000 | 10 | 1010101 | 1010110 | 1010110 |
Color Harmonies of #E1FABE
Complementary color
Monochromatic Colors of #E1FABE
Black with #E1FABE
Text Example
Text Example
White with #E1FABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FABE; }
p { color: rgb(225,250,190); }
H1.HeaderClassName
{
color: #E1FABE;
}
.AnyTagClassName
{
color: #E1FABE;
}
</style>
background-color css
<style>
a { background-color: #E1FABE; }
a { background-color: rgb(225,250,190); }
div.DivClassName
{
background-color: #E1FABE;
}
.BgClassName
{
background-color: #E1FABE;
}
</style>
border-color css
<style>
span { border-color: #E1FABE; }
span { border-color: rgb(225,250,190); }
td.TdClassName
{
border-color: #E1FABE;
}
.TagClassName
{
border-color: #E1FABE;
}
</style>