Shades of Snow Flurry #F0FECF
Tints of Snow Flurry #F0FECF
RGB
CMYK
RGB Variations
Color information
#F0FECF (or 0xF0FECF) is known color: Snow Flurry. HEX triplet: F0, FE and CF. RGB value is (240,254,207). Sum of RGB (Red+Green+Blue) = 240+254+207=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FECF is #0F0130. Grayscale: #F4F4F4. Windows color (decimal): -983345 or 13631216. OLE color: 13631216.
HSL color Cylindrical-coordinate representation of color #F0FECF: hue angle of 77.87º 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 #F0FECF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 207 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.00 |
| HSL | 77.87º | 0.96% | 0.9% | - |
| HSV(B) | 77.87º | 0.19% | 1% | - |
| XYZ | 82.64 | 93.91 | 72.8 | - |
| YUV | 244.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 207 | 0.06 | 0 | 0.19 | 0.00 | 77.87 | 0.96 | 0.9 |
| Hex | F0 | FE | CF | 6 | 0 | 13 | 0 | 4E | 60 | 5A |
| Octal | 360 | 376 | 317 | 6 | 0 | 23 | 0 | 116 | 140 | 132 |
| Binary | 11110000 | 11111110 | 11001111 | 110 | 0 | 10011 | 0 | 1001110 | 1100000 | 1011010 |
Color Harmonies of #F0FECF
Complementary color
Monochromatic Colors of #F0FECF
Black with #F0FECF
Text Example
Text Example
White with #F0FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FECF; }
p { color: rgb(240,254,207); }
H1.HeaderClassName
{
color: #F0FECF;
}
.AnyTagClassName
{
color: #F0FECF;
}
</style>
background-color css
<style>
a { background-color: #F0FECF; }
a { background-color: rgb(240,254,207); }
div.DivClassName
{
background-color: #F0FECF;
}
.BgClassName
{
background-color: #F0FECF;
}
</style>
border-color css
<style>
span { border-color: #F0FECF; }
span { border-color: rgb(240,254,207); }
td.TdClassName
{
border-color: #F0FECF;
}
.TagClassName
{
border-color: #F0FECF;
}
</style>