Shades of Snow Flurry #F1FECE
Tints of Snow Flurry #F1FECE
RGB
CMYK
RGB Variations
Color information
#F1FECE (or 0xF1FECE) is known color: Snow Flurry. HEX triplet: F1, FE and CE. RGB value is (241,254,206). Sum of RGB (Red+Green+Blue) = 241+254+206=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 206 (80.86% from 255 or 29.39% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FECE is #0E0131. Grayscale: #F4F4F4. Windows color (decimal): -917810 or 13565681. OLE color: 13565681.
HSL color Cylindrical-coordinate representation of color #F1FECE: hue angle of 76.25º 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 #F1FECE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 241 | 254 | 206 | - |
CMYK | 0.05 | 0 | 0.19 | 0.00 |
HSL | 76.25º | 0.96% | 0.9% | - |
HSV(B) | 76.25º | 0.19% | 1% | - |
XYZ | 82.86 | 94.04 | 72.18 | - |
YUV | 244.64 | 106.19 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 254 | 206 | 0.05 | 0 | 0.19 | 0.00 | 76.25 | 0.96 | 0.9 |
Hex | F1 | FE | CE | 5 | 0 | 13 | 0 | 4C | 60 | 5A |
Octal | 361 | 376 | 316 | 5 | 0 | 23 | 0 | 114 | 140 | 132 |
Binary | 11110001 | 11111110 | 11001110 | 101 | 0 | 10011 | 0 | 1001100 | 1100000 | 1011010 |
Color Harmonies of #F1FECE
Complementary color
Monochromatic Colors of #F1FECE
Black with #F1FECE
Text Example
Text Example
White with #F1FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FECE; }
p { color: rgb(241,254,206); }
H1.HeaderClassName
{
color: #F1FECE;
}
.AnyTagClassName
{
color: #F1FECE;
}
</style>
background-color css
<style>
a { background-color: #F1FECE; }
a { background-color: rgb(241,254,206); }
div.DivClassName
{
background-color: #F1FECE;
}
.BgClassName
{
background-color: #F1FECE;
}
</style>
border-color css
<style>
span { border-color: #F1FECE; }
span { border-color: rgb(241,254,206); }
td.TdClassName
{
border-color: #F1FECE;
}
.TagClassName
{
border-color: #F1FECE;
}
</style>