Shades of Snuff #F6D3EE
Tints of Snuff #F6D3EE
RGB
CMYK
RGB Variations
Color information
#F6D3EE (or 0xF6D3EE) is known color: Snuff. HEX triplet: F6, D3 and EE. RGB value is (246,211,238). Sum of RGB (Red+Green+Blue) = 246+211+238=695 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.40% from 695); Green value is 211 (82.81% from 255 or 30.36% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D3EE is #092C11. Grayscale: #E0E0E0. Windows color (decimal): -601106 or 15651830. OLE color: 15651830.
HSL color Cylindrical-coordinate representation of color #F6D3EE: hue angle of 313.71º 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 #F6D3EE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 238 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.04 |
| HSL | 313.71º | 0.66% | 0.9% | - |
| HSV(B) | 313.71º | 0.14% | 0.96% | - |
| XYZ | 76.73 | 72.35 | 90.81 | - |
| YUV | 224.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 238 | 0 | 0.14 | 0.03 | 0.04 | 313.71 | 0.66 | 0.9 |
| Hex | F6 | D3 | EE | 0 | E | 3 | 4 | 13A | 42 | 5A |
| Octal | 366 | 323 | 356 | 0 | 16 | 3 | 4 | 472 | 102 | 132 |
| Binary | 11110110 | 11010011 | 11101110 | 0 | 1110 | 11 | 100 | 100111010 | 1000010 | 1011010 |
Color Harmonies of #F6D3EE
Complementary color
Monochromatic Colors of #F6D3EE
Black with #F6D3EE
Text Example
Text Example
White with #F6D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3EE; }
p { color: rgb(246,211,238); }
H1.HeaderClassName
{
color: #F6D3EE;
}
.AnyTagClassName
{
color: #F6D3EE;
}
</style>
background-color css
<style>
a { background-color: #F6D3EE; }
a { background-color: rgb(246,211,238); }
div.DivClassName
{
background-color: #F6D3EE;
}
.BgClassName
{
background-color: #F6D3EE;
}
</style>
border-color css
<style>
span { border-color: #F6D3EE; }
span { border-color: rgb(246,211,238); }
td.TdClassName
{
border-color: #F6D3EE;
}
.TagClassName
{
border-color: #F6D3EE;
}
</style>