Shades of Snuff #F1D9ED
Tints of Snuff #F1D9ED
RGB
CMYK
RGB Variations
Color information
#F1D9ED (or 0xF1D9ED) is known color: Snuff. HEX triplet: F1, D9 and ED. RGB value is (241,217,237). Sum of RGB (Red+Green+Blue) = 241+217+237=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 217 (85.16% from 255 or 31.22% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1D9ED is #0E2612. Grayscale: #E2E2E2. Windows color (decimal): -927251 or 15587825. OLE color: 15587825.
HSL color Cylindrical-coordinate representation of color #F1D9ED: hue angle of 310º degrees, saturation: 0.46, 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 #F1D9ED is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 237 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 310º | 0.46% | 0.9% | - |
| HSV(B) | 310º | 0.1% | 0.95% | - |
| XYZ | 76.37 | 74.44 | 90.46 | - |
| YUV | 226.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 237 | 0 | 0.10 | 0.02 | 0.05 | 310 | 0.46 | 0.9 |
| Hex | F1 | D9 | ED | 0 | A | 2 | 5 | 136 | 2E | 5A |
| Octal | 361 | 331 | 355 | 0 | 12 | 2 | 5 | 466 | 56 | 132 |
| Binary | 11110001 | 11011001 | 11101101 | 0 | 1010 | 10 | 101 | 100110110 | 101110 | 1011010 |
Color Harmonies of #F1D9ED
Complementary color
Monochromatic Colors of #F1D9ED
Black with #F1D9ED
Text Example
Text Example
White with #F1D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D9ED; }
p { color: rgb(241,217,237); }
H1.HeaderClassName
{
color: #F1D9ED;
}
.AnyTagClassName
{
color: #F1D9ED;
}
</style>
background-color css
<style>
a { background-color: #F1D9ED; }
a { background-color: rgb(241,217,237); }
div.DivClassName
{
background-color: #F1D9ED;
}
.BgClassName
{
background-color: #F1D9ED;
}
</style>
border-color css
<style>
span { border-color: #F1D9ED; }
span { border-color: rgb(241,217,237); }
td.TdClassName
{
border-color: #F1D9ED;
}
.TagClassName
{
border-color: #F1D9ED;
}
</style>