Shades of Snow Flurry #E6FCCC
Tints of Snow Flurry #E6FCCC
RGB
CMYK
RGB Variations
Color information
#E6FCCC (or 0xE6FCCC) is known color: Snow Flurry. HEX triplet: E6, FC and CC. RGB value is (230,252,204). Sum of RGB (Red+Green+Blue) = 230+252+204=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCCC is #190333. Grayscale: #F0F0F0. Windows color (decimal): -1639220 or 13434086. OLE color: 13434086.
HSL color Cylindrical-coordinate representation of color #E6FCCC: hue angle of 87.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6FCCC is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 204 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.01 |
| HSL | 87.5º | 0.89% | 0.89% | - |
| HSV(B) | 87.5º | 0.19% | 0.99% | - |
| XYZ | 78.34 | 90.8 | 70.52 | - |
| YUV | 239.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 204 | 0.09 | 0 | 0.19 | 0.01 | 87.5 | 0.89 | 0.89 |
| Hex | E6 | FC | CC | 9 | 0 | 13 | 1 | 57 | 59 | 59 |
| Octal | 346 | 374 | 314 | 11 | 0 | 23 | 1 | 127 | 131 | 131 |
| Binary | 11100110 | 11111100 | 11001100 | 1001 | 0 | 10011 | 1 | 1010111 | 1011001 | 1011001 |
Color Harmonies of #E6FCCC
Complementary color
Monochromatic Colors of #E6FCCC
Black with #E6FCCC
Text Example
Text Example
White with #E6FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCCC; }
p { color: rgb(230,252,204); }
H1.HeaderClassName
{
color: #E6FCCC;
}
.AnyTagClassName
{
color: #E6FCCC;
}
</style>
background-color css
<style>
a { background-color: #E6FCCC; }
a { background-color: rgb(230,252,204); }
div.DivClassName
{
background-color: #E6FCCC;
}
.BgClassName
{
background-color: #E6FCCC;
}
</style>
border-color css
<style>
span { border-color: #E6FCCC; }
span { border-color: rgb(230,252,204); }
td.TdClassName
{
border-color: #E6FCCC;
}
.TagClassName
{
border-color: #E6FCCC;
}
</style>