Shades of Snuff #F3D4EC
Tints of Snuff #F3D4EC
RGB
CMYK
RGB Variations
Color information
#F3D4EC (or 0xF3D4EC) is known color: Snuff. HEX triplet: F3, D4 and EC. RGB value is (243,212,236). Sum of RGB (Red+Green+Blue) = 243+212+236=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 212 (83.20% from 255 or 30.68% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D4EC is #0C2B13. Grayscale: #DFDFDF. Windows color (decimal): -797460 or 15521011. OLE color: 15521011.
HSL color Cylindrical-coordinate representation of color #F3D4EC: hue angle of 313.55º degrees, saturation: 0.56, 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 #F3D4EC is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 236 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.05 |
| HSL | 313.55º | 0.56% | 0.89% | - |
| HSV(B) | 313.55º | 0.13% | 0.95% | - |
| XYZ | 75.65 | 72.2 | 89.31 | - |
| YUV | 224.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 236 | 0 | 0.13 | 0.03 | 0.05 | 313.55 | 0.56 | 0.89 |
| Hex | F3 | D4 | EC | 0 | D | 3 | 5 | 13A | 38 | 59 |
| Octal | 363 | 324 | 354 | 0 | 15 | 3 | 5 | 472 | 70 | 131 |
| Binary | 11110011 | 11010100 | 11101100 | 0 | 1101 | 11 | 101 | 100111010 | 111000 | 1011001 |
Color Harmonies of #F3D4EC
Complementary color
Monochromatic Colors of #F3D4EC
Black with #F3D4EC
Text Example
Text Example
White with #F3D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D4EC; }
p { color: rgb(243,212,236); }
H1.HeaderClassName
{
color: #F3D4EC;
}
.AnyTagClassName
{
color: #F3D4EC;
}
</style>
background-color css
<style>
a { background-color: #F3D4EC; }
a { background-color: rgb(243,212,236); }
div.DivClassName
{
background-color: #F3D4EC;
}
.BgClassName
{
background-color: #F3D4EC;
}
</style>
border-color css
<style>
span { border-color: #F3D4EC; }
span { border-color: rgb(243,212,236); }
td.TdClassName
{
border-color: #F3D4EC;
}
.TagClassName
{
border-color: #F3D4EC;
}
</style>