Shades of Snow Flurry #F0FFC2
Tints of Snow Flurry #F0FFC2
RGB
CMYK
RGB Variations
Color information
#F0FFC2 (or 0xF0FFC2) is known color: Snow Flurry. HEX triplet: F0, FF and C2. RGB value is (240,255,194). Sum of RGB (Red+Green+Blue) = 240+255+194=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 194 (76.17% from 255 or 28.16% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFC2 is #0F003D. Grayscale: #F3F3F3. Windows color (decimal): -983102 or 12779504. OLE color: 12779504.
HSL color Cylindrical-coordinate representation of color #F0FFC2: hue angle of 74.75º 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 #F0FFC2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 194 | - |
| CMYK | 0.06 | 0 | 0.24 | 0 |
| HSL | 74.75º | 1% | 0.88% | - |
| HSV(B) | 74.75º | 0.24% | 1% | - |
| XYZ | 81.43 | 93.94 | 64.88 | - |
| YUV | 243.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 194 | 0.06 | 0 | 0.24 | 0 | 74.75 | 1 | 0.88 |
| Hex | F0 | FF | C2 | 6 | 0 | 18 | 0 | 4B | 64 | 58 |
| Octal | 360 | 377 | 302 | 6 | 0 | 30 | 0 | 113 | 144 | 130 |
| Binary | 11110000 | 11111111 | 11000010 | 110 | 0 | 11000 | 0 | 1001011 | 1100100 | 1011000 |
Color Harmonies of #F0FFC2
Complementary color
Monochromatic Colors of #F0FFC2
Black with #F0FFC2
Text Example
Text Example
White with #F0FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFC2; }
p { color: rgb(240,255,194); }
H1.HeaderClassName
{
color: #F0FFC2;
}
.AnyTagClassName
{
color: #F0FFC2;
}
</style>
background-color css
<style>
a { background-color: #F0FFC2; }
a { background-color: rgb(240,255,194); }
div.DivClassName
{
background-color: #F0FFC2;
}
.BgClassName
{
background-color: #F0FFC2;
}
</style>
border-color css
<style>
span { border-color: #F0FFC2; }
span { border-color: rgb(240,255,194); }
td.TdClassName
{
border-color: #F0FFC2;
}
.TagClassName
{
border-color: #F0FFC2;
}
</style>