Shades of Snow Flurry #F1FECF
Tints of Snow Flurry #F1FECF
RGB
CMYK
RGB Variations
Color information
#F1FECF (or 0xF1FECF) is known color: Snow Flurry. HEX triplet: F1, FE and CF. RGB value is (241,254,207). Sum of RGB (Red+Green+Blue) = 241+254+207=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 207 (81.25% from 255 or 29.49% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FECF is #0E0130. Grayscale: #F4F4F4. Windows color (decimal): -917809 or 13631217. OLE color: 13631217.
HSL color Cylindrical-coordinate representation of color #F1FECF: hue angle of 76.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1FECF is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 207 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.00 |
| HSL | 76.6º | 0.96% | 0.9% | - |
| HSV(B) | 76.6º | 0.19% | 1% | - |
| XYZ | 82.98 | 94.09 | 72.82 | - |
| YUV | 244.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 207 | 0.05 | 0 | 0.19 | 0.00 | 76.6 | 0.96 | 0.9 |
| Hex | F1 | FE | CF | 5 | 0 | 13 | 0 | 4D | 60 | 5A |
| Octal | 361 | 376 | 317 | 5 | 0 | 23 | 0 | 115 | 140 | 132 |
| Binary | 11110001 | 11111110 | 11001111 | 101 | 0 | 10011 | 0 | 1001101 | 1100000 | 1011010 |
Color Harmonies of #F1FECF
Complementary color
Monochromatic Colors of #F1FECF
Black with #F1FECF
Text Example
Text Example
White with #F1FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FECF; }
p { color: rgb(241,254,207); }
H1.HeaderClassName
{
color: #F1FECF;
}
.AnyTagClassName
{
color: #F1FECF;
}
</style>
background-color css
<style>
a { background-color: #F1FECF; }
a { background-color: rgb(241,254,207); }
div.DivClassName
{
background-color: #F1FECF;
}
.BgClassName
{
background-color: #F1FECF;
}
</style>
border-color css
<style>
span { border-color: #F1FECF; }
span { border-color: rgb(241,254,207); }
td.TdClassName
{
border-color: #F1FECF;
}
.TagClassName
{
border-color: #F1FECF;
}
</style>