Shades of Snuff #F1D0ED
Tints of Snuff #F1D0ED
RGB
CMYK
RGB Variations
Color information
#F1D0ED (or 0xF1D0ED) is known color: Snuff. HEX triplet: F1, D0 and ED. RGB value is (241,208,237). Sum of RGB (Red+Green+Blue) = 241+208+237=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D0ED is #0E2F12. Grayscale: #DDDDDD. Windows color (decimal): -929555 or 15585521. OLE color: 15585521.
HSL color Cylindrical-coordinate representation of color #F1D0ED: hue angle of 307.27º 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 #F1D0ED is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 237 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.05 |
| HSL | 307.27º | 0.54% | 0.88% | - |
| HSV(B) | 307.27º | 0.14% | 0.95% | - |
| XYZ | 74.12 | 69.93 | 89.71 | - |
| YUV | 221.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 237 | 0 | 0.14 | 0.02 | 0.05 | 307.27 | 0.54 | 0.88 |
| Hex | F1 | D0 | ED | 0 | E | 2 | 5 | 133 | 36 | 58 |
| Octal | 361 | 320 | 355 | 0 | 16 | 2 | 5 | 463 | 66 | 130 |
| Binary | 11110001 | 11010000 | 11101101 | 0 | 1110 | 10 | 101 | 100110011 | 110110 | 1011000 |
Color Harmonies of #F1D0ED
Complementary color
Monochromatic Colors of #F1D0ED
Black with #F1D0ED
Text Example
Text Example
White with #F1D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0ED; }
p { color: rgb(241,208,237); }
H1.HeaderClassName
{
color: #F1D0ED;
}
.AnyTagClassName
{
color: #F1D0ED;
}
</style>
background-color css
<style>
a { background-color: #F1D0ED; }
a { background-color: rgb(241,208,237); }
div.DivClassName
{
background-color: #F1D0ED;
}
.BgClassName
{
background-color: #F1D0ED;
}
</style>
border-color css
<style>
span { border-color: #F1D0ED; }
span { border-color: rgb(241,208,237); }
td.TdClassName
{
border-color: #F1D0ED;
}
.TagClassName
{
border-color: #F1D0ED;
}
</style>