Shades of Snow Flurry #F0FCC9
Tints of Snow Flurry #F0FCC9
RGB
CMYK
RGB Variations
Color information
#F0FCC9 (or 0xF0FCC9) is known color: Snow Flurry. HEX triplet: F0, FC and C9. RGB value is (240,252,201). Sum of RGB (Red+Green+Blue) = 240+252+201=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCC9 is #0F0336. Grayscale: #F2F2F2. Windows color (decimal): -983863 or 13237488. OLE color: 13237488.
HSL color Cylindrical-coordinate representation of color #F0FCC9: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FCC9 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 201 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.01 |
| HSL | 74.12º | 0.89% | 0.89% | - |
| HSV(B) | 74.12º | 0.2% | 0.99% | - |
| XYZ | 81.29 | 92.36 | 68.8 | - |
| YUV | 242.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 201 | 0.05 | 0 | 0.20 | 0.01 | 74.12 | 0.89 | 0.89 |
| Hex | F0 | FC | C9 | 5 | 0 | 14 | 1 | 4A | 59 | 59 |
| Octal | 360 | 374 | 311 | 5 | 0 | 24 | 1 | 112 | 131 | 131 |
| Binary | 11110000 | 11111100 | 11001001 | 101 | 0 | 10100 | 1 | 1001010 | 1011001 | 1011001 |
Color Harmonies of #F0FCC9
Complementary color
Monochromatic Colors of #F0FCC9
Black with #F0FCC9
Text Example
Text Example
White with #F0FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCC9; }
p { color: rgb(240,252,201); }
H1.HeaderClassName
{
color: #F0FCC9;
}
.AnyTagClassName
{
color: #F0FCC9;
}
</style>
background-color css
<style>
a { background-color: #F0FCC9; }
a { background-color: rgb(240,252,201); }
div.DivClassName
{
background-color: #F0FCC9;
}
.BgClassName
{
background-color: #F0FCC9;
}
</style>
border-color css
<style>
span { border-color: #F0FCC9; }
span { border-color: rgb(240,252,201); }
td.TdClassName
{
border-color: #F0FCC9;
}
.TagClassName
{
border-color: #F0FCC9;
}
</style>