Shades of Snuff #F2D9EF
Tints of Snuff #F2D9EF
RGB
CMYK
RGB Variations
Color information
#F2D9EF (or 0xF2D9EF) is known color: Snuff. HEX triplet: F2, D9 and EF. RGB value is (242,217,239). Sum of RGB (Red+Green+Blue) = 242+217+239=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 217 (85.16% from 255 or 31.09% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9EF is #0D2610. Grayscale: #E2E2E2. Windows color (decimal): -861713 or 15718898. OLE color: 15718898.
HSL color Cylindrical-coordinate representation of color #F2D9EF: hue angle of 307.2º 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 #F2D9EF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 239 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.05 |
| HSL | 307.2º | 0.49% | 0.9% | - |
| HSV(B) | 307.2º | 0.1% | 0.95% | - |
| XYZ | 77.01 | 74.73 | 92.03 | - |
| YUV | 226.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 239 | 0 | 0.10 | 0.01 | 0.05 | 307.2 | 0.49 | 0.9 |
| Hex | F2 | D9 | EF | 0 | A | 1 | 5 | 133 | 31 | 5A |
| Octal | 362 | 331 | 357 | 0 | 12 | 1 | 5 | 463 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11101111 | 0 | 1010 | 1 | 101 | 100110011 | 110001 | 1011010 |
Color Harmonies of #F2D9EF
Complementary color
Monochromatic Colors of #F2D9EF
Black with #F2D9EF
Text Example
Text Example
White with #F2D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9EF; }
p { color: rgb(242,217,239); }
H1.HeaderClassName
{
color: #F2D9EF;
}
.AnyTagClassName
{
color: #F2D9EF;
}
</style>
background-color css
<style>
a { background-color: #F2D9EF; }
a { background-color: rgb(242,217,239); }
div.DivClassName
{
background-color: #F2D9EF;
}
.BgClassName
{
background-color: #F2D9EF;
}
</style>
border-color css
<style>
span { border-color: #F2D9EF; }
span { border-color: rgb(242,217,239); }
td.TdClassName
{
border-color: #F2D9EF;
}
.TagClassName
{
border-color: #F2D9EF;
}
</style>