Shades of Snuff #F2D5ED
Tints of Snuff #F2D5ED
RGB
CMYK
RGB Variations
Color information
#F2D5ED (or 0xF2D5ED) is known color: Snuff. HEX triplet: F2, D5 and ED. RGB value is (242,213,237). Sum of RGB (Red+Green+Blue) = 242+213+237=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D5ED is #0D2A12. Grayscale: #E0E0E0. Windows color (decimal): -862739 or 15586802. OLE color: 15586802.
HSL color Cylindrical-coordinate representation of color #F2D5ED: hue angle of 310.34º degrees, saturation: 0.53, 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 #F2D5ED is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 213 | 237 | - |
CMYK | 0 | 0.12 | 0.02 | 0.05 |
HSL | 310.34º | 0.53% | 0.89% | - |
HSV(B) | 310.34º | 0.12% | 0.95% | - |
XYZ | 75.7 | 72.58 | 90.14 | - |
YUV | 224.41 | 135.11 | 140.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 213 | 237 | 0 | 0.12 | 0.02 | 0.05 | 310.34 | 0.53 | 0.89 |
Hex | F2 | D5 | ED | 0 | C | 2 | 5 | 136 | 35 | 59 |
Octal | 362 | 325 | 355 | 0 | 14 | 2 | 5 | 466 | 65 | 131 |
Binary | 11110010 | 11010101 | 11101101 | 0 | 1100 | 10 | 101 | 100110110 | 110101 | 1011001 |
Color Harmonies of #F2D5ED
Complementary color
Monochromatic Colors of #F2D5ED
Black with #F2D5ED
Text Example
Text Example
White with #F2D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5ED; }
p { color: rgb(242,213,237); }
H1.HeaderClassName
{
color: #F2D5ED;
}
.AnyTagClassName
{
color: #F2D5ED;
}
</style>
background-color css
<style>
a { background-color: #F2D5ED; }
a { background-color: rgb(242,213,237); }
div.DivClassName
{
background-color: #F2D5ED;
}
.BgClassName
{
background-color: #F2D5ED;
}
</style>
border-color css
<style>
span { border-color: #F2D5ED; }
span { border-color: rgb(242,213,237); }
td.TdClassName
{
border-color: #F2D5ED;
}
.TagClassName
{
border-color: #F2D5ED;
}
</style>