Shades of Snow Flurry #E8FABD
Tints of Snow Flurry #E8FABD
RGB
CMYK
RGB Variations
Color information
#E8FABD (or 0xE8FABD) is known color: Snow Flurry. HEX triplet: E8, FA and BD. RGB value is (232,250,189). Sum of RGB (Red+Green+Blue) = 232+250+189=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FABD is #170542. Grayscale: #EDEDED. Windows color (decimal): -1508675 or 12450536. OLE color: 12450536.
HSL color Cylindrical-coordinate representation of color #E8FABD: hue angle of 77.7º 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 #E8FABD is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 232 | 250 | 189 | - |
CMYK | 0.07 | 0 | 0.24 | 0.02 |
HSL | 77.7º | 0.86% | 0.86% | - |
HSV(B) | 77.7º | 0.24% | 0.98% | - |
XYZ | 76.65 | 89.2 | 61.32 | - |
YUV | 237.66 | 100.54 | 123.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 250 | 189 | 0.07 | 0 | 0.24 | 0.02 | 77.7 | 0.86 | 0.86 |
Hex | E8 | FA | BD | 7 | 0 | 18 | 2 | 4E | 56 | 56 |
Octal | 350 | 372 | 275 | 7 | 0 | 30 | 2 | 116 | 126 | 126 |
Binary | 11101000 | 11111010 | 10111101 | 111 | 0 | 11000 | 10 | 1001110 | 1010110 | 1010110 |
Color Harmonies of #E8FABD
Complementary color
Monochromatic Colors of #E8FABD
Black with #E8FABD
Text Example
Text Example
White with #E8FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FABD; }
p { color: rgb(232,250,189); }
H1.HeaderClassName
{
color: #E8FABD;
}
.AnyTagClassName
{
color: #E8FABD;
}
</style>
background-color css
<style>
a { background-color: #E8FABD; }
a { background-color: rgb(232,250,189); }
div.DivClassName
{
background-color: #E8FABD;
}
.BgClassName
{
background-color: #E8FABD;
}
</style>
border-color css
<style>
span { border-color: #E8FABD; }
span { border-color: rgb(232,250,189); }
td.TdClassName
{
border-color: #E8FABD;
}
.TagClassName
{
border-color: #E8FABD;
}
</style>