Shades of Snuff #F1D0EC
Tints of Snuff #F1D0EC
RGB
CMYK
RGB Variations
Color information
#F1D0EC (or 0xF1D0EC) is known color: Snuff. HEX triplet: F1, D0 and EC. RGB value is (241,208,236). Sum of RGB (Red+Green+Blue) = 241+208+236=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0EC is #0E2F13. Grayscale: #DCDCDC. Windows color (decimal): -929556 or 15519985. OLE color: 15519985.
HSL color Cylindrical-coordinate representation of color #F1D0EC: hue angle of 309.09º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0EC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 236 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.05 |
| HSL | 309.09º | 0.54% | 0.88% | - |
| HSV(B) | 309.09º | 0.14% | 0.95% | - |
| XYZ | 73.97 | 69.87 | 88.94 | - |
| YUV | 221.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 236 | 0 | 0.14 | 0.02 | 0.05 | 309.09 | 0.54 | 0.88 |
| Hex | F1 | D0 | EC | 0 | E | 2 | 5 | 135 | 36 | 58 |
| Octal | 361 | 320 | 354 | 0 | 16 | 2 | 5 | 465 | 66 | 130 |
| Binary | 11110001 | 11010000 | 11101100 | 0 | 1110 | 10 | 101 | 100110101 | 110110 | 1011000 |
Color Harmonies of #F1D0EC
Complementary color
Monochromatic Colors of #F1D0EC
Black with #F1D0EC
Text Example
Text Example
White with #F1D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0EC; }
p { color: rgb(241,208,236); }
H1.HeaderClassName
{
color: #F1D0EC;
}
.AnyTagClassName
{
color: #F1D0EC;
}
</style>
background-color css
<style>
a { background-color: #F1D0EC; }
a { background-color: rgb(241,208,236); }
div.DivClassName
{
background-color: #F1D0EC;
}
.BgClassName
{
background-color: #F1D0EC;
}
</style>
border-color css
<style>
span { border-color: #F1D0EC; }
span { border-color: rgb(241,208,236); }
td.TdClassName
{
border-color: #F1D0EC;
}
.TagClassName
{
border-color: #F1D0EC;
}
</style>