Shades of Snow Flurry #E2FABB
Tints of Snow Flurry #E2FABB
RGB
CMYK
RGB Variations
Color information
#E2FABB (or 0xE2FABB) is known color: Snow Flurry. HEX triplet: E2, FA and BB. RGB value is (226,250,187). Sum of RGB (Red+Green+Blue) = 226+250+187=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FABB is #1D0544. Grayscale: #EBEBEB. Windows color (decimal): -1901893 or 12319458. OLE color: 12319458.
HSL color Cylindrical-coordinate representation of color #E2FABB: hue angle of 82.86º 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 #E2FABB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 187 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.02 |
| HSL | 82.86º | 0.86% | 0.86% | - |
| HSV(B) | 82.86º | 0.25% | 0.98% | - |
| XYZ | 74.52 | 88.13 | 60.1 | - |
| YUV | 235.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 187 | 0.10 | 0 | 0.25 | 0.02 | 82.86 | 0.86 | 0.86 |
| Hex | E2 | FA | BB | A | 0 | 19 | 2 | 53 | 56 | 56 |
| Octal | 342 | 372 | 273 | 12 | 0 | 31 | 2 | 123 | 126 | 126 |
| Binary | 11100010 | 11111010 | 10111011 | 1010 | 0 | 11001 | 10 | 1010011 | 1010110 | 1010110 |
Color Harmonies of #E2FABB
Complementary color
Monochromatic Colors of #E2FABB
Black with #E2FABB
Text Example
Text Example
White with #E2FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FABB; }
p { color: rgb(226,250,187); }
H1.HeaderClassName
{
color: #E2FABB;
}
.AnyTagClassName
{
color: #E2FABB;
}
</style>
background-color css
<style>
a { background-color: #E2FABB; }
a { background-color: rgb(226,250,187); }
div.DivClassName
{
background-color: #E2FABB;
}
.BgClassName
{
background-color: #E2FABB;
}
</style>
border-color css
<style>
span { border-color: #E2FABB; }
span { border-color: rgb(226,250,187); }
td.TdClassName
{
border-color: #E2FABB;
}
.TagClassName
{
border-color: #E2FABB;
}
</style>