Shades of Snuff #F2D8EB
Tints of Snuff #F2D8EB
RGB
CMYK
RGB Variations
Color information
#F2D8EB (or 0xF2D8EB) is known color: Snuff. HEX triplet: F2, D8 and EB. RGB value is (242,216,235). Sum of RGB (Red+Green+Blue) = 242+216+235=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D8EB is #0D2714. Grayscale: #E1E1E1. Windows color (decimal): -861973 or 15456498. OLE color: 15456498.
HSL color Cylindrical-coordinate representation of color #F2D8EB: hue angle of 316.15º degrees, saturation: 0.5, 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 #F2D8EB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 235 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.05 |
| HSL | 316.15º | 0.5% | 0.9% | - |
| HSV(B) | 316.15º | 0.11% | 0.95% | - |
| XYZ | 76.17 | 73.99 | 88.86 | - |
| YUV | 225.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 235 | 0 | 0.11 | 0.03 | 0.05 | 316.15 | 0.5 | 0.9 |
| Hex | F2 | D8 | EB | 0 | B | 3 | 5 | 13C | 32 | 5A |
| Octal | 362 | 330 | 353 | 0 | 13 | 3 | 5 | 474 | 62 | 132 |
| Binary | 11110010 | 11011000 | 11101011 | 0 | 1011 | 11 | 101 | 100111100 | 110010 | 1011010 |
Color Harmonies of #F2D8EB
Complementary color
Monochromatic Colors of #F2D8EB
Black with #F2D8EB
Text Example
Text Example
White with #F2D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8EB; }
p { color: rgb(242,216,235); }
H1.HeaderClassName
{
color: #F2D8EB;
}
.AnyTagClassName
{
color: #F2D8EB;
}
</style>
background-color css
<style>
a { background-color: #F2D8EB; }
a { background-color: rgb(242,216,235); }
div.DivClassName
{
background-color: #F2D8EB;
}
.BgClassName
{
background-color: #F2D8EB;
}
</style>
border-color css
<style>
span { border-color: #F2D8EB; }
span { border-color: rgb(242,216,235); }
td.TdClassName
{
border-color: #F2D8EB;
}
.TagClassName
{
border-color: #F2D8EB;
}
</style>