Shades of Snuff #F7CEF0
Tints of Snuff #F7CEF0
RGB
CMYK
RGB Variations
Color information
#F7CEF0 (or 0xF7CEF0) is known color: Snuff. HEX triplet: F7, CE and F0. RGB value is (247,206,240). Sum of RGB (Red+Green+Blue) = 247+206+240=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CEF0 is #08310F. Grayscale: #DEDEDE. Windows color (decimal): -536848 or 15781623. OLE color: 15781623.
HSL color Cylindrical-coordinate representation of color #F7CEF0: hue angle of 310.24º 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 #F7CEF0 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 206 | 240 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.03 |
| HSL | 310.24º | 0.72% | 0.89% | - |
| HSV(B) | 310.24º | 0.17% | 0.97% | - |
| XYZ | 76.16 | 70.21 | 91.98 | - |
| YUV | 222.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 206 | 240 | 0 | 0.17 | 0.03 | 0.03 | 310.24 | 0.72 | 0.89 |
| Hex | F7 | CE | F0 | 0 | 11 | 3 | 3 | 136 | 48 | 59 |
| Octal | 367 | 316 | 360 | 0 | 21 | 3 | 3 | 466 | 110 | 131 |
| Binary | 11110111 | 11001110 | 11110000 | 0 | 10001 | 11 | 11 | 100110110 | 1001000 | 1011001 |
Color Harmonies of #F7CEF0
Complementary color
Monochromatic Colors of #F7CEF0
Black with #F7CEF0
Text Example
Text Example
White with #F7CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CEF0; }
p { color: rgb(247,206,240); }
H1.HeaderClassName
{
color: #F7CEF0;
}
.AnyTagClassName
{
color: #F7CEF0;
}
</style>
background-color css
<style>
a { background-color: #F7CEF0; }
a { background-color: rgb(247,206,240); }
div.DivClassName
{
background-color: #F7CEF0;
}
.BgClassName
{
background-color: #F7CEF0;
}
</style>
border-color css
<style>
span { border-color: #F7CEF0; }
span { border-color: rgb(247,206,240); }
td.TdClassName
{
border-color: #F7CEF0;
}
.TagClassName
{
border-color: #F7CEF0;
}
</style>