Shades of Snow Flurry #F0FEC6
Tints of Snow Flurry #F0FEC6
RGB
CMYK
RGB Variations
Color information
#F0FEC6 (or 0xF0FEC6) is known color: Snow Flurry. HEX triplet: F0, FE and C6. RGB value is (240,254,198). Sum of RGB (Red+Green+Blue) = 240+254+198=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 198 (77.73% from 255 or 28.61% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FEC6 is #0F0139. Grayscale: #F3F3F3. Windows color (decimal): -983354 or 13041392. OLE color: 13041392.
HSL color Cylindrical-coordinate representation of color #F0FEC6: hue angle of 75º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FEC6 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 198 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.00 |
| HSL | 75º | 0.97% | 0.89% | - |
| HSV(B) | 75º | 0.22% | 1% | - |
| XYZ | 81.57 | 93.49 | 67.17 | - |
| YUV | 243.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 198 | 0.06 | 0 | 0.22 | 0.00 | 75 | 0.97 | 0.89 |
| Hex | F0 | FE | C6 | 6 | 0 | 16 | 0 | 4B | 61 | 59 |
| Octal | 360 | 376 | 306 | 6 | 0 | 26 | 0 | 113 | 141 | 131 |
| Binary | 11110000 | 11111110 | 11000110 | 110 | 0 | 10110 | 0 | 1001011 | 1100001 | 1011001 |
Color Harmonies of #F0FEC6
Complementary color
Monochromatic Colors of #F0FEC6
Black with #F0FEC6
Text Example
Text Example
White with #F0FEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEC6; }
p { color: rgb(240,254,198); }
H1.HeaderClassName
{
color: #F0FEC6;
}
.AnyTagClassName
{
color: #F0FEC6;
}
</style>
background-color css
<style>
a { background-color: #F0FEC6; }
a { background-color: rgb(240,254,198); }
div.DivClassName
{
background-color: #F0FEC6;
}
.BgClassName
{
background-color: #F0FEC6;
}
</style>
border-color css
<style>
span { border-color: #F0FEC6; }
span { border-color: rgb(240,254,198); }
td.TdClassName
{
border-color: #F0FEC6;
}
.TagClassName
{
border-color: #F0FEC6;
}
</style>