Shades of Snuff #F3D2F2
Tints of Snuff #F3D2F2
RGB
CMYK
RGB Variations
Color information
#F3D2F2 (or 0xF3D2F2) is known color: Snuff. HEX triplet: F3, D2 and F2. RGB value is (243,210,242). Sum of RGB (Red+Green+Blue) = 243+210+242=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 210 (82.42% from 255 or 30.22% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3D2F2 is #0C2D0D. Grayscale: #DFDFDF. Windows color (decimal): -797966 or 15913715. OLE color: 15913715.
HSL color Cylindrical-coordinate representation of color #F3D2F2: hue angle of 301.82º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D2F2 is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 242 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.05 |
| HSL | 301.82º | 0.58% | 0.89% | - |
| HSV(B) | 301.82º | 0.14% | 0.95% | - |
| XYZ | 76.04 | 71.56 | 93.81 | - |
| YUV | 223.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 242 | 0 | 0.14 | 0.00 | 0.05 | 301.82 | 0.58 | 0.89 |
| Hex | F3 | D2 | F2 | 0 | E | 0 | 5 | 12E | 3A | 59 |
| Octal | 363 | 322 | 362 | 0 | 16 | 0 | 5 | 456 | 72 | 131 |
| Binary | 11110011 | 11010010 | 11110010 | 0 | 1110 | 0 | 101 | 100101110 | 111010 | 1011001 |
Color Harmonies of #F3D2F2
Complementary color
Monochromatic Colors of #F3D2F2
Black with #F3D2F2
Text Example
Text Example
White with #F3D2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2F2; }
p { color: rgb(243,210,242); }
H1.HeaderClassName
{
color: #F3D2F2;
}
.AnyTagClassName
{
color: #F3D2F2;
}
</style>
background-color css
<style>
a { background-color: #F3D2F2; }
a { background-color: rgb(243,210,242); }
div.DivClassName
{
background-color: #F3D2F2;
}
.BgClassName
{
background-color: #F3D2F2;
}
</style>
border-color css
<style>
span { border-color: #F3D2F2; }
span { border-color: rgb(243,210,242); }
td.TdClassName
{
border-color: #F3D2F2;
}
.TagClassName
{
border-color: #F3D2F2;
}
</style>