Shades of Snow Flurry #F1FCCC
Tints of Snow Flurry #F1FCCC
RGB
CMYK
RGB Variations
Color information
#F1FCCC (or 0xF1FCCC) is known color: Snow Flurry. HEX triplet: F1, FC and CC. RGB value is (241,252,204). Sum of RGB (Red+Green+Blue) = 241+252+204=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCCC is #0E0333. Grayscale: #F3F3F3. Windows color (decimal): -918324 or 13434097. OLE color: 13434097.
HSL color Cylindrical-coordinate representation of color #F1FCCC: hue angle of 73.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1FCCC is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 204 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.01 |
| HSL | 73.75º | 0.89% | 0.89% | - |
| HSV(B) | 73.75º | 0.19% | 0.99% | - |
| XYZ | 81.99 | 92.68 | 70.69 | - |
| YUV | 243.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 204 | 0.04 | 0 | 0.19 | 0.01 | 73.75 | 0.89 | 0.89 |
| Hex | F1 | FC | CC | 4 | 0 | 13 | 1 | 4A | 59 | 59 |
| Octal | 361 | 374 | 314 | 4 | 0 | 23 | 1 | 112 | 131 | 131 |
| Binary | 11110001 | 11111100 | 11001100 | 100 | 0 | 10011 | 1 | 1001010 | 1011001 | 1011001 |
Color Harmonies of #F1FCCC
Complementary color
Monochromatic Colors of #F1FCCC
Black with #F1FCCC
Text Example
Text Example
White with #F1FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCCC; }
p { color: rgb(241,252,204); }
H1.HeaderClassName
{
color: #F1FCCC;
}
.AnyTagClassName
{
color: #F1FCCC;
}
</style>
background-color css
<style>
a { background-color: #F1FCCC; }
a { background-color: rgb(241,252,204); }
div.DivClassName
{
background-color: #F1FCCC;
}
.BgClassName
{
background-color: #F1FCCC;
}
</style>
border-color css
<style>
span { border-color: #F1FCCC; }
span { border-color: rgb(241,252,204); }
td.TdClassName
{
border-color: #F1FCCC;
}
.TagClassName
{
border-color: #F1FCCC;
}
</style>