Shades of Snuff #F3DDED
Tints of Snuff #F3DDED
RGB
CMYK
RGB Variations
Color information
#F3DDED (or 0xF3DDED) is known color: Snuff. HEX triplet: F3, DD and ED. RGB value is (243,221,237). Sum of RGB (Red+Green+Blue) = 243+221+237=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDED is #0C2212. Grayscale: #E5E5E5. Windows color (decimal): -795155 or 15588851. OLE color: 15588851.
HSL color Cylindrical-coordinate representation of color #F3DDED: hue angle of 316.36º degrees, saturation: 0.48, 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 #F3DDED is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 221 | 237 | - |
CMYK | 0 | 0.09 | 0.02 | 0.05 |
HSL | 316.36º | 0.48% | 0.91% | - |
HSV(B) | 316.36º | 0.09% | 0.95% | - |
XYZ | 78.1 | 76.88 | 90.84 | - |
YUV | 229.4 | 132.29 | 137.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 221 | 237 | 0 | 0.09 | 0.02 | 0.05 | 316.36 | 0.48 | 0.91 |
Hex | F3 | DD | ED | 0 | 9 | 2 | 5 | 13C | 30 | 5B |
Octal | 363 | 335 | 355 | 0 | 11 | 2 | 5 | 474 | 60 | 133 |
Binary | 11110011 | 11011101 | 11101101 | 0 | 1001 | 10 | 101 | 100111100 | 110000 | 1011011 |
Color Harmonies of #F3DDED
Complementary color
Monochromatic Colors of #F3DDED
Black with #F3DDED
Text Example
Text Example
White with #F3DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDED; }
p { color: rgb(243,221,237); }
H1.HeaderClassName
{
color: #F3DDED;
}
.AnyTagClassName
{
color: #F3DDED;
}
</style>
background-color css
<style>
a { background-color: #F3DDED; }
a { background-color: rgb(243,221,237); }
div.DivClassName
{
background-color: #F3DDED;
}
.BgClassName
{
background-color: #F3DDED;
}
</style>
border-color css
<style>
span { border-color: #F3DDED; }
span { border-color: rgb(243,221,237); }
td.TdClassName
{
border-color: #F3DDED;
}
.TagClassName
{
border-color: #F3DDED;
}
</style>