Shades of Snuff #F3D9ED
Tints of Snuff #F3D9ED
RGB
CMYK
RGB Variations
Color information
#F3D9ED (or 0xF3D9ED) is known color: Snuff. HEX triplet: F3, D9 and ED. RGB value is (243,217,237). Sum of RGB (Red+Green+Blue) = 243+217+237=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 217 (85.16% from 255 or 31.13% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D9ED is #0C2612. Grayscale: #E3E3E3. Windows color (decimal): -796179 or 15587827. OLE color: 15587827.
HSL color Cylindrical-coordinate representation of color #F3D9ED: hue angle of 313.85º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3D9ED is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 237 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.05 |
| HSL | 313.85º | 0.52% | 0.9% | - |
| HSV(B) | 313.85º | 0.11% | 0.95% | - |
| XYZ | 77.06 | 74.79 | 90.5 | - |
| YUV | 227.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 237 | 0 | 0.11 | 0.02 | 0.05 | 313.85 | 0.52 | 0.9 |
| Hex | F3 | D9 | ED | 0 | B | 2 | 5 | 13A | 34 | 5A |
| Octal | 363 | 331 | 355 | 0 | 13 | 2 | 5 | 472 | 64 | 132 |
| Binary | 11110011 | 11011001 | 11101101 | 0 | 1011 | 10 | 101 | 100111010 | 110100 | 1011010 |
Color Harmonies of #F3D9ED
Complementary color
Monochromatic Colors of #F3D9ED
Black with #F3D9ED
Text Example
Text Example
White with #F3D9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9ED; }
p { color: rgb(243,217,237); }
H1.HeaderClassName
{
color: #F3D9ED;
}
.AnyTagClassName
{
color: #F3D9ED;
}
</style>
background-color css
<style>
a { background-color: #F3D9ED; }
a { background-color: rgb(243,217,237); }
div.DivClassName
{
background-color: #F3D9ED;
}
.BgClassName
{
background-color: #F3D9ED;
}
</style>
border-color css
<style>
span { border-color: #F3D9ED; }
span { border-color: rgb(243,217,237); }
td.TdClassName
{
border-color: #F3D9ED;
}
.TagClassName
{
border-color: #F3D9ED;
}
</style>