Shades of Snow Flurry #F0FECE
Tints of Snow Flurry #F0FECE
RGB
CMYK
RGB Variations
Color information
#F0FECE (or 0xF0FECE) is known color: Snow Flurry. HEX triplet: F0, FE and CE. RGB value is (240,254,206). Sum of RGB (Red+Green+Blue) = 240+254+206=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FECE is #0F0131. Grayscale: #F4F4F4. Windows color (decimal): -983346 or 13565680. OLE color: 13565680.
HSL color Cylindrical-coordinate representation of color #F0FECE: hue angle of 77.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0FECE is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 206 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.00 |
| HSL | 77.5º | 0.96% | 0.9% | - |
| HSV(B) | 77.5º | 0.19% | 1% | - |
| XYZ | 82.52 | 93.87 | 72.16 | - |
| YUV | 244.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 206 | 0.06 | 0 | 0.19 | 0.00 | 77.5 | 0.96 | 0.9 |
| Hex | F0 | FE | CE | 6 | 0 | 13 | 0 | 4E | 60 | 5A |
| Octal | 360 | 376 | 316 | 6 | 0 | 23 | 0 | 116 | 140 | 132 |
| Binary | 11110000 | 11111110 | 11001110 | 110 | 0 | 10011 | 0 | 1001110 | 1100000 | 1011010 |
Color Harmonies of #F0FECE
Complementary color
Monochromatic Colors of #F0FECE
Black with #F0FECE
Text Example
Text Example
White with #F0FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FECE; }
p { color: rgb(240,254,206); }
H1.HeaderClassName
{
color: #F0FECE;
}
.AnyTagClassName
{
color: #F0FECE;
}
</style>
background-color css
<style>
a { background-color: #F0FECE; }
a { background-color: rgb(240,254,206); }
div.DivClassName
{
background-color: #F0FECE;
}
.BgClassName
{
background-color: #F0FECE;
}
</style>
border-color css
<style>
span { border-color: #F0FECE; }
span { border-color: rgb(240,254,206); }
td.TdClassName
{
border-color: #F0FECE;
}
.TagClassName
{
border-color: #F0FECE;
}
</style>