Shades of Snow Flurry #F0FECC
Tints of Snow Flurry #F0FECC
RGB
CMYK
RGB Variations
Color information
#F0FECC (or 0xF0FECC) is known color: Snow Flurry. HEX triplet: F0, FE and CC. RGB value is (240,254,204). Sum of RGB (Red+Green+Blue) = 240+254+204=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 204 (80.08% from 255 or 29.23% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FECC is #0F0133. Grayscale: #F4F4F4. Windows color (decimal): -983348 or 13434608. OLE color: 13434608.
HSL color Cylindrical-coordinate representation of color #F0FECC: hue angle of 76.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FECC is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 204 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.00 |
| HSL | 76.8º | 0.96% | 0.9% | - |
| HSV(B) | 76.8º | 0.2% | 1% | - |
| XYZ | 82.28 | 93.77 | 70.89 | - |
| YUV | 244.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 204 | 0.06 | 0 | 0.20 | 0.00 | 76.8 | 0.96 | 0.9 |
| Hex | F0 | FE | CC | 6 | 0 | 14 | 0 | 4D | 60 | 5A |
| Octal | 360 | 376 | 314 | 6 | 0 | 24 | 0 | 115 | 140 | 132 |
| Binary | 11110000 | 11111110 | 11001100 | 110 | 0 | 10100 | 0 | 1001101 | 1100000 | 1011010 |
Color Harmonies of #F0FECC
Complementary color
Monochromatic Colors of #F0FECC
Black with #F0FECC
Text Example
Text Example
White with #F0FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FECC; }
p { color: rgb(240,254,204); }
H1.HeaderClassName
{
color: #F0FECC;
}
.AnyTagClassName
{
color: #F0FECC;
}
</style>
background-color css
<style>
a { background-color: #F0FECC; }
a { background-color: rgb(240,254,204); }
div.DivClassName
{
background-color: #F0FECC;
}
.BgClassName
{
background-color: #F0FECC;
}
</style>
border-color css
<style>
span { border-color: #F0FECC; }
span { border-color: rgb(240,254,204); }
td.TdClassName
{
border-color: #F0FECC;
}
.TagClassName
{
border-color: #F0FECC;
}
</style>