Shades of Snow Flurry #F2FFCE
Tints of Snow Flurry #F2FFCE
RGB
CMYK
RGB Variations
Color information
#F2FFCE (or 0xF2FFCE) is known color: Snow Flurry. HEX triplet: F2, FF and CE. RGB value is (242,255,206). Sum of RGB (Red+Green+Blue) = 242+255+206=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 206 (80.86% from 255 or 29.30% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFCE is #0D0031. Grayscale: #F5F5F5. Windows color (decimal): -852018 or 13565938. OLE color: 13565938.
HSL color Cylindrical-coordinate representation of color #F2FFCE: hue angle of 75.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FFCE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 206 | - |
| CMYK | 0.05 | 0 | 0.19 | 0 |
| HSL | 75.92º | 1% | 0.9% | - |
| HSV(B) | 75.92º | 0.19% | 1% | - |
| XYZ | 83.52 | 94.85 | 72.3 | - |
| YUV | 245.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 206 | 0.05 | 0 | 0.19 | 0 | 75.92 | 1 | 0.9 |
| Hex | F2 | FF | CE | 5 | 0 | 13 | 0 | 4C | 64 | 5A |
| Octal | 362 | 377 | 316 | 5 | 0 | 23 | 0 | 114 | 144 | 132 |
| Binary | 11110010 | 11111111 | 11001110 | 101 | 0 | 10011 | 0 | 1001100 | 1100100 | 1011010 |
Color Harmonies of #F2FFCE
Complementary color
Monochromatic Colors of #F2FFCE
Black with #F2FFCE
Text Example
Text Example
White with #F2FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFCE; }
p { color: rgb(242,255,206); }
H1.HeaderClassName
{
color: #F2FFCE;
}
.AnyTagClassName
{
color: #F2FFCE;
}
</style>
background-color css
<style>
a { background-color: #F2FFCE; }
a { background-color: rgb(242,255,206); }
div.DivClassName
{
background-color: #F2FFCE;
}
.BgClassName
{
background-color: #F2FFCE;
}
</style>
border-color css
<style>
span { border-color: #F2FFCE; }
span { border-color: rgb(242,255,206); }
td.TdClassName
{
border-color: #F2FFCE;
}
.TagClassName
{
border-color: #F2FFCE;
}
</style>