Shades of Snow Flurry #F0FFC9
Tints of Snow Flurry #F0FFC9
RGB
CMYK
RGB Variations
Color information
#F0FFC9 (or 0xF0FFC9) is known color: Snow Flurry. HEX triplet: F0, FF and C9. RGB value is (240,255,201). Sum of RGB (Red+Green+Blue) = 240+255+201=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 201 (78.91% from 255 or 28.88% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFC9 is #0F0036. Grayscale: #F4F4F4. Windows color (decimal): -983095 or 13238256. OLE color: 13238256.
HSL color Cylindrical-coordinate representation of color #F0FFC9: hue angle of 76.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0FFC9 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 201 | - |
| CMYK | 0.06 | 0 | 0.21 | 0 |
| HSL | 76.67º | 1% | 0.89% | - |
| HSV(B) | 76.67º | 0.21% | 1% | - |
| XYZ | 82.24 | 94.26 | 69.12 | - |
| YUV | 244.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 201 | 0.06 | 0 | 0.21 | 0 | 76.67 | 1 | 0.89 |
| Hex | F0 | FF | C9 | 6 | 0 | 15 | 0 | 4D | 64 | 59 |
| Octal | 360 | 377 | 311 | 6 | 0 | 25 | 0 | 115 | 144 | 131 |
| Binary | 11110000 | 11111111 | 11001001 | 110 | 0 | 10101 | 0 | 1001101 | 1100100 | 1011001 |
Color Harmonies of #F0FFC9
Complementary color
Monochromatic Colors of #F0FFC9
Black with #F0FFC9
Text Example
Text Example
White with #F0FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFC9; }
p { color: rgb(240,255,201); }
H1.HeaderClassName
{
color: #F0FFC9;
}
.AnyTagClassName
{
color: #F0FFC9;
}
</style>
background-color css
<style>
a { background-color: #F0FFC9; }
a { background-color: rgb(240,255,201); }
div.DivClassName
{
background-color: #F0FFC9;
}
.BgClassName
{
background-color: #F0FFC9;
}
</style>
border-color css
<style>
span { border-color: #F0FFC9; }
span { border-color: rgb(240,255,201); }
td.TdClassName
{
border-color: #F0FFC9;
}
.TagClassName
{
border-color: #F0FFC9;
}
</style>