Shades of Snuff #F7C8ED
Tints of Snuff #F7C8ED
RGB
CMYK
RGB Variations
Color information
#F7C8ED (or 0xF7C8ED) is known color: Snuff. HEX triplet: F7, C8 and ED. RGB value is (247,200,237). Sum of RGB (Red+Green+Blue) = 247+200+237=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 200 (78.52% from 255 or 29.24% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8ED is #083712. Grayscale: #DADADA. Windows color (decimal): -538387 or 15583479. OLE color: 15583479.
HSL color Cylindrical-coordinate representation of color #F7C8ED: hue angle of 312.77º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C8ED is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 237 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.03 |
| HSL | 312.77º | 0.75% | 0.88% | - |
| HSV(B) | 312.77º | 0.19% | 0.97% | - |
| XYZ | 74.3 | 67.2 | 89.18 | - |
| YUV | 218.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 237 | 0 | 0.19 | 0.04 | 0.03 | 312.77 | 0.75 | 0.88 |
| Hex | F7 | C8 | ED | 0 | 13 | 4 | 3 | 139 | 4B | 58 |
| Octal | 367 | 310 | 355 | 0 | 23 | 4 | 3 | 471 | 113 | 130 |
| Binary | 11110111 | 11001000 | 11101101 | 0 | 10011 | 100 | 11 | 100111001 | 1001011 | 1011000 |
Color Harmonies of #F7C8ED
Complementary color
Monochromatic Colors of #F7C8ED
Black with #F7C8ED
Text Example
Text Example
White with #F7C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8ED; }
p { color: rgb(247,200,237); }
H1.HeaderClassName
{
color: #F7C8ED;
}
.AnyTagClassName
{
color: #F7C8ED;
}
</style>
background-color css
<style>
a { background-color: #F7C8ED; }
a { background-color: rgb(247,200,237); }
div.DivClassName
{
background-color: #F7C8ED;
}
.BgClassName
{
background-color: #F7C8ED;
}
</style>
border-color css
<style>
span { border-color: #F7C8ED; }
span { border-color: rgb(247,200,237); }
td.TdClassName
{
border-color: #F7C8ED;
}
.TagClassName
{
border-color: #F7C8ED;
}
</style>