Shades of Snow Flurry #E8FBC2
Tints of Snow Flurry #E8FBC2
RGB
CMYK
RGB Variations
Color information
#E8FBC2 (or 0xE8FBC2) is known color: Snow Flurry. HEX triplet: E8, FB and C2. RGB value is (232,251,194). Sum of RGB (Red+Green+Blue) = 232+251+194=677 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.27% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #E8FBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8FBC2 is #17043D. Grayscale: #EFEFEF. Windows color (decimal): -1508414 or 12778472. OLE color: 12778472.
HSL color Cylindrical-coordinate representation of color #E8FBC2: hue angle of 80º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8FBC2 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 251 | 194 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.02 |
| HSL | 80º | 0.88% | 0.87% | - |
| HSV(B) | 80º | 0.23% | 0.98% | - |
| XYZ | 77.51 | 90.05 | 64.33 | - |
| YUV | 238.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 251 | 194 | 0.08 | 0 | 0.23 | 0.02 | 80 | 0.88 | 0.87 |
| Hex | E8 | FB | C2 | 8 | 0 | 17 | 2 | 50 | 58 | 57 |
| Octal | 350 | 373 | 302 | 10 | 0 | 27 | 2 | 120 | 130 | 127 |
| Binary | 11101000 | 11111011 | 11000010 | 1000 | 0 | 10111 | 10 | 1010000 | 1011000 | 1010111 |
Color Harmonies of #E8FBC2
Complementary color
Monochromatic Colors of #E8FBC2
Black with #E8FBC2
Text Example
Text Example
White with #E8FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FBC2; }
p { color: rgb(232,251,194); }
H1.HeaderClassName
{
color: #E8FBC2;
}
.AnyTagClassName
{
color: #E8FBC2;
}
</style>
background-color css
<style>
a { background-color: #E8FBC2; }
a { background-color: rgb(232,251,194); }
div.DivClassName
{
background-color: #E8FBC2;
}
.BgClassName
{
background-color: #E8FBC2;
}
</style>
border-color css
<style>
span { border-color: #E8FBC2; }
span { border-color: rgb(232,251,194); }
td.TdClassName
{
border-color: #E8FBC2;
}
.TagClassName
{
border-color: #E8FBC2;
}
</style>