Shades of Snuff #F6D3EF
Tints of Snuff #F6D3EF
RGB
CMYK
RGB Variations
Color information
#F6D3EF (or 0xF6D3EF) is known color: Snuff. HEX triplet: F6, D3 and EF. RGB value is (246,211,239). Sum of RGB (Red+Green+Blue) = 246+211+239=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 211 (82.81% from 255 or 30.32% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3EF is #092C10. Grayscale: #E0E0E0. Windows color (decimal): -601105 or 15717366. OLE color: 15717366.
HSL color Cylindrical-coordinate representation of color #F6D3EF: hue angle of 312º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6D3EF is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 239 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.04 |
| HSL | 312º | 0.66% | 0.9% | - |
| HSV(B) | 312º | 0.14% | 0.96% | - |
| XYZ | 76.88 | 72.41 | 91.59 | - |
| YUV | 224.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 239 | 0 | 0.14 | 0.03 | 0.04 | 312 | 0.66 | 0.9 |
| Hex | F6 | D3 | EF | 0 | E | 3 | 4 | 138 | 42 | 5A |
| Octal | 366 | 323 | 357 | 0 | 16 | 3 | 4 | 470 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11101111 | 0 | 1110 | 11 | 100 | 100111000 | 1000010 | 1011010 |
Color Harmonies of #F6D3EF
Complementary color
Monochromatic Colors of #F6D3EF
Black with #F6D3EF
Text Example
Text Example
White with #F6D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3EF; }
p { color: rgb(246,211,239); }
H1.HeaderClassName
{
color: #F6D3EF;
}
.AnyTagClassName
{
color: #F6D3EF;
}
</style>
background-color css
<style>
a { background-color: #F6D3EF; }
a { background-color: rgb(246,211,239); }
div.DivClassName
{
background-color: #F6D3EF;
}
.BgClassName
{
background-color: #F6D3EF;
}
</style>
border-color css
<style>
span { border-color: #F6D3EF; }
span { border-color: rgb(246,211,239); }
td.TdClassName
{
border-color: #F6D3EF;
}
.TagClassName
{
border-color: #F6D3EF;
}
</style>