Shades of Snuff #F3D3EF
Tints of Snuff #F3D3EF
RGB
CMYK
RGB Variations
Color information
#F3D3EF (or 0xF3D3EF) is known color: Snuff. HEX triplet: F3, D3 and EF. RGB value is (243,211,239). Sum of RGB (Red+Green+Blue) = 243+211+239=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D3EF is #0C2C10. Grayscale: #DFDFDF. Windows color (decimal): -797713 or 15717363. OLE color: 15717363.
HSL color Cylindrical-coordinate representation of color #F3D3EF: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3D3EF is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 239 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.05 |
| HSL | 307.5º | 0.57% | 0.89% | - |
| HSV(B) | 307.5º | 0.13% | 0.95% | - |
| XYZ | 75.84 | 71.88 | 91.54 | - |
| YUV | 223.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 239 | 0 | 0.13 | 0.02 | 0.05 | 307.5 | 0.57 | 0.89 |
| Hex | F3 | D3 | EF | 0 | D | 2 | 5 | 134 | 39 | 59 |
| Octal | 363 | 323 | 357 | 0 | 15 | 2 | 5 | 464 | 71 | 131 |
| Binary | 11110011 | 11010011 | 11101111 | 0 | 1101 | 10 | 101 | 100110100 | 111001 | 1011001 |
Color Harmonies of #F3D3EF
Complementary color
Monochromatic Colors of #F3D3EF
Black with #F3D3EF
Text Example
Text Example
White with #F3D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D3EF; }
p { color: rgb(243,211,239); }
H1.HeaderClassName
{
color: #F3D3EF;
}
.AnyTagClassName
{
color: #F3D3EF;
}
</style>
background-color css
<style>
a { background-color: #F3D3EF; }
a { background-color: rgb(243,211,239); }
div.DivClassName
{
background-color: #F3D3EF;
}
.BgClassName
{
background-color: #F3D3EF;
}
</style>
border-color css
<style>
span { border-color: #F3D3EF; }
span { border-color: rgb(243,211,239); }
td.TdClassName
{
border-color: #F3D3EF;
}
.TagClassName
{
border-color: #F3D3EF;
}
</style>