Shades of Snuff #F2D7EB
Tints of Snuff #F2D7EB
RGB
CMYK
RGB Variations
Color information
#F2D7EB (or 0xF2D7EB) is known color: Snuff. HEX triplet: F2, D7 and EB. RGB value is (242,215,235). Sum of RGB (Red+Green+Blue) = 242+215+235=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 215 (84.38% from 255 or 31.07% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D7EB is #0D2814. Grayscale: #E1E1E1. Windows color (decimal): -862229 or 15456242. OLE color: 15456242.
HSL color Cylindrical-coordinate representation of color #F2D7EB: hue angle of 315.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7EB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 235 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.05 |
| HSL | 315.56º | 0.51% | 0.9% | - |
| HSV(B) | 315.56º | 0.11% | 0.95% | - |
| XYZ | 75.91 | 73.48 | 88.78 | - |
| YUV | 225.35 | 133.45 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 235 | 0 | 0.11 | 0.03 | 0.05 | 315.56 | 0.51 | 0.9 |
| Hex | F2 | D7 | EB | 0 | B | 3 | 5 | 13C | 33 | 5A |
| Octal | 362 | 327 | 353 | 0 | 13 | 3 | 5 | 474 | 63 | 132 |
| Binary | 11110010 | 11010111 | 11101011 | 0 | 1011 | 11 | 101 | 100111100 | 110011 | 1011010 |
Color Harmonies of #F2D7EB
Complementary color
Monochromatic Colors of #F2D7EB
Black with #F2D7EB
Text Example
Text Example
White with #F2D7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7EB; }
p { color: rgb(242,215,235); }
H1.HeaderClassName
{
color: #F2D7EB;
}
.AnyTagClassName
{
color: #F2D7EB;
}
</style>
background-color css
<style>
a { background-color: #F2D7EB; }
a { background-color: rgb(242,215,235); }
div.DivClassName
{
background-color: #F2D7EB;
}
.BgClassName
{
background-color: #F2D7EB;
}
</style>
border-color css
<style>
span { border-color: #F2D7EB; }
span { border-color: rgb(242,215,235); }
td.TdClassName
{
border-color: #F2D7EB;
}
.TagClassName
{
border-color: #F2D7EB;
}
</style>