Shades of Snow Flurry #E1FCBC
Tints of Snow Flurry #E1FCBC
RGB
CMYK
RGB Variations
Color information
#E1FCBC (or 0xE1FCBC) is known color: Snow Flurry. HEX triplet: E1, FC and BC. RGB value is (225,252,188). Sum of RGB (Red+Green+Blue) = 225+252+188=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 188 (73.83% from 255 or 28.27% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FCBC is #1E0343. Grayscale: #ECECEC. Windows color (decimal): -1966916 or 12385505. OLE color: 12385505.
HSL color Cylindrical-coordinate representation of color #E1FCBC: hue angle of 85.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1FCBC is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 252 | 188 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.01 |
| HSL | 85.31º | 0.91% | 0.86% | - |
| HSV(B) | 85.31º | 0.25% | 0.99% | - |
| XYZ | 74.94 | 89.26 | 60.86 | - |
| YUV | 236.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 252 | 188 | 0.11 | 0 | 0.25 | 0.01 | 85.31 | 0.91 | 0.86 |
| Hex | E1 | FC | BC | B | 0 | 19 | 1 | 55 | 5B | 56 |
| Octal | 341 | 374 | 274 | 13 | 0 | 31 | 1 | 125 | 133 | 126 |
| Binary | 11100001 | 11111100 | 10111100 | 1011 | 0 | 11001 | 1 | 1010101 | 1011011 | 1010110 |
Color Harmonies of #E1FCBC
Complementary color
Monochromatic Colors of #E1FCBC
Black with #E1FCBC
Text Example
Text Example
White with #E1FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FCBC; }
p { color: rgb(225,252,188); }
H1.HeaderClassName
{
color: #E1FCBC;
}
.AnyTagClassName
{
color: #E1FCBC;
}
</style>
background-color css
<style>
a { background-color: #E1FCBC; }
a { background-color: rgb(225,252,188); }
div.DivClassName
{
background-color: #E1FCBC;
}
.BgClassName
{
background-color: #E1FCBC;
}
</style>
border-color css
<style>
span { border-color: #E1FCBC; }
span { border-color: rgb(225,252,188); }
td.TdClassName
{
border-color: #E1FCBC;
}
.TagClassName
{
border-color: #E1FCBC;
}
</style>