Shades of Snuff #F1D8EC
Tints of Snuff #F1D8EC
RGB
CMYK
RGB Variations
Color information
#F1D8EC (or 0xF1D8EC) is known color: Snuff. HEX triplet: F1, D8 and EC. RGB value is (241,216,236). Sum of RGB (Red+Green+Blue) = 241+216+236=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D8EC is #0E2713. Grayscale: #E1E1E1. Windows color (decimal): -927508 or 15522033. OLE color: 15522033.
HSL color Cylindrical-coordinate representation of color #F1D8EC: hue angle of 312º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1D8EC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 236 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 312º | 0.47% | 0.9% | - |
| HSV(B) | 312º | 0.1% | 0.95% | - |
| XYZ | 75.97 | 73.87 | 89.61 | - |
| YUV | 225.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 236 | 0 | 0.10 | 0.02 | 0.05 | 312 | 0.47 | 0.9 |
| Hex | F1 | D8 | EC | 0 | A | 2 | 5 | 138 | 2F | 5A |
| Octal | 361 | 330 | 354 | 0 | 12 | 2 | 5 | 470 | 57 | 132 |
| Binary | 11110001 | 11011000 | 11101100 | 0 | 1010 | 10 | 101 | 100111000 | 101111 | 1011010 |
Color Harmonies of #F1D8EC
Complementary color
Monochromatic Colors of #F1D8EC
Black with #F1D8EC
Text Example
Text Example
White with #F1D8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8EC; }
p { color: rgb(241,216,236); }
H1.HeaderClassName
{
color: #F1D8EC;
}
.AnyTagClassName
{
color: #F1D8EC;
}
</style>
background-color css
<style>
a { background-color: #F1D8EC; }
a { background-color: rgb(241,216,236); }
div.DivClassName
{
background-color: #F1D8EC;
}
.BgClassName
{
background-color: #F1D8EC;
}
</style>
border-color css
<style>
span { border-color: #F1D8EC; }
span { border-color: rgb(241,216,236); }
td.TdClassName
{
border-color: #F1D8EC;
}
.TagClassName
{
border-color: #F1D8EC;
}
</style>