Shades of Snuff #F7C4EF
Tints of Snuff #F7C4EF
RGB
CMYK
RGB Variations
Color information
#F7C4EF (or 0xF7C4EF) is known color: Snuff. HEX triplet: F7, C4 and EF. RGB value is (247,196,239). Sum of RGB (Red+Green+Blue) = 247+196+239=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 196 (76.95% from 255 or 28.74% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C4EF is #083B10. Grayscale: #D8D8D8. Windows color (decimal): -539409 or 15713527. OLE color: 15713527.
HSL color Cylindrical-coordinate representation of color #F7C4EF: hue angle of 309.41º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C4EF is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 239 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.03 |
| HSL | 309.41º | 0.76% | 0.87% | - |
| HSV(B) | 309.41º | 0.21% | 0.97% | - |
| XYZ | 73.68 | 65.49 | 90.42 | - |
| YUV | 216.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 239 | 0 | 0.21 | 0.03 | 0.03 | 309.41 | 0.76 | 0.87 |
| Hex | F7 | C4 | EF | 0 | 15 | 3 | 3 | 135 | 4C | 57 |
| Octal | 367 | 304 | 357 | 0 | 25 | 3 | 3 | 465 | 114 | 127 |
| Binary | 11110111 | 11000100 | 11101111 | 0 | 10101 | 11 | 11 | 100110101 | 1001100 | 1010111 |
Color Harmonies of #F7C4EF
Complementary color
Monochromatic Colors of #F7C4EF
Black with #F7C4EF
Text Example
Text Example
White with #F7C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C4EF; }
p { color: rgb(247,196,239); }
H1.HeaderClassName
{
color: #F7C4EF;
}
.AnyTagClassName
{
color: #F7C4EF;
}
</style>
background-color css
<style>
a { background-color: #F7C4EF; }
a { background-color: rgb(247,196,239); }
div.DivClassName
{
background-color: #F7C4EF;
}
.BgClassName
{
background-color: #F7C4EF;
}
</style>
border-color css
<style>
span { border-color: #F7C4EF; }
span { border-color: rgb(247,196,239); }
td.TdClassName
{
border-color: #F7C4EF;
}
.TagClassName
{
border-color: #F7C4EF;
}
</style>