Shades of Snuff #F6C6EF
Tints of Snuff #F6C6EF
RGB
CMYK
RGB Variations
Color information
#F6C6EF (or 0xF6C6EF) is known color: Snuff. HEX triplet: F6, C6 and EF. RGB value is (246,198,239). Sum of RGB (Red+Green+Blue) = 246+198+239=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 198 (77.73% from 255 or 28.99% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C6EF is #093910. Grayscale: #D8D8D8. Windows color (decimal): -604433 or 15714038. OLE color: 15714038.
HSL color Cylindrical-coordinate representation of color #F6C6EF: hue angle of 308.75º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C6EF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 239 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.04 |
| HSL | 308.75º | 0.73% | 0.87% | - |
| HSV(B) | 308.75º | 0.2% | 0.96% | - |
| XYZ | 73.78 | 66.21 | 90.55 | - |
| YUV | 217.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 239 | 0 | 0.20 | 0.03 | 0.04 | 308.75 | 0.73 | 0.87 |
| Hex | F6 | C6 | EF | 0 | 14 | 3 | 4 | 135 | 49 | 57 |
| Octal | 366 | 306 | 357 | 0 | 24 | 3 | 4 | 465 | 111 | 127 |
| Binary | 11110110 | 11000110 | 11101111 | 0 | 10100 | 11 | 100 | 100110101 | 1001001 | 1010111 |
Color Harmonies of #F6C6EF
Complementary color
Monochromatic Colors of #F6C6EF
Black with #F6C6EF
Text Example
Text Example
White with #F6C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6EF; }
p { color: rgb(246,198,239); }
H1.HeaderClassName
{
color: #F6C6EF;
}
.AnyTagClassName
{
color: #F6C6EF;
}
</style>
background-color css
<style>
a { background-color: #F6C6EF; }
a { background-color: rgb(246,198,239); }
div.DivClassName
{
background-color: #F6C6EF;
}
.BgClassName
{
background-color: #F6C6EF;
}
</style>
border-color css
<style>
span { border-color: #F6C6EF; }
span { border-color: rgb(246,198,239); }
td.TdClassName
{
border-color: #F6C6EF;
}
.TagClassName
{
border-color: #F6C6EF;
}
</style>