Shades of Snuff #F2D5EB
Tints of Snuff #F2D5EB
RGB
CMYK
RGB Variations
Color information
#F2D5EB (or 0xF2D5EB) is known color: Snuff. HEX triplet: F2, D5 and EB. RGB value is (242,213,235). Sum of RGB (Red+Green+Blue) = 242+213+235=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D5EB is #0D2A14. Grayscale: #E0E0E0. Windows color (decimal): -862741 or 15455730. OLE color: 15455730.
HSL color Cylindrical-coordinate representation of color #F2D5EB: hue angle of 314.48º 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 #F2D5EB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 235 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.05 |
| HSL | 314.48º | 0.53% | 0.89% | - |
| HSV(B) | 314.48º | 0.12% | 0.95% | - |
| XYZ | 75.41 | 72.46 | 88.61 | - |
| YUV | 224.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 235 | 0 | 0.12 | 0.03 | 0.05 | 314.48 | 0.53 | 0.89 |
| Hex | F2 | D5 | EB | 0 | C | 3 | 5 | 13A | 35 | 59 |
| Octal | 362 | 325 | 353 | 0 | 14 | 3 | 5 | 472 | 65 | 131 |
| Binary | 11110010 | 11010101 | 11101011 | 0 | 1100 | 11 | 101 | 100111010 | 110101 | 1011001 |
Color Harmonies of #F2D5EB
Complementary color
Monochromatic Colors of #F2D5EB
Black with #F2D5EB
Text Example
Text Example
White with #F2D5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5EB; }
p { color: rgb(242,213,235); }
H1.HeaderClassName
{
color: #F2D5EB;
}
.AnyTagClassName
{
color: #F2D5EB;
}
</style>
background-color css
<style>
a { background-color: #F2D5EB; }
a { background-color: rgb(242,213,235); }
div.DivClassName
{
background-color: #F2D5EB;
}
.BgClassName
{
background-color: #F2D5EB;
}
</style>
border-color css
<style>
span { border-color: #F2D5EB; }
span { border-color: rgb(242,213,235); }
td.TdClassName
{
border-color: #F2D5EB;
}
.TagClassName
{
border-color: #F2D5EB;
}
</style>