Shades of Snuff #F1D6EC
Tints of Snuff #F1D6EC
RGB
CMYK
RGB Variations
Color information
#F1D6EC (or 0xF1D6EC) is known color: Snuff. HEX triplet: F1, D6 and EC. RGB value is (241,214,236). Sum of RGB (Red+Green+Blue) = 241+214+236=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6EC is #0E2913. Grayscale: #E0E0E0. Windows color (decimal): -928020 or 15521521. OLE color: 15521521.
HSL color Cylindrical-coordinate representation of color #F1D6EC: hue angle of 311.11º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1D6EC is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 236 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.05 |
| HSL | 311.11º | 0.49% | 0.89% | - |
| HSV(B) | 311.11º | 0.11% | 0.95% | - |
| XYZ | 75.46 | 72.85 | 89.44 | - |
| YUV | 224.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 236 | 0 | 0.11 | 0.02 | 0.05 | 311.11 | 0.49 | 0.89 |
| Hex | F1 | D6 | EC | 0 | B | 2 | 5 | 137 | 31 | 59 |
| Octal | 361 | 326 | 354 | 0 | 13 | 2 | 5 | 467 | 61 | 131 |
| Binary | 11110001 | 11010110 | 11101100 | 0 | 1011 | 10 | 101 | 100110111 | 110001 | 1011001 |
Color Harmonies of #F1D6EC
Complementary color
Monochromatic Colors of #F1D6EC
Black with #F1D6EC
Text Example
Text Example
White with #F1D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6EC; }
p { color: rgb(241,214,236); }
H1.HeaderClassName
{
color: #F1D6EC;
}
.AnyTagClassName
{
color: #F1D6EC;
}
</style>
background-color css
<style>
a { background-color: #F1D6EC; }
a { background-color: rgb(241,214,236); }
div.DivClassName
{
background-color: #F1D6EC;
}
.BgClassName
{
background-color: #F1D6EC;
}
</style>
border-color css
<style>
span { border-color: #F1D6EC; }
span { border-color: rgb(241,214,236); }
td.TdClassName
{
border-color: #F1D6EC;
}
.TagClassName
{
border-color: #F1D6EC;
}
</style>