Shades of Snow Flurry #F0FCC4
Tints of Snow Flurry #F0FCC4
RGB
CMYK
RGB Variations
Color information
#F0FCC4 (or 0xF0FCC4) is known color: Snow Flurry. HEX triplet: F0, FC and C4. RGB value is (240,252,196). Sum of RGB (Red+Green+Blue) = 240+252+196=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 196 (76.95% from 255 or 28.49% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCC4 is #0F033B. Grayscale: #F2F2F2. Windows color (decimal): -983868 or 12909808. OLE color: 12909808.
HSL color Cylindrical-coordinate representation of color #F0FCC4: hue angle of 72.86º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FCC4 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 196 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.01 |
| HSL | 72.86º | 0.9% | 0.88% | - |
| HSV(B) | 72.86º | 0.22% | 0.99% | - |
| XYZ | 80.71 | 92.13 | 65.75 | - |
| YUV | 242.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 196 | 0.05 | 0 | 0.22 | 0.01 | 72.86 | 0.9 | 0.88 |
| Hex | F0 | FC | C4 | 5 | 0 | 16 | 1 | 49 | 5A | 58 |
| Octal | 360 | 374 | 304 | 5 | 0 | 26 | 1 | 111 | 132 | 130 |
| Binary | 11110000 | 11111100 | 11000100 | 101 | 0 | 10110 | 1 | 1001001 | 1011010 | 1011000 |
Color Harmonies of #F0FCC4
Complementary color
Monochromatic Colors of #F0FCC4
Black with #F0FCC4
Text Example
Text Example
White with #F0FCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCC4; }
p { color: rgb(240,252,196); }
H1.HeaderClassName
{
color: #F0FCC4;
}
.AnyTagClassName
{
color: #F0FCC4;
}
</style>
background-color css
<style>
a { background-color: #F0FCC4; }
a { background-color: rgb(240,252,196); }
div.DivClassName
{
background-color: #F0FCC4;
}
.BgClassName
{
background-color: #F0FCC4;
}
</style>
border-color css
<style>
span { border-color: #F0FCC4; }
span { border-color: rgb(240,252,196); }
td.TdClassName
{
border-color: #F0FCC4;
}
.TagClassName
{
border-color: #F0FCC4;
}
</style>