Shades of Snow Flurry #F1FFD3
Tints of Snow Flurry #F1FFD3
RGB
CMYK
RGB Variations
Color information
#F1FFD3 (or 0xF1FFD3) is known color: Snow Flurry. HEX triplet: F1, FF and D3. RGB value is (241,255,211). Sum of RGB (Red+Green+Blue) = 241+255+211=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 211 (82.81% from 255 or 29.84% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFD3 is #0E002C. Grayscale: #F5F5F5. Windows color (decimal): -917549 or 13893617. OLE color: 13893617.
HSL color Cylindrical-coordinate representation of color #F1FFD3: hue angle of 79.09º 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 #F1FFD3 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 211 | - |
| CMYK | 0.05 | 0 | 0.17 | 0 |
| HSL | 79.09º | 1% | 0.91% | - |
| HSV(B) | 79.09º | 0.17% | 1% | - |
| XYZ | 83.79 | 94.92 | 75.53 | - |
| YUV | 245.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 211 | 0.05 | 0 | 0.17 | 0 | 79.09 | 1 | 0.91 |
| Hex | F1 | FF | D3 | 5 | 0 | 11 | 0 | 4F | 64 | 5B |
| Octal | 361 | 377 | 323 | 5 | 0 | 21 | 0 | 117 | 144 | 133 |
| Binary | 11110001 | 11111111 | 11010011 | 101 | 0 | 10001 | 0 | 1001111 | 1100100 | 1011011 |
Color Harmonies of #F1FFD3
Complementary color
Monochromatic Colors of #F1FFD3
Black with #F1FFD3
Text Example
Text Example
White with #F1FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FFD3; }
p { color: rgb(241,255,211); }
H1.HeaderClassName
{
color: #F1FFD3;
}
.AnyTagClassName
{
color: #F1FFD3;
}
</style>
background-color css
<style>
a { background-color: #F1FFD3; }
a { background-color: rgb(241,255,211); }
div.DivClassName
{
background-color: #F1FFD3;
}
.BgClassName
{
background-color: #F1FFD3;
}
</style>
border-color css
<style>
span { border-color: #F1FFD3; }
span { border-color: rgb(241,255,211); }
td.TdClassName
{
border-color: #F1FFD3;
}
.TagClassName
{
border-color: #F1FFD3;
}
</style>