Shades of Snow Flurry #F0FCC7
Tints of Snow Flurry #F0FCC7
RGB
CMYK
RGB Variations
Color information
#F0FCC7 (or 0xF0FCC7) is known color: Snow Flurry. HEX triplet: F0, FC and C7. RGB value is (240,252,199). Sum of RGB (Red+Green+Blue) = 240+252+199=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCC7 is #0F0338. Grayscale: #F2F2F2. Windows color (decimal): -983865 or 13106416. OLE color: 13106416.
HSL color Cylindrical-coordinate representation of color #F0FCC7: hue angle of 73.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0FCC7 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 199 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.01 |
| HSL | 73.58º | 0.9% | 0.88% | - |
| HSV(B) | 73.58º | 0.21% | 0.99% | - |
| XYZ | 81.05 | 92.27 | 67.57 | - |
| YUV | 242.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 199 | 0.05 | 0 | 0.21 | 0.01 | 73.58 | 0.9 | 0.88 |
| Hex | F0 | FC | C7 | 5 | 0 | 15 | 1 | 4A | 5A | 58 |
| Octal | 360 | 374 | 307 | 5 | 0 | 25 | 1 | 112 | 132 | 130 |
| Binary | 11110000 | 11111100 | 11000111 | 101 | 0 | 10101 | 1 | 1001010 | 1011010 | 1011000 |
Color Harmonies of #F0FCC7
Complementary color
Monochromatic Colors of #F0FCC7
Black with #F0FCC7
Text Example
Text Example
White with #F0FCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCC7; }
p { color: rgb(240,252,199); }
H1.HeaderClassName
{
color: #F0FCC7;
}
.AnyTagClassName
{
color: #F0FCC7;
}
</style>
background-color css
<style>
a { background-color: #F0FCC7; }
a { background-color: rgb(240,252,199); }
div.DivClassName
{
background-color: #F0FCC7;
}
.BgClassName
{
background-color: #F0FCC7;
}
</style>
border-color css
<style>
span { border-color: #F0FCC7; }
span { border-color: rgb(240,252,199); }
td.TdClassName
{
border-color: #F0FCC7;
}
.TagClassName
{
border-color: #F0FCC7;
}
</style>