Shades of Snow Flurry #E2FABF
Tints of Snow Flurry #E2FABF
RGB
CMYK
RGB Variations
Color information
#E2FABF (or 0xE2FABF) is known color: Snow Flurry. HEX triplet: E2, FA and BF. RGB value is (226,250,191). Sum of RGB (Red+Green+Blue) = 226+250+191=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FABF is #1D0540. Grayscale: #ECECEC. Windows color (decimal): -1901889 or 12581602. OLE color: 12581602.
HSL color Cylindrical-coordinate representation of color #E2FABF: hue angle of 84.41º 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 #E2FABF is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 191 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.02 |
| HSL | 84.41º | 0.86% | 0.86% | - |
| HSV(B) | 84.41º | 0.24% | 0.98% | - |
| XYZ | 74.95 | 88.3 | 62.38 | - |
| YUV | 236.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 191 | 0.10 | 0 | 0.24 | 0.02 | 84.41 | 0.86 | 0.86 |
| Hex | E2 | FA | BF | A | 0 | 18 | 2 | 54 | 56 | 56 |
| Octal | 342 | 372 | 277 | 12 | 0 | 30 | 2 | 124 | 126 | 126 |
| Binary | 11100010 | 11111010 | 10111111 | 1010 | 0 | 11000 | 10 | 1010100 | 1010110 | 1010110 |
Color Harmonies of #E2FABF
Complementary color
Monochromatic Colors of #E2FABF
Black with #E2FABF
Text Example
Text Example
White with #E2FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FABF; }
p { color: rgb(226,250,191); }
H1.HeaderClassName
{
color: #E2FABF;
}
.AnyTagClassName
{
color: #E2FABF;
}
</style>
background-color css
<style>
a { background-color: #E2FABF; }
a { background-color: rgb(226,250,191); }
div.DivClassName
{
background-color: #E2FABF;
}
.BgClassName
{
background-color: #E2FABF;
}
</style>
border-color css
<style>
span { border-color: #E2FABF; }
span { border-color: rgb(226,250,191); }
td.TdClassName
{
border-color: #E2FABF;
}
.TagClassName
{
border-color: #E2FABF;
}
</style>