Shades of Snow Flurry #F0FCCA
Tints of Snow Flurry #F0FCCA
RGB
CMYK
RGB Variations
Color information
#F0FCCA (or 0xF0FCCA) is known color: Snow Flurry. HEX triplet: F0, FC and CA. RGB value is (240,252,202). Sum of RGB (Red+Green+Blue) = 240+252+202=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCCA is #0F0335. Grayscale: #F2F2F2. Windows color (decimal): -983862 or 13303024. OLE color: 13303024.
HSL color Cylindrical-coordinate representation of color #F0FCCA: hue angle of 74.4º 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 #F0FCCA is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 202 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.01 |
| HSL | 74.4º | 0.89% | 0.89% | - |
| HSV(B) | 74.4º | 0.2% | 0.99% | - |
| XYZ | 81.41 | 92.41 | 69.42 | - |
| YUV | 242.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 202 | 0.05 | 0 | 0.20 | 0.01 | 74.4 | 0.89 | 0.89 |
| Hex | F0 | FC | CA | 5 | 0 | 14 | 1 | 4A | 59 | 59 |
| Octal | 360 | 374 | 312 | 5 | 0 | 24 | 1 | 112 | 131 | 131 |
| Binary | 11110000 | 11111100 | 11001010 | 101 | 0 | 10100 | 1 | 1001010 | 1011001 | 1011001 |
Color Harmonies of #F0FCCA
Complementary color
Monochromatic Colors of #F0FCCA
Black with #F0FCCA
Text Example
Text Example
White with #F0FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCCA; }
p { color: rgb(240,252,202); }
H1.HeaderClassName
{
color: #F0FCCA;
}
.AnyTagClassName
{
color: #F0FCCA;
}
</style>
background-color css
<style>
a { background-color: #F0FCCA; }
a { background-color: rgb(240,252,202); }
div.DivClassName
{
background-color: #F0FCCA;
}
.BgClassName
{
background-color: #F0FCCA;
}
</style>
border-color css
<style>
span { border-color: #F0FCCA; }
span { border-color: rgb(240,252,202); }
td.TdClassName
{
border-color: #F0FCCA;
}
.TagClassName
{
border-color: #F0FCCA;
}
</style>