Shades of Snow Flurry #F0FCCE
Tints of Snow Flurry #F0FCCE
RGB
CMYK
RGB Variations
Color information
#F0FCCE (or 0xF0FCCE) is known color: Snow Flurry. HEX triplet: F0, FC and CE. RGB value is (240,252,206). Sum of RGB (Red+Green+Blue) = 240+252+206=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCE is #0F0331. Grayscale: #F3F3F3. Windows color (decimal): -983858 or 13565168. OLE color: 13565168.
HSL color Cylindrical-coordinate representation of color #F0FCCE: hue angle of 75.65º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FCCE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 206 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.01 |
| HSL | 75.65º | 0.88% | 0.9% | - |
| HSV(B) | 75.65º | 0.18% | 0.99% | - |
| XYZ | 81.89 | 92.6 | 71.95 | - |
| YUV | 243.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 206 | 0.05 | 0 | 0.18 | 0.01 | 75.65 | 0.88 | 0.9 |
| Hex | F0 | FC | CE | 5 | 0 | 12 | 1 | 4C | 58 | 5A |
| Octal | 360 | 374 | 316 | 5 | 0 | 22 | 1 | 114 | 130 | 132 |
| Binary | 11110000 | 11111100 | 11001110 | 101 | 0 | 10010 | 1 | 1001100 | 1011000 | 1011010 |
Color Harmonies of #F0FCCE
Complementary color
Monochromatic Colors of #F0FCCE
Black with #F0FCCE
Text Example
Text Example
White with #F0FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCCE; }
p { color: rgb(240,252,206); }
H1.HeaderClassName
{
color: #F0FCCE;
}
.AnyTagClassName
{
color: #F0FCCE;
}
</style>
background-color css
<style>
a { background-color: #F0FCCE; }
a { background-color: rgb(240,252,206); }
div.DivClassName
{
background-color: #F0FCCE;
}
.BgClassName
{
background-color: #F0FCCE;
}
</style>
border-color css
<style>
span { border-color: #F0FCCE; }
span { border-color: rgb(240,252,206); }
td.TdClassName
{
border-color: #F0FCCE;
}
.TagClassName
{
border-color: #F0FCCE;
}
</style>