Shades of Snuff #F2D6ED
Tints of Snuff #F2D6ED
RGB
CMYK
RGB Variations
Color information
#F2D6ED (or 0xF2D6ED) is known color: Snuff. HEX triplet: F2, D6 and ED. RGB value is (242,214,237). Sum of RGB (Red+Green+Blue) = 242+214+237=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 214 (83.98% from 255 or 30.88% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D6ED is #0D2912. Grayscale: #E0E0E0. Windows color (decimal): -862483 or 15587058. OLE color: 15587058.
HSL color Cylindrical-coordinate representation of color #F2D6ED: hue angle of 310.71º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D6ED is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 214 | 237 | - |
CMYK | 0 | 0.12 | 0.02 | 0.05 |
HSL | 310.71º | 0.52% | 0.89% | - |
HSV(B) | 310.71º | 0.12% | 0.95% | - |
XYZ | 75.95 | 73.08 | 90.22 | - |
YUV | 224.99 | 134.78 | 140.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 214 | 237 | 0 | 0.12 | 0.02 | 0.05 | 310.71 | 0.52 | 0.89 |
Hex | F2 | D6 | ED | 0 | C | 2 | 5 | 137 | 34 | 59 |
Octal | 362 | 326 | 355 | 0 | 14 | 2 | 5 | 467 | 64 | 131 |
Binary | 11110010 | 11010110 | 11101101 | 0 | 1100 | 10 | 101 | 100110111 | 110100 | 1011001 |
Color Harmonies of #F2D6ED
Complementary color
Monochromatic Colors of #F2D6ED
Black with #F2D6ED
Text Example
Text Example
White with #F2D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6ED; }
p { color: rgb(242,214,237); }
H1.HeaderClassName
{
color: #F2D6ED;
}
.AnyTagClassName
{
color: #F2D6ED;
}
</style>
background-color css
<style>
a { background-color: #F2D6ED; }
a { background-color: rgb(242,214,237); }
div.DivClassName
{
background-color: #F2D6ED;
}
.BgClassName
{
background-color: #F2D6ED;
}
</style>
border-color css
<style>
span { border-color: #F2D6ED; }
span { border-color: rgb(242,214,237); }
td.TdClassName
{
border-color: #F2D6ED;
}
.TagClassName
{
border-color: #F2D6ED;
}
</style>