Shades of Snow Flurry #F0FFC6
Tints of Snow Flurry #F0FFC6
RGB
CMYK
RGB Variations
Color information
#F0FFC6 (or 0xF0FFC6) is known color: Snow Flurry. HEX triplet: F0, FF and C6. RGB value is (240,255,198). Sum of RGB (Red+Green+Blue) = 240+255+198=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 198 (77.73% from 255 or 28.57% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFC6 is #0F0039. Grayscale: #F4F4F4. Windows color (decimal): -983098 or 13041648. OLE color: 13041648.
HSL color Cylindrical-coordinate representation of color #F0FFC6: hue angle of 75.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FFC6 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 198 | - |
| CMYK | 0.06 | 0 | 0.22 | 0 |
| HSL | 75.79º | 1% | 0.89% | - |
| HSV(B) | 75.79º | 0.22% | 1% | - |
| XYZ | 81.89 | 94.12 | 67.28 | - |
| YUV | 244.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 198 | 0.06 | 0 | 0.22 | 0 | 75.79 | 1 | 0.89 |
| Hex | F0 | FF | C6 | 6 | 0 | 16 | 0 | 4C | 64 | 59 |
| Octal | 360 | 377 | 306 | 6 | 0 | 26 | 0 | 114 | 144 | 131 |
| Binary | 11110000 | 11111111 | 11000110 | 110 | 0 | 10110 | 0 | 1001100 | 1100100 | 1011001 |
Color Harmonies of #F0FFC6
Complementary color
Monochromatic Colors of #F0FFC6
Black with #F0FFC6
Text Example
Text Example
White with #F0FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFC6; }
p { color: rgb(240,255,198); }
H1.HeaderClassName
{
color: #F0FFC6;
}
.AnyTagClassName
{
color: #F0FFC6;
}
</style>
background-color css
<style>
a { background-color: #F0FFC6; }
a { background-color: rgb(240,255,198); }
div.DivClassName
{
background-color: #F0FFC6;
}
.BgClassName
{
background-color: #F0FFC6;
}
</style>
border-color css
<style>
span { border-color: #F0FFC6; }
span { border-color: rgb(240,255,198); }
td.TdClassName
{
border-color: #F0FFC6;
}
.TagClassName
{
border-color: #F0FFC6;
}
</style>