Shades of Snow Flurry #E2FABD
Tints of Snow Flurry #E2FABD
RGB
CMYK
RGB Variations
Color information
#E2FABD (or 0xE2FABD) is known color: Snow Flurry. HEX triplet: E2, FA and BD. RGB value is (226,250,189). Sum of RGB (Red+Green+Blue) = 226+250+189=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FABD is #1D0542. Grayscale: #ECECEC. Windows color (decimal): -1901891 or 12450530. OLE color: 12450530.
HSL color Cylindrical-coordinate representation of color #E2FABD: hue angle of 83.61º 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 #E2FABD is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 189 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.02 |
| HSL | 83.61º | 0.86% | 0.86% | - |
| HSV(B) | 83.61º | 0.24% | 0.98% | - |
| XYZ | 74.73 | 88.21 | 61.23 | - |
| YUV | 235.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 189 | 0.10 | 0 | 0.24 | 0.02 | 83.61 | 0.86 | 0.86 |
| Hex | E2 | FA | BD | A | 0 | 18 | 2 | 54 | 56 | 56 |
| Octal | 342 | 372 | 275 | 12 | 0 | 30 | 2 | 124 | 126 | 126 |
| Binary | 11100010 | 11111010 | 10111101 | 1010 | 0 | 11000 | 10 | 1010100 | 1010110 | 1010110 |
Color Harmonies of #E2FABD
Complementary color
Monochromatic Colors of #E2FABD
Black with #E2FABD
Text Example
Text Example
White with #E2FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FABD; }
p { color: rgb(226,250,189); }
H1.HeaderClassName
{
color: #E2FABD;
}
.AnyTagClassName
{
color: #E2FABD;
}
</style>
background-color css
<style>
a { background-color: #E2FABD; }
a { background-color: rgb(226,250,189); }
div.DivClassName
{
background-color: #E2FABD;
}
.BgClassName
{
background-color: #E2FABD;
}
</style>
border-color css
<style>
span { border-color: #E2FABD; }
span { border-color: rgb(226,250,189); }
td.TdClassName
{
border-color: #E2FABD;
}
.TagClassName
{
border-color: #E2FABD;
}
</style>