Shades of Snow Flurry #E2FABA
Tints of Snow Flurry #E2FABA
RGB
CMYK
RGB Variations
Color information
#E2FABA (or 0xE2FABA) is known color: Snow Flurry. HEX triplet: E2, FA and BA. RGB value is (226,250,186). Sum of RGB (Red+Green+Blue) = 226+250+186=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FABA is #1D0545. Grayscale: #EBEBEB. Windows color (decimal): -1901894 or 12253922. OLE color: 12253922.
HSL color Cylindrical-coordinate representation of color #E2FABA: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2FABA is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 186 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.02 |
| HSL | 82.5º | 0.86% | 0.85% | - |
| HSV(B) | 82.5º | 0.26% | 0.98% | - |
| XYZ | 74.41 | 88.09 | 59.53 | - |
| YUV | 235.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 186 | 0.10 | 0 | 0.26 | 0.02 | 82.5 | 0.86 | 0.85 |
| Hex | E2 | FA | BA | A | 0 | 1A | 2 | 52 | 56 | 55 |
| Octal | 342 | 372 | 272 | 12 | 0 | 32 | 2 | 122 | 126 | 125 |
| Binary | 11100010 | 11111010 | 10111010 | 1010 | 0 | 11010 | 10 | 1010010 | 1010110 | 1010101 |
Color Harmonies of #E2FABA
Complementary color
Monochromatic Colors of #E2FABA
Black with #E2FABA
Text Example
Text Example
White with #E2FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FABA; }
p { color: rgb(226,250,186); }
H1.HeaderClassName
{
color: #E2FABA;
}
.AnyTagClassName
{
color: #E2FABA;
}
</style>
background-color css
<style>
a { background-color: #E2FABA; }
a { background-color: rgb(226,250,186); }
div.DivClassName
{
background-color: #E2FABA;
}
.BgClassName
{
background-color: #E2FABA;
}
</style>
border-color css
<style>
span { border-color: #E2FABA; }
span { border-color: rgb(226,250,186); }
td.TdClassName
{
border-color: #E2FABA;
}
.TagClassName
{
border-color: #E2FABA;
}
</style>