Shades of Snow Flurry #E6FCC0
Tints of Snow Flurry #E6FCC0
RGB
CMYK
RGB Variations
Color information
#E6FCC0 (or 0xE6FCC0) is known color: Snow Flurry. HEX triplet: E6, FC and C0. RGB value is (230,252,192). Sum of RGB (Red+Green+Blue) = 230+252+192=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 192 (75.39% from 255 or 28.49% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCC0 is #19033F. Grayscale: #EEEEEE. Windows color (decimal): -1639232 or 12647654. OLE color: 12647654.
HSL color Cylindrical-coordinate representation of color #E6FCC0: hue angle of 82º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6FCC0 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 192 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.01 |
| HSL | 82º | 0.91% | 0.87% | - |
| HSV(B) | 82º | 0.24% | 0.99% | - |
| XYZ | 76.96 | 90.25 | 63.23 | - |
| YUV | 238.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 192 | 0.09 | 0 | 0.24 | 0.01 | 82 | 0.91 | 0.87 |
| Hex | E6 | FC | C0 | 9 | 0 | 18 | 1 | 52 | 5B | 57 |
| Octal | 346 | 374 | 300 | 11 | 0 | 30 | 1 | 122 | 133 | 127 |
| Binary | 11100110 | 11111100 | 11000000 | 1001 | 0 | 11000 | 1 | 1010010 | 1011011 | 1010111 |
Color Harmonies of #E6FCC0
Complementary color
Monochromatic Colors of #E6FCC0
Black with #E6FCC0
Text Example
Text Example
White with #E6FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCC0; }
p { color: rgb(230,252,192); }
H1.HeaderClassName
{
color: #E6FCC0;
}
.AnyTagClassName
{
color: #E6FCC0;
}
</style>
background-color css
<style>
a { background-color: #E6FCC0; }
a { background-color: rgb(230,252,192); }
div.DivClassName
{
background-color: #E6FCC0;
}
.BgClassName
{
background-color: #E6FCC0;
}
</style>
border-color css
<style>
span { border-color: #E6FCC0; }
span { border-color: rgb(230,252,192); }
td.TdClassName
{
border-color: #E6FCC0;
}
.TagClassName
{
border-color: #E6FCC0;
}
</style>