Shades of Snuff #F2D1EC
Tints of Snuff #F2D1EC
RGB
CMYK
RGB Variations
Color information
#F2D1EC (or 0xF2D1EC) is known color: Snuff. HEX triplet: F2, D1 and EC. RGB value is (242,209,236). Sum of RGB (Red+Green+Blue) = 242+209+236=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 209 (82.03% from 255 or 30.42% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1EC is #0D2E13. Grayscale: #DDDDDD. Windows color (decimal): -863764 or 15520242. OLE color: 15520242.
HSL color Cylindrical-coordinate representation of color #F2D1EC: hue angle of 310.91º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D1EC is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 236 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.05 |
| HSL | 310.91º | 0.56% | 0.88% | - |
| HSV(B) | 310.91º | 0.14% | 0.95% | - |
| XYZ | 74.56 | 70.53 | 89.04 | - |
| YUV | 221.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 236 | 0 | 0.14 | 0.02 | 0.05 | 310.91 | 0.56 | 0.88 |
| Hex | F2 | D1 | EC | 0 | E | 2 | 5 | 137 | 38 | 58 |
| Octal | 362 | 321 | 354 | 0 | 16 | 2 | 5 | 467 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11101100 | 0 | 1110 | 10 | 101 | 100110111 | 111000 | 1011000 |
Color Harmonies of #F2D1EC
Complementary color
Monochromatic Colors of #F2D1EC
Black with #F2D1EC
Text Example
Text Example
White with #F2D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1EC; }
p { color: rgb(242,209,236); }
H1.HeaderClassName
{
color: #F2D1EC;
}
.AnyTagClassName
{
color: #F2D1EC;
}
</style>
background-color css
<style>
a { background-color: #F2D1EC; }
a { background-color: rgb(242,209,236); }
div.DivClassName
{
background-color: #F2D1EC;
}
.BgClassName
{
background-color: #F2D1EC;
}
</style>
border-color css
<style>
span { border-color: #F2D1EC; }
span { border-color: rgb(242,209,236); }
td.TdClassName
{
border-color: #F2D1EC;
}
.TagClassName
{
border-color: #F2D1EC;
}
</style>