Shades of Snow Flurry #F0FAC6
Tints of Snow Flurry #F0FAC6
RGB
CMYK
RGB Variations
Color information
#F0FAC6 (or 0xF0FAC6) is known color: Snow Flurry. HEX triplet: F0, FA and C6. RGB value is (240,250,198). Sum of RGB (Red+Green+Blue) = 240+250+198=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC6 is #0F0539. Grayscale: #F1F1F1. Windows color (decimal): -984378 or 13040368. OLE color: 13040368.
HSL color Cylindrical-coordinate representation of color #F0FAC6: hue angle of 71.54º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0FAC6 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 198 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.02 |
| HSL | 71.54º | 0.84% | 0.88% | - |
| HSV(B) | 71.54º | 0.21% | 0.98% | - |
| XYZ | 80.31 | 90.97 | 66.75 | - |
| YUV | 241.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 198 | 0.04 | 0 | 0.21 | 0.02 | 71.54 | 0.84 | 0.88 |
| Hex | F0 | FA | C6 | 4 | 0 | 15 | 2 | 48 | 54 | 58 |
| Octal | 360 | 372 | 306 | 4 | 0 | 25 | 2 | 110 | 124 | 130 |
| Binary | 11110000 | 11111010 | 11000110 | 100 | 0 | 10101 | 10 | 1001000 | 1010100 | 1011000 |
Color Harmonies of #F0FAC6
Complementary color
Monochromatic Colors of #F0FAC6
Black with #F0FAC6
Text Example
Text Example
White with #F0FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAC6; }
p { color: rgb(240,250,198); }
H1.HeaderClassName
{
color: #F0FAC6;
}
.AnyTagClassName
{
color: #F0FAC6;
}
</style>
background-color css
<style>
a { background-color: #F0FAC6; }
a { background-color: rgb(240,250,198); }
div.DivClassName
{
background-color: #F0FAC6;
}
.BgClassName
{
background-color: #F0FAC6;
}
</style>
border-color css
<style>
span { border-color: #F0FAC6; }
span { border-color: rgb(240,250,198); }
td.TdClassName
{
border-color: #F0FAC6;
}
.TagClassName
{
border-color: #F0FAC6;
}
</style>