Shades of Snuff #F6D9EF
Tints of Snuff #F6D9EF
RGB
CMYK
RGB Variations
Color information
#F6D9EF (or 0xF6D9EF) is known color: Snuff. HEX triplet: F6, D9 and EF. RGB value is (246,217,239). Sum of RGB (Red+Green+Blue) = 246+217+239=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D9EF is #092610. Grayscale: #E4E4E4. Windows color (decimal): -599569 or 15718902. OLE color: 15718902.
HSL color Cylindrical-coordinate representation of color #F6D9EF: hue angle of 314.48º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D9EF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 239 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.04 |
| HSL | 314.48º | 0.62% | 0.91% | - |
| HSV(B) | 314.48º | 0.12% | 0.96% | - |
| XYZ | 78.4 | 75.45 | 92.09 | - |
| YUV | 228.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 239 | 0 | 0.12 | 0.03 | 0.04 | 314.48 | 0.62 | 0.91 |
| Hex | F6 | D9 | EF | 0 | C | 3 | 4 | 13A | 3E | 5B |
| Octal | 366 | 331 | 357 | 0 | 14 | 3 | 4 | 472 | 76 | 133 |
| Binary | 11110110 | 11011001 | 11101111 | 0 | 1100 | 11 | 100 | 100111010 | 111110 | 1011011 |
Color Harmonies of #F6D9EF
Complementary color
Monochromatic Colors of #F6D9EF
Black with #F6D9EF
Text Example
Text Example
White with #F6D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9EF; }
p { color: rgb(246,217,239); }
H1.HeaderClassName
{
color: #F6D9EF;
}
.AnyTagClassName
{
color: #F6D9EF;
}
</style>
background-color css
<style>
a { background-color: #F6D9EF; }
a { background-color: rgb(246,217,239); }
div.DivClassName
{
background-color: #F6D9EF;
}
.BgClassName
{
background-color: #F6D9EF;
}
</style>
border-color css
<style>
span { border-color: #F6D9EF; }
span { border-color: rgb(246,217,239); }
td.TdClassName
{
border-color: #F6D9EF;
}
.TagClassName
{
border-color: #F6D9EF;
}
</style>