Shades of Snuff #F2D2EC
Tints of Snuff #F2D2EC
RGB
CMYK
RGB Variations
Color information
#F2D2EC (or 0xF2D2EC) is known color: Snuff. HEX triplet: F2, D2 and EC. RGB value is (242,210,236). Sum of RGB (Red+Green+Blue) = 242+210+236=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D2EC is #0D2D13. Grayscale: #DEDEDE. Windows color (decimal): -863508 or 15520498. OLE color: 15520498.
HSL color Cylindrical-coordinate representation of color #F2D2EC: hue angle of 311.25º degrees, saturation: 0.55, 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 #F2D2EC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 210 | 236 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.05 |
| HSL | 311.25º | 0.55% | 0.89% | - |
| HSV(B) | 311.25º | 0.13% | 0.95% | - |
| XYZ | 74.8 | 71.03 | 89.12 | - |
| YUV | 222.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 210 | 236 | 0 | 0.13 | 0.02 | 0.05 | 311.25 | 0.55 | 0.89 |
| Hex | F2 | D2 | EC | 0 | D | 2 | 5 | 137 | 37 | 59 |
| Octal | 362 | 322 | 354 | 0 | 15 | 2 | 5 | 467 | 67 | 131 |
| Binary | 11110010 | 11010010 | 11101100 | 0 | 1101 | 10 | 101 | 100110111 | 110111 | 1011001 |
Color Harmonies of #F2D2EC
Complementary color
Monochromatic Colors of #F2D2EC
Black with #F2D2EC
Text Example
Text Example
White with #F2D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D2EC; }
p { color: rgb(242,210,236); }
H1.HeaderClassName
{
color: #F2D2EC;
}
.AnyTagClassName
{
color: #F2D2EC;
}
</style>
background-color css
<style>
a { background-color: #F2D2EC; }
a { background-color: rgb(242,210,236); }
div.DivClassName
{
background-color: #F2D2EC;
}
.BgClassName
{
background-color: #F2D2EC;
}
</style>
border-color css
<style>
span { border-color: #F2D2EC; }
span { border-color: rgb(242,210,236); }
td.TdClassName
{
border-color: #F2D2EC;
}
.TagClassName
{
border-color: #F2D2EC;
}
</style>