Shades of Snuff #F3D0ED
Tints of Snuff #F3D0ED
RGB
CMYK
RGB Variations
Color information
#F3D0ED (or 0xF3D0ED) is known color: Snuff. HEX triplet: F3, D0 and ED. RGB value is (243,208,237). Sum of RGB (Red+Green+Blue) = 243+208+237=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D0ED is #0C2F12. Grayscale: #DDDDDD. Windows color (decimal): -798483 or 15585523. OLE color: 15585523.
HSL color Cylindrical-coordinate representation of color #F3D0ED: hue angle of 310.29º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D0ED is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 237 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.05 |
| HSL | 310.29º | 0.59% | 0.88% | - |
| HSV(B) | 310.29º | 0.14% | 0.95% | - |
| XYZ | 74.8 | 70.28 | 89.74 | - |
| YUV | 221.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 237 | 0 | 0.14 | 0.02 | 0.05 | 310.29 | 0.59 | 0.88 |
| Hex | F3 | D0 | ED | 0 | E | 2 | 5 | 136 | 3B | 58 |
| Octal | 363 | 320 | 355 | 0 | 16 | 2 | 5 | 466 | 73 | 130 |
| Binary | 11110011 | 11010000 | 11101101 | 0 | 1110 | 10 | 101 | 100110110 | 111011 | 1011000 |
Color Harmonies of #F3D0ED
Complementary color
Monochromatic Colors of #F3D0ED
Black with #F3D0ED
Text Example
Text Example
White with #F3D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D0ED; }
p { color: rgb(243,208,237); }
H1.HeaderClassName
{
color: #F3D0ED;
}
.AnyTagClassName
{
color: #F3D0ED;
}
</style>
background-color css
<style>
a { background-color: #F3D0ED; }
a { background-color: rgb(243,208,237); }
div.DivClassName
{
background-color: #F3D0ED;
}
.BgClassName
{
background-color: #F3D0ED;
}
</style>
border-color css
<style>
span { border-color: #F3D0ED; }
span { border-color: rgb(243,208,237); }
td.TdClassName
{
border-color: #F3D0ED;
}
.TagClassName
{
border-color: #F3D0ED;
}
</style>