Shades of Snuff #F7C6EF
Tints of Snuff #F7C6EF
RGB
CMYK
RGB Variations
Color information
#F7C6EF (or 0xF7C6EF) is known color: Snuff. HEX triplet: F7, C6 and EF. RGB value is (247,198,239). Sum of RGB (Red+Green+Blue) = 247+198+239=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C6EF is #083910. Grayscale: #D9D9D9. Windows color (decimal): -538897 or 15714039. OLE color: 15714039.
HSL color Cylindrical-coordinate representation of color #F7C6EF: hue angle of 309.8º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C6EF is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 239 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.03 |
| HSL | 309.8º | 0.75% | 0.87% | - |
| HSV(B) | 309.8º | 0.2% | 0.97% | - |
| XYZ | 74.13 | 66.39 | 90.57 | - |
| YUV | 217.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 239 | 0 | 0.20 | 0.03 | 0.03 | 309.8 | 0.75 | 0.87 |
| Hex | F7 | C6 | EF | 0 | 14 | 3 | 3 | 136 | 4B | 57 |
| Octal | 367 | 306 | 357 | 0 | 24 | 3 | 3 | 466 | 113 | 127 |
| Binary | 11110111 | 11000110 | 11101111 | 0 | 10100 | 11 | 11 | 100110110 | 1001011 | 1010111 |
Color Harmonies of #F7C6EF
Complementary color
Monochromatic Colors of #F7C6EF
Black with #F7C6EF
Text Example
Text Example
White with #F7C6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6EF; }
p { color: rgb(247,198,239); }
H1.HeaderClassName
{
color: #F7C6EF;
}
.AnyTagClassName
{
color: #F7C6EF;
}
</style>
background-color css
<style>
a { background-color: #F7C6EF; }
a { background-color: rgb(247,198,239); }
div.DivClassName
{
background-color: #F7C6EF;
}
.BgClassName
{
background-color: #F7C6EF;
}
</style>
border-color css
<style>
span { border-color: #F7C6EF; }
span { border-color: rgb(247,198,239); }
td.TdClassName
{
border-color: #F7C6EF;
}
.TagClassName
{
border-color: #F7C6EF;
}
</style>