Shades of Snow Flurry #E5FABA
Tints of Snow Flurry #E5FABA
RGB
CMYK
RGB Variations
Color information
#E5FABA (or 0xE5FABA) is known color: Snow Flurry. HEX triplet: E5, FA and BA. RGB value is (229,250,186). Sum of RGB (Red+Green+Blue) = 229+250+186=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FABA is #1A0545. Grayscale: #ECECEC. Windows color (decimal): -1705286 or 12253925. OLE color: 12253925.
HSL color Cylindrical-coordinate representation of color #E5FABA: hue angle of 79.69º 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 #E5FABA is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 186 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.02 |
| HSL | 79.69º | 0.86% | 0.85% | - |
| HSV(B) | 79.69º | 0.26% | 0.98% | - |
| XYZ | 75.36 | 88.57 | 59.58 | - |
| YUV | 236.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 186 | 0.08 | 0 | 0.26 | 0.02 | 79.69 | 0.86 | 0.85 |
| Hex | E5 | FA | BA | 8 | 0 | 1A | 2 | 50 | 56 | 55 |
| Octal | 345 | 372 | 272 | 10 | 0 | 32 | 2 | 120 | 126 | 125 |
| Binary | 11100101 | 11111010 | 10111010 | 1000 | 0 | 11010 | 10 | 1010000 | 1010110 | 1010101 |
Color Harmonies of #E5FABA
Complementary color
Monochromatic Colors of #E5FABA
Black with #E5FABA
Text Example
Text Example
White with #E5FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FABA; }
p { color: rgb(229,250,186); }
H1.HeaderClassName
{
color: #E5FABA;
}
.AnyTagClassName
{
color: #E5FABA;
}
</style>
background-color css
<style>
a { background-color: #E5FABA; }
a { background-color: rgb(229,250,186); }
div.DivClassName
{
background-color: #E5FABA;
}
.BgClassName
{
background-color: #E5FABA;
}
</style>
border-color css
<style>
span { border-color: #E5FABA; }
span { border-color: rgb(229,250,186); }
td.TdClassName
{
border-color: #E5FABA;
}
.TagClassName
{
border-color: #E5FABA;
}
</style>