Shades of Snow Flurry #E1FABC
Tints of Snow Flurry #E1FABC
RGB
CMYK
RGB Variations
Color information
#E1FABC (or 0xE1FABC) is known color: Snow Flurry. HEX triplet: E1, FA and BC. RGB value is (225,250,188). Sum of RGB (Red+Green+Blue) = 225+250+188=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FABC is #1E0543. Grayscale: #EBEBEB. Windows color (decimal): -1967428 or 12384993. OLE color: 12384993.
HSL color Cylindrical-coordinate representation of color #E1FABC: hue angle of 84.19º 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 #E1FABC is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 250 | 188 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.02 |
| HSL | 84.19º | 0.86% | 0.86% | - |
| HSV(B) | 84.19º | 0.25% | 0.98% | - |
| XYZ | 74.31 | 88.01 | 60.65 | - |
| YUV | 235.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 188 | 0.10 | 0 | 0.25 | 0.02 | 84.19 | 0.86 | 0.86 |
| Hex | E1 | FA | BC | A | 0 | 19 | 2 | 54 | 56 | 56 |
| Octal | 341 | 372 | 274 | 12 | 0 | 31 | 2 | 124 | 126 | 126 |
| Binary | 11100001 | 11111010 | 10111100 | 1010 | 0 | 11001 | 10 | 1010100 | 1010110 | 1010110 |
Color Harmonies of #E1FABC
Complementary color
Monochromatic Colors of #E1FABC
Black with #E1FABC
Text Example
Text Example
White with #E1FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FABC; }
p { color: rgb(225,250,188); }
H1.HeaderClassName
{
color: #E1FABC;
}
.AnyTagClassName
{
color: #E1FABC;
}
</style>
background-color css
<style>
a { background-color: #E1FABC; }
a { background-color: rgb(225,250,188); }
div.DivClassName
{
background-color: #E1FABC;
}
.BgClassName
{
background-color: #E1FABC;
}
</style>
border-color css
<style>
span { border-color: #E1FABC; }
span { border-color: rgb(225,250,188); }
td.TdClassName
{
border-color: #E1FABC;
}
.TagClassName
{
border-color: #E1FABC;
}
</style>