Shades of Snow Flurry #F2FFCF
Tints of Snow Flurry #F2FFCF
RGB
CMYK
RGB Variations
Color information
#F2FFCF (or 0xF2FFCF) is known color: Snow Flurry. HEX triplet: F2, FF and CF. RGB value is (242,255,207). Sum of RGB (Red+Green+Blue) = 242+255+207=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 207 (81.25% from 255 or 29.40% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFCF is #0D0030. Grayscale: #F5F5F5. Windows color (decimal): -852017 or 13631474. OLE color: 13631474.
HSL color Cylindrical-coordinate representation of color #F2FFCF: hue angle of 76.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FFCF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 207 | - |
| CMYK | 0.05 | 0 | 0.19 | 0 |
| HSL | 76.25º | 1% | 0.91% | - |
| HSV(B) | 76.25º | 0.19% | 1% | - |
| XYZ | 83.64 | 94.9 | 72.94 | - |
| YUV | 245.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 207 | 0.05 | 0 | 0.19 | 0 | 76.25 | 1 | 0.91 |
| Hex | F2 | FF | CF | 5 | 0 | 13 | 0 | 4C | 64 | 5B |
| Octal | 362 | 377 | 317 | 5 | 0 | 23 | 0 | 114 | 144 | 133 |
| Binary | 11110010 | 11111111 | 11001111 | 101 | 0 | 10011 | 0 | 1001100 | 1100100 | 1011011 |
Color Harmonies of #F2FFCF
Complementary color
Monochromatic Colors of #F2FFCF
Black with #F2FFCF
Text Example
Text Example
White with #F2FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFCF; }
p { color: rgb(242,255,207); }
H1.HeaderClassName
{
color: #F2FFCF;
}
.AnyTagClassName
{
color: #F2FFCF;
}
</style>
background-color css
<style>
a { background-color: #F2FFCF; }
a { background-color: rgb(242,255,207); }
div.DivClassName
{
background-color: #F2FFCF;
}
.BgClassName
{
background-color: #F2FFCF;
}
</style>
border-color css
<style>
span { border-color: #F2FFCF; }
span { border-color: rgb(242,255,207); }
td.TdClassName
{
border-color: #F2FFCF;
}
.TagClassName
{
border-color: #F2FFCF;
}
</style>