Shades of Snuff #F2D0ED
Tints of Snuff #F2D0ED
RGB
CMYK
RGB Variations
Color information
#F2D0ED (or 0xF2D0ED) is known color: Snuff. HEX triplet: F2, D0 and ED. RGB value is (242,208,237). Sum of RGB (Red+Green+Blue) = 242+208+237=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 208 (81.64% from 255 or 30.28% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0ED is #0D2F12. Grayscale: #DDDDDD. Windows color (decimal): -864019 or 15585522. OLE color: 15585522.
HSL color Cylindrical-coordinate representation of color #F2D0ED: hue angle of 308.82º 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 #F2D0ED is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 208 | 237 | - |
CMYK | 0 | 0.14 | 0.02 | 0.05 |
HSL | 308.82º | 0.57% | 0.88% | - |
HSV(B) | 308.82º | 0.14% | 0.95% | - |
XYZ | 74.46 | 70.1 | 89.73 | - |
YUV | 221.47 | 136.76 | 142.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 208 | 237 | 0 | 0.14 | 0.02 | 0.05 | 308.82 | 0.57 | 0.88 |
Hex | F2 | D0 | ED | 0 | E | 2 | 5 | 135 | 39 | 58 |
Octal | 362 | 320 | 355 | 0 | 16 | 2 | 5 | 465 | 71 | 130 |
Binary | 11110010 | 11010000 | 11101101 | 0 | 1110 | 10 | 101 | 100110101 | 111001 | 1011000 |
Color Harmonies of #F2D0ED
Complementary color
Monochromatic Colors of #F2D0ED
Black with #F2D0ED
Text Example
Text Example
White with #F2D0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0ED; }
p { color: rgb(242,208,237); }
H1.HeaderClassName
{
color: #F2D0ED;
}
.AnyTagClassName
{
color: #F2D0ED;
}
</style>
background-color css
<style>
a { background-color: #F2D0ED; }
a { background-color: rgb(242,208,237); }
div.DivClassName
{
background-color: #F2D0ED;
}
.BgClassName
{
background-color: #F2D0ED;
}
</style>
border-color css
<style>
span { border-color: #F2D0ED; }
span { border-color: rgb(242,208,237); }
td.TdClassName
{
border-color: #F2D0ED;
}
.TagClassName
{
border-color: #F2D0ED;
}
</style>