Shades of Snuff #F7C8EF
Tints of Snuff #F7C8EF
RGB
CMYK
RGB Variations
Color information
#F7C8EF (or 0xF7C8EF) is known color: Snuff. HEX triplet: F7, C8 and EF. RGB value is (247,200,239). Sum of RGB (Red+Green+Blue) = 247+200+239=686 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.01% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8EF is #083710. Grayscale: #DADADA. Windows color (decimal): -538385 or 15714551. OLE color: 15714551.
HSL color Cylindrical-coordinate representation of color #F7C8EF: hue angle of 310.21º 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 #F7C8EF is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 200 | 239 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.03 |
| HSL | 310.21º | 0.75% | 0.88% | - |
| HSV(B) | 310.21º | 0.19% | 0.97% | - |
| XYZ | 74.59 | 67.31 | 90.72 | - |
| YUV | 218.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 239 | 0 | 0.19 | 0.03 | 0.03 | 310.21 | 0.75 | 0.88 |
| Hex | F7 | C8 | EF | 0 | 13 | 3 | 3 | 136 | 4B | 58 |
| Octal | 367 | 310 | 357 | 0 | 23 | 3 | 3 | 466 | 113 | 130 |
| Binary | 11110111 | 11001000 | 11101111 | 0 | 10011 | 11 | 11 | 100110110 | 1001011 | 1011000 |
Color Harmonies of #F7C8EF
Complementary color
Monochromatic Colors of #F7C8EF
Black with #F7C8EF
Text Example
Text Example
White with #F7C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8EF; }
p { color: rgb(247,200,239); }
H1.HeaderClassName
{
color: #F7C8EF;
}
.AnyTagClassName
{
color: #F7C8EF;
}
</style>
background-color css
<style>
a { background-color: #F7C8EF; }
a { background-color: rgb(247,200,239); }
div.DivClassName
{
background-color: #F7C8EF;
}
.BgClassName
{
background-color: #F7C8EF;
}
</style>
border-color css
<style>
span { border-color: #F7C8EF; }
span { border-color: rgb(247,200,239); }
td.TdClassName
{
border-color: #F7C8EF;
}
.TagClassName
{
border-color: #F7C8EF;
}
</style>