Shades of Snuff #F3DCED
Tints of Snuff #F3DCED
RGB
CMYK
RGB Variations
Color information
#F3DCED (or 0xF3DCED) is known color: Snuff. HEX triplet: F3, DC and ED. RGB value is (243,220,237). Sum of RGB (Red+Green+Blue) = 243+220+237=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCED is #0C2312. Grayscale: #E4E4E4. Windows color (decimal): -795411 or 15588595. OLE color: 15588595.
HSL color Cylindrical-coordinate representation of color #F3DCED: hue angle of 315.65º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCED is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 237 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.05 |
| HSL | 315.65º | 0.49% | 0.91% | - |
| HSV(B) | 315.65º | 0.09% | 0.95% | - |
| XYZ | 77.84 | 76.36 | 90.76 | - |
| YUV | 228.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 237 | 0 | 0.09 | 0.02 | 0.05 | 315.65 | 0.49 | 0.91 |
| Hex | F3 | DC | ED | 0 | 9 | 2 | 5 | 13C | 31 | 5B |
| Octal | 363 | 334 | 355 | 0 | 11 | 2 | 5 | 474 | 61 | 133 |
| Binary | 11110011 | 11011100 | 11101101 | 0 | 1001 | 10 | 101 | 100111100 | 110001 | 1011011 |
Color Harmonies of #F3DCED
Complementary color
Monochromatic Colors of #F3DCED
Black with #F3DCED
Text Example
Text Example
White with #F3DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCED; }
p { color: rgb(243,220,237); }
H1.HeaderClassName
{
color: #F3DCED;
}
.AnyTagClassName
{
color: #F3DCED;
}
</style>
background-color css
<style>
a { background-color: #F3DCED; }
a { background-color: rgb(243,220,237); }
div.DivClassName
{
background-color: #F3DCED;
}
.BgClassName
{
background-color: #F3DCED;
}
</style>
border-color css
<style>
span { border-color: #F3DCED; }
span { border-color: rgb(243,220,237); }
td.TdClassName
{
border-color: #F3DCED;
}
.TagClassName
{
border-color: #F3DCED;
}
</style>