Shades of Snow Flurry #F1FDC2
Tints of Snow Flurry #F1FDC2
RGB
CMYK
RGB Variations
Color information
#F1FDC2 (or 0xF1FDC2) is known color: Snow Flurry. HEX triplet: F1, FD and C2. RGB value is (241,253,194). Sum of RGB (Red+Green+Blue) = 241+253+194=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 194 (76.17% from 255 or 28.20% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDC2 is #0E023D. Grayscale: #F2F2F2. Windows color (decimal): -918078 or 12778993. OLE color: 12778993.
HSL color Cylindrical-coordinate representation of color #F1FDC2: hue angle of 72.2º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1FDC2 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 194 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.01 |
| HSL | 72.2º | 0.94% | 0.88% | - |
| HSV(B) | 72.2º | 0.23% | 0.99% | - |
| XYZ | 81.14 | 92.85 | 64.68 | - |
| YUV | 242.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 194 | 0.05 | 0 | 0.23 | 0.01 | 72.2 | 0.94 | 0.88 |
| Hex | F1 | FD | C2 | 5 | 0 | 17 | 1 | 48 | 5E | 58 |
| Octal | 361 | 375 | 302 | 5 | 0 | 27 | 1 | 110 | 136 | 130 |
| Binary | 11110001 | 11111101 | 11000010 | 101 | 0 | 10111 | 1 | 1001000 | 1011110 | 1011000 |
Color Harmonies of #F1FDC2
Complementary color
Monochromatic Colors of #F1FDC2
Black with #F1FDC2
Text Example
Text Example
White with #F1FDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDC2; }
p { color: rgb(241,253,194); }
H1.HeaderClassName
{
color: #F1FDC2;
}
.AnyTagClassName
{
color: #F1FDC2;
}
</style>
background-color css
<style>
a { background-color: #F1FDC2; }
a { background-color: rgb(241,253,194); }
div.DivClassName
{
background-color: #F1FDC2;
}
.BgClassName
{
background-color: #F1FDC2;
}
</style>
border-color css
<style>
span { border-color: #F1FDC2; }
span { border-color: rgb(241,253,194); }
td.TdClassName
{
border-color: #F1FDC2;
}
.TagClassName
{
border-color: #F1FDC2;
}
</style>