Shades of Snuff #F7CEF6
Tints of Snuff #F7CEF6
RGB
CMYK
RGB Variations
Color information
#F7CEF6 (or 0xF7CEF6) is known color: Snuff. HEX triplet: F7, CE and F6. RGB value is (247,206,246). Sum of RGB (Red+Green+Blue) = 247+206+246=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 206 (80.86% from 255 or 29.47% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEF6 is #083109. Grayscale: #DEDEDE. Windows color (decimal): -536842 or 16174839. OLE color: 16174839.
HSL color Cylindrical-coordinate representation of color #F7CEF6: hue angle of 301.46º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CEF6 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 246 | - |
| CMYK | 0 | 0.17 | 0.00 | 0.03 |
| HSL | 301.46º | 0.72% | 0.89% | - |
| HSV(B) | 301.46º | 0.17% | 0.97% | - |
| XYZ | 77.06 | 70.57 | 96.75 | - |
| YUV | 222.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 246 | 0 | 0.17 | 0.00 | 0.03 | 301.46 | 0.72 | 0.89 |
| Hex | F7 | CE | F6 | 0 | 11 | 0 | 3 | 12D | 48 | 59 |
| Octal | 367 | 316 | 366 | 0 | 21 | 0 | 3 | 455 | 110 | 131 |
| Binary | 11110111 | 11001110 | 11110110 | 0 | 10001 | 0 | 11 | 100101101 | 1001000 | 1011001 |
Color Harmonies of #F7CEF6
Complementary color
Monochromatic Colors of #F7CEF6
Black with #F7CEF6
Text Example
Text Example
White with #F7CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CEF6; }
p { color: rgb(247,206,246); }
H1.HeaderClassName
{
color: #F7CEF6;
}
.AnyTagClassName
{
color: #F7CEF6;
}
</style>
background-color css
<style>
a { background-color: #F7CEF6; }
a { background-color: rgb(247,206,246); }
div.DivClassName
{
background-color: #F7CEF6;
}
.BgClassName
{
background-color: #F7CEF6;
}
</style>
border-color css
<style>
span { border-color: #F7CEF6; }
span { border-color: rgb(247,206,246); }
td.TdClassName
{
border-color: #F7CEF6;
}
.TagClassName
{
border-color: #F7CEF6;
}
</style>