Shades of Snuff #F2D3EC
Tints of Snuff #F2D3EC
RGB
CMYK
RGB Variations
Color information
#F2D3EC (or 0xF2D3EC) is known color: Snuff. HEX triplet: F2, D3 and EC. RGB value is (242,211,236). Sum of RGB (Red+Green+Blue) = 242+211+236=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D3EC is #0D2C13. Grayscale: #DFDFDF. Windows color (decimal): -863252 or 15520754. OLE color: 15520754.
HSL color Cylindrical-coordinate representation of color #F2D3EC: hue angle of 311.61º degrees, saturation: 0.54, 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 #F2D3EC is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 236 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.05 |
| HSL | 311.61º | 0.54% | 0.89% | - |
| HSV(B) | 311.61º | 0.13% | 0.95% | - |
| XYZ | 75.05 | 71.52 | 89.21 | - |
| YUV | 223.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 236 | 0 | 0.13 | 0.02 | 0.05 | 311.61 | 0.54 | 0.89 |
| Hex | F2 | D3 | EC | 0 | D | 2 | 5 | 138 | 36 | 59 |
| Octal | 362 | 323 | 354 | 0 | 15 | 2 | 5 | 470 | 66 | 131 |
| Binary | 11110010 | 11010011 | 11101100 | 0 | 1101 | 10 | 101 | 100111000 | 110110 | 1011001 |
Color Harmonies of #F2D3EC
Complementary color
Monochromatic Colors of #F2D3EC
Black with #F2D3EC
Text Example
Text Example
White with #F2D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3EC; }
p { color: rgb(242,211,236); }
H1.HeaderClassName
{
color: #F2D3EC;
}
.AnyTagClassName
{
color: #F2D3EC;
}
</style>
background-color css
<style>
a { background-color: #F2D3EC; }
a { background-color: rgb(242,211,236); }
div.DivClassName
{
background-color: #F2D3EC;
}
.BgClassName
{
background-color: #F2D3EC;
}
</style>
border-color css
<style>
span { border-color: #F2D3EC; }
span { border-color: rgb(242,211,236); }
td.TdClassName
{
border-color: #F2D3EC;
}
.TagClassName
{
border-color: #F2D3EC;
}
</style>