Shades of Snuff #F1D6ED
Tints of Snuff #F1D6ED
RGB
CMYK
RGB Variations
Color information
#F1D6ED (or 0xF1D6ED) is known color: Snuff. HEX triplet: F1, D6 and ED. RGB value is (241,214,237). Sum of RGB (Red+Green+Blue) = 241+214+237=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D6ED is #0E2912. Grayscale: #E0E0E0. Windows color (decimal): -928019 or 15587057. OLE color: 15587057.
HSL color Cylindrical-coordinate representation of color #F1D6ED: hue angle of 308.89º 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 #F1D6ED is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 237 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.05 |
| HSL | 308.89º | 0.49% | 0.89% | - |
| HSV(B) | 308.89º | 0.11% | 0.95% | - |
| XYZ | 75.61 | 72.91 | 90.21 | - |
| YUV | 224.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 237 | 0 | 0.11 | 0.02 | 0.05 | 308.89 | 0.49 | 0.89 |
| Hex | F1 | D6 | ED | 0 | B | 2 | 5 | 135 | 31 | 59 |
| Octal | 361 | 326 | 355 | 0 | 13 | 2 | 5 | 465 | 61 | 131 |
| Binary | 11110001 | 11010110 | 11101101 | 0 | 1011 | 10 | 101 | 100110101 | 110001 | 1011001 |
Color Harmonies of #F1D6ED
Complementary color
Monochromatic Colors of #F1D6ED
Black with #F1D6ED
Text Example
Text Example
White with #F1D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6ED; }
p { color: rgb(241,214,237); }
H1.HeaderClassName
{
color: #F1D6ED;
}
.AnyTagClassName
{
color: #F1D6ED;
}
</style>
background-color css
<style>
a { background-color: #F1D6ED; }
a { background-color: rgb(241,214,237); }
div.DivClassName
{
background-color: #F1D6ED;
}
.BgClassName
{
background-color: #F1D6ED;
}
</style>
border-color css
<style>
span { border-color: #F1D6ED; }
span { border-color: rgb(241,214,237); }
td.TdClassName
{
border-color: #F1D6ED;
}
.TagClassName
{
border-color: #F1D6ED;
}
</style>