Shades of Snuff #F3D6F2
Tints of Snuff #F3D6F2
RGB
CMYK
RGB Variations
Color information
#F3D6F2 (or 0xF3D6F2) is known color: Snuff. HEX triplet: F3, D6 and F2. RGB value is (243,214,242). Sum of RGB (Red+Green+Blue) = 243+214+242=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 214 (83.98% from 255 or 30.62% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D6F2 is #0C290D. Grayscale: #E1E1E1. Windows color (decimal): -796942 or 15914739. OLE color: 15914739.
HSL color Cylindrical-coordinate representation of color #F3D6F2: hue angle of 302.07º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D6F2 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 242 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.05 |
| HSL | 302.07º | 0.55% | 0.9% | - |
| HSV(B) | 302.07º | 0.12% | 0.95% | - |
| XYZ | 77.04 | 73.56 | 94.14 | - |
| YUV | 225.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 242 | 0 | 0.12 | 0.00 | 0.05 | 302.07 | 0.55 | 0.9 |
| Hex | F3 | D6 | F2 | 0 | C | 0 | 5 | 12E | 37 | 5A |
| Octal | 363 | 326 | 362 | 0 | 14 | 0 | 5 | 456 | 67 | 132 |
| Binary | 11110011 | 11010110 | 11110010 | 0 | 1100 | 0 | 101 | 100101110 | 110111 | 1011010 |
Color Harmonies of #F3D6F2
Complementary color
Monochromatic Colors of #F3D6F2
Black with #F3D6F2
Text Example
Text Example
White with #F3D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6F2; }
p { color: rgb(243,214,242); }
H1.HeaderClassName
{
color: #F3D6F2;
}
.AnyTagClassName
{
color: #F3D6F2;
}
</style>
background-color css
<style>
a { background-color: #F3D6F2; }
a { background-color: rgb(243,214,242); }
div.DivClassName
{
background-color: #F3D6F2;
}
.BgClassName
{
background-color: #F3D6F2;
}
</style>
border-color css
<style>
span { border-color: #F3D6F2; }
span { border-color: rgb(243,214,242); }
td.TdClassName
{
border-color: #F3D6F2;
}
.TagClassName
{
border-color: #F3D6F2;
}
</style>