Shades of Snuff #F1DCED
Tints of Snuff #F1DCED
RGB
CMYK
RGB Variations
Color information
#F1DCED (or 0xF1DCED) is known color: Snuff. HEX triplet: F1, DC and ED. RGB value is (241,220,237). Sum of RGB (Red+Green+Blue) = 241+220+237=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCED is #0E2312. Grayscale: #E4E4E4. Windows color (decimal): -926483 or 15588593. OLE color: 15588593.
HSL color Cylindrical-coordinate representation of color #F1DCED: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCED is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 237 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.05 |
| HSL | 311.43º | 0.43% | 0.9% | - |
| HSV(B) | 311.43º | 0.09% | 0.95% | - |
| XYZ | 77.15 | 76 | 90.72 | - |
| YUV | 228.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 237 | 0 | 0.09 | 0.02 | 0.05 | 311.43 | 0.43 | 0.9 |
| Hex | F1 | DC | ED | 0 | 9 | 2 | 5 | 137 | 2B | 5A |
| Octal | 361 | 334 | 355 | 0 | 11 | 2 | 5 | 467 | 53 | 132 |
| Binary | 11110001 | 11011100 | 11101101 | 0 | 1001 | 10 | 101 | 100110111 | 101011 | 1011010 |
Color Harmonies of #F1DCED
Complementary color
Monochromatic Colors of #F1DCED
Black with #F1DCED
Text Example
Text Example
White with #F1DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCED; }
p { color: rgb(241,220,237); }
H1.HeaderClassName
{
color: #F1DCED;
}
.AnyTagClassName
{
color: #F1DCED;
}
</style>
background-color css
<style>
a { background-color: #F1DCED; }
a { background-color: rgb(241,220,237); }
div.DivClassName
{
background-color: #F1DCED;
}
.BgClassName
{
background-color: #F1DCED;
}
</style>
border-color css
<style>
span { border-color: #F1DCED; }
span { border-color: rgb(241,220,237); }
td.TdClassName
{
border-color: #F1DCED;
}
.TagClassName
{
border-color: #F1DCED;
}
</style>