Shades of Snow Flurry #F2FFC5
Tints of Snow Flurry #F2FFC5
RGB
CMYK
RGB Variations
Color information
#F2FFC5 (or 0xF2FFC5) is known color: Snow Flurry. HEX triplet: F2, FF and C5. RGB value is (242,255,197). Sum of RGB (Red+Green+Blue) = 242+255+197=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 197 (77.34% from 255 or 28.39% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFC5 is #0D003A. Grayscale: #F4F4F4. Windows color (decimal): -852027 or 12976114. OLE color: 12976114.
HSL color Cylindrical-coordinate representation of color #F2FFC5: hue angle of 73.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2FFC5 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 197 | - |
| CMYK | 0.05 | 0 | 0.23 | 0 |
| HSL | 73.45º | 1% | 0.89% | - |
| HSV(B) | 73.45º | 0.23% | 1% | - |
| XYZ | 82.46 | 94.43 | 66.7 | - |
| YUV | 244.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 197 | 0.05 | 0 | 0.23 | 0 | 73.45 | 1 | 0.89 |
| Hex | F2 | FF | C5 | 5 | 0 | 17 | 0 | 49 | 64 | 59 |
| Octal | 362 | 377 | 305 | 5 | 0 | 27 | 0 | 111 | 144 | 131 |
| Binary | 11110010 | 11111111 | 11000101 | 101 | 0 | 10111 | 0 | 1001001 | 1100100 | 1011001 |
Color Harmonies of #F2FFC5
Complementary color
Monochromatic Colors of #F2FFC5
Black with #F2FFC5
Text Example
Text Example
White with #F2FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFC5; }
p { color: rgb(242,255,197); }
H1.HeaderClassName
{
color: #F2FFC5;
}
.AnyTagClassName
{
color: #F2FFC5;
}
</style>
background-color css
<style>
a { background-color: #F2FFC5; }
a { background-color: rgb(242,255,197); }
div.DivClassName
{
background-color: #F2FFC5;
}
.BgClassName
{
background-color: #F2FFC5;
}
</style>
border-color css
<style>
span { border-color: #F2FFC5; }
span { border-color: rgb(242,255,197); }
td.TdClassName
{
border-color: #F2FFC5;
}
.TagClassName
{
border-color: #F2FFC5;
}
</style>