Shades of Snuff #F2D9EB
Tints of Snuff #F2D9EB
RGB
CMYK
RGB Variations
Color information
#F2D9EB (or 0xF2D9EB) is known color: Snuff. HEX triplet: F2, D9 and EB. RGB value is (242,217,235). Sum of RGB (Red+Green+Blue) = 242+217+235=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9EB is #0D2614. Grayscale: #E2E2E2. Windows color (decimal): -861717 or 15456754. OLE color: 15456754.
HSL color Cylindrical-coordinate representation of color #F2D9EB: hue angle of 316.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2D9EB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 235 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.05 |
| HSL | 316.8º | 0.49% | 0.9% | - |
| HSV(B) | 316.8º | 0.1% | 0.95% | - |
| XYZ | 76.43 | 74.5 | 88.95 | - |
| YUV | 226.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 235 | 0 | 0.10 | 0.03 | 0.05 | 316.8 | 0.49 | 0.9 |
| Hex | F2 | D9 | EB | 0 | A | 3 | 5 | 13D | 31 | 5A |
| Octal | 362 | 331 | 353 | 0 | 12 | 3 | 5 | 475 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11101011 | 0 | 1010 | 11 | 101 | 100111101 | 110001 | 1011010 |
Color Harmonies of #F2D9EB
Complementary color
Monochromatic Colors of #F2D9EB
Black with #F2D9EB
Text Example
Text Example
White with #F2D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9EB; }
p { color: rgb(242,217,235); }
H1.HeaderClassName
{
color: #F2D9EB;
}
.AnyTagClassName
{
color: #F2D9EB;
}
</style>
background-color css
<style>
a { background-color: #F2D9EB; }
a { background-color: rgb(242,217,235); }
div.DivClassName
{
background-color: #F2D9EB;
}
.BgClassName
{
background-color: #F2D9EB;
}
</style>
border-color css
<style>
span { border-color: #F2D9EB; }
span { border-color: rgb(242,217,235); }
td.TdClassName
{
border-color: #F2D9EB;
}
.TagClassName
{
border-color: #F2D9EB;
}
</style>