Shades of Snow Flurry #F0FFCC
Tints of Snow Flurry #F0FFCC
RGB
CMYK
RGB Variations
Color information
#F0FFCC (or 0xF0FFCC) is known color: Snow Flurry. HEX triplet: F0, FF and CC. RGB value is (240,255,204). Sum of RGB (Red+Green+Blue) = 240+255+204=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFCC is #0F0033. Grayscale: #F4F4F4. Windows color (decimal): -983092 or 13434864. OLE color: 13434864.
HSL color Cylindrical-coordinate representation of color #F0FFCC: hue angle of 77.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0FFCC is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 204 | - |
| CMYK | 0.06 | 0 | 0.2 | 0 |
| HSL | 77.65º | 1% | 0.9% | - |
| HSV(B) | 77.65º | 0.2% | 1% | - |
| XYZ | 82.59 | 94.4 | 71 | - |
| YUV | 244.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 204 | 0.06 | 0 | 0.2 | 0 | 77.65 | 1 | 0.9 |
| Hex | F0 | FF | CC | 6 | 0 | 14 | 0 | 4E | 64 | 5A |
| Octal | 360 | 377 | 314 | 6 | 0 | 24 | 0 | 116 | 144 | 132 |
| Binary | 11110000 | 11111111 | 11001100 | 110 | 0 | 10100 | 0 | 1001110 | 1100100 | 1011010 |
Color Harmonies of #F0FFCC
Complementary color
Monochromatic Colors of #F0FFCC
Black with #F0FFCC
Text Example
Text Example
White with #F0FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFCC; }
p { color: rgb(240,255,204); }
H1.HeaderClassName
{
color: #F0FFCC;
}
.AnyTagClassName
{
color: #F0FFCC;
}
</style>
background-color css
<style>
a { background-color: #F0FFCC; }
a { background-color: rgb(240,255,204); }
div.DivClassName
{
background-color: #F0FFCC;
}
.BgClassName
{
background-color: #F0FFCC;
}
</style>
border-color css
<style>
span { border-color: #F0FFCC; }
span { border-color: rgb(240,255,204); }
td.TdClassName
{
border-color: #F0FFCC;
}
.TagClassName
{
border-color: #F0FFCC;
}
</style>