Shades of Snuff #F2DDEC
Tints of Snuff #F2DDEC
RGB
CMYK
RGB Variations
Color information
#F2DDEC (or 0xF2DDEC) is known color: Snuff. HEX triplet: F2, DD and EC. RGB value is (242,221,236). Sum of RGB (Red+Green+Blue) = 242+221+236=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEC is #0D2213. Grayscale: #E4E4E4. Windows color (decimal): -860692 or 15523314. OLE color: 15523314.
HSL color Cylindrical-coordinate representation of color #F2DDEC: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DDEC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 236 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.05 |
| HSL | 317.14º | 0.45% | 0.91% | - |
| HSV(B) | 317.14º | 0.09% | 0.95% | - |
| XYZ | 77.61 | 76.65 | 90.06 | - |
| YUV | 228.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 236 | 0 | 0.09 | 0.02 | 0.05 | 317.14 | 0.45 | 0.91 |
| Hex | F2 | DD | EC | 0 | 9 | 2 | 5 | 13D | 2D | 5B |
| Octal | 362 | 335 | 354 | 0 | 11 | 2 | 5 | 475 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11101100 | 0 | 1001 | 10 | 101 | 100111101 | 101101 | 1011011 |
Color Harmonies of #F2DDEC
Complementary color
Monochromatic Colors of #F2DDEC
Black with #F2DDEC
Text Example
Text Example
White with #F2DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDEC; }
p { color: rgb(242,221,236); }
H1.HeaderClassName
{
color: #F2DDEC;
}
.AnyTagClassName
{
color: #F2DDEC;
}
</style>
background-color css
<style>
a { background-color: #F2DDEC; }
a { background-color: rgb(242,221,236); }
div.DivClassName
{
background-color: #F2DDEC;
}
.BgClassName
{
background-color: #F2DDEC;
}
</style>
border-color css
<style>
span { border-color: #F2DDEC; }
span { border-color: rgb(242,221,236); }
td.TdClassName
{
border-color: #F2DDEC;
}
.TagClassName
{
border-color: #F2DDEC;
}
</style>