Shades of Snuff #F2D0EB
Tints of Snuff #F2D0EB
RGB
CMYK
RGB Variations
Color information
#F2D0EB (or 0xF2D0EB) is known color: Snuff. HEX triplet: F2, D0 and EB. RGB value is (242,208,235). Sum of RGB (Red+Green+Blue) = 242+208+235=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0EB is #0D2F14. Grayscale: #DDDDDD. Windows color (decimal): -864021 or 15454450. OLE color: 15454450.
HSL color Cylindrical-coordinate representation of color #F2D0EB: hue angle of 312.35º degrees, saturation: 0.57, 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 #F2D0EB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 235 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.05 |
| HSL | 312.35º | 0.57% | 0.88% | - |
| HSV(B) | 312.35º | 0.14% | 0.95% | - |
| XYZ | 74.17 | 69.99 | 88.2 | - |
| YUV | 221.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 235 | 0 | 0.14 | 0.03 | 0.05 | 312.35 | 0.57 | 0.88 |
| Hex | F2 | D0 | EB | 0 | E | 3 | 5 | 138 | 39 | 58 |
| Octal | 362 | 320 | 353 | 0 | 16 | 3 | 5 | 470 | 71 | 130 |
| Binary | 11110010 | 11010000 | 11101011 | 0 | 1110 | 11 | 101 | 100111000 | 111001 | 1011000 |
Color Harmonies of #F2D0EB
Complementary color
Monochromatic Colors of #F2D0EB
Black with #F2D0EB
Text Example
Text Example
White with #F2D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0EB; }
p { color: rgb(242,208,235); }
H1.HeaderClassName
{
color: #F2D0EB;
}
.AnyTagClassName
{
color: #F2D0EB;
}
</style>
background-color css
<style>
a { background-color: #F2D0EB; }
a { background-color: rgb(242,208,235); }
div.DivClassName
{
background-color: #F2D0EB;
}
.BgClassName
{
background-color: #F2D0EB;
}
</style>
border-color css
<style>
span { border-color: #F2D0EB; }
span { border-color: rgb(242,208,235); }
td.TdClassName
{
border-color: #F2D0EB;
}
.TagClassName
{
border-color: #F2D0EB;
}
</style>