Shades of Snow Flurry #F2FFD3
Tints of Snow Flurry #F2FFD3
RGB
CMYK
RGB Variations
Color information
#F2FFD3 (or 0xF2FFD3) is known color: Snow Flurry. HEX triplet: F2, FF and D3. RGB value is (242,255,211). Sum of RGB (Red+Green+Blue) = 242+255+211=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 211 (82.81% from 255 or 29.80% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFD3 is #0D002C. Grayscale: #F6F6F6. Windows color (decimal): -852013 or 13893618. OLE color: 13893618.
HSL color Cylindrical-coordinate representation of color #F2FFD3: hue angle of 77.73º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2FFD3 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 211 | - |
| CMYK | 0.05 | 0 | 0.17 | 0 |
| HSL | 77.73º | 1% | 0.91% | - |
| HSV(B) | 77.73º | 0.17% | 1% | - |
| XYZ | 84.14 | 95.1 | 75.55 | - |
| YUV | 246.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 211 | 0.05 | 0 | 0.17 | 0 | 77.73 | 1 | 0.91 |
| Hex | F2 | FF | D3 | 5 | 0 | 11 | 0 | 4E | 64 | 5B |
| Octal | 362 | 377 | 323 | 5 | 0 | 21 | 0 | 116 | 144 | 133 |
| Binary | 11110010 | 11111111 | 11010011 | 101 | 0 | 10001 | 0 | 1001110 | 1100100 | 1011011 |
Color Harmonies of #F2FFD3
Complementary color
Monochromatic Colors of #F2FFD3
Black with #F2FFD3
Text Example
Text Example
White with #F2FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFD3; }
p { color: rgb(242,255,211); }
H1.HeaderClassName
{
color: #F2FFD3;
}
.AnyTagClassName
{
color: #F2FFD3;
}
</style>
background-color css
<style>
a { background-color: #F2FFD3; }
a { background-color: rgb(242,255,211); }
div.DivClassName
{
background-color: #F2FFD3;
}
.BgClassName
{
background-color: #F2FFD3;
}
</style>
border-color css
<style>
span { border-color: #F2FFD3; }
span { border-color: rgb(242,255,211); }
td.TdClassName
{
border-color: #F2FFD3;
}
.TagClassName
{
border-color: #F2FFD3;
}
</style>