Shades of Snow Flurry #F0FEC9
Tints of Snow Flurry #F0FEC9
RGB
CMYK
RGB Variations
Color information
#F0FEC9 (or 0xF0FEC9) is known color: Snow Flurry. HEX triplet: F0, FE and C9. RGB value is (240,254,201). Sum of RGB (Red+Green+Blue) = 240+254+201=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 201 (78.91% from 255 or 28.92% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC9 is #0F0136. Grayscale: #F3F3F3. Windows color (decimal): -983351 or 13238000. OLE color: 13238000.
HSL color Cylindrical-coordinate representation of color #F0FEC9: hue angle of 75.85º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0FEC9 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 201 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.00 |
| HSL | 75.85º | 0.96% | 0.89% | - |
| HSV(B) | 75.85º | 0.21% | 1% | - |
| XYZ | 81.92 | 93.63 | 69.01 | - |
| YUV | 243.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 201 | 0.06 | 0 | 0.21 | 0.00 | 75.85 | 0.96 | 0.89 |
| Hex | F0 | FE | C9 | 6 | 0 | 15 | 0 | 4C | 60 | 59 |
| Octal | 360 | 376 | 311 | 6 | 0 | 25 | 0 | 114 | 140 | 131 |
| Binary | 11110000 | 11111110 | 11001001 | 110 | 0 | 10101 | 0 | 1001100 | 1100000 | 1011001 |
Color Harmonies of #F0FEC9
Complementary color
Monochromatic Colors of #F0FEC9
Black with #F0FEC9
Text Example
Text Example
White with #F0FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEC9; }
p { color: rgb(240,254,201); }
H1.HeaderClassName
{
color: #F0FEC9;
}
.AnyTagClassName
{
color: #F0FEC9;
}
</style>
background-color css
<style>
a { background-color: #F0FEC9; }
a { background-color: rgb(240,254,201); }
div.DivClassName
{
background-color: #F0FEC9;
}
.BgClassName
{
background-color: #F0FEC9;
}
</style>
border-color css
<style>
span { border-color: #F0FEC9; }
span { border-color: rgb(240,254,201); }
td.TdClassName
{
border-color: #F0FEC9;
}
.TagClassName
{
border-color: #F0FEC9;
}
</style>