Shades of Snow Flurry #F0FFC1
Tints of Snow Flurry #F0FFC1
RGB
CMYK
RGB Variations
Color information
#F0FFC1 (or 0xF0FFC1) is known color: Snow Flurry. HEX triplet: F0, FF and C1. RGB value is (240,255,193). Sum of RGB (Red+Green+Blue) = 240+255+193=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 193 (75.78% from 255 or 28.05% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFC1 is #0F003E. Grayscale: #F3F3F3. Windows color (decimal): -983103 or 12713968. OLE color: 12713968.
HSL color Cylindrical-coordinate representation of color #F0FFC1: hue angle of 74.52º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0FFC1 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 193 | - |
| CMYK | 0.06 | 0 | 0.24 | 0 |
| HSL | 74.52º | 1% | 0.88% | - |
| HSV(B) | 74.52º | 0.24% | 1% | - |
| XYZ | 81.32 | 93.9 | 64.29 | - |
| YUV | 243.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 193 | 0.06 | 0 | 0.24 | 0 | 74.52 | 1 | 0.88 |
| Hex | F0 | FF | C1 | 6 | 0 | 18 | 0 | 4B | 64 | 58 |
| Octal | 360 | 377 | 301 | 6 | 0 | 30 | 0 | 113 | 144 | 130 |
| Binary | 11110000 | 11111111 | 11000001 | 110 | 0 | 11000 | 0 | 1001011 | 1100100 | 1011000 |
Color Harmonies of #F0FFC1
Complementary color
Monochromatic Colors of #F0FFC1
Black with #F0FFC1
Text Example
Text Example
White with #F0FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFC1; }
p { color: rgb(240,255,193); }
H1.HeaderClassName
{
color: #F0FFC1;
}
.AnyTagClassName
{
color: #F0FFC1;
}
</style>
background-color css
<style>
a { background-color: #F0FFC1; }
a { background-color: rgb(240,255,193); }
div.DivClassName
{
background-color: #F0FFC1;
}
.BgClassName
{
background-color: #F0FFC1;
}
</style>
border-color css
<style>
span { border-color: #F0FFC1; }
span { border-color: rgb(240,255,193); }
td.TdClassName
{
border-color: #F0FFC1;
}
.TagClassName
{
border-color: #F0FFC1;
}
</style>