Shades of Snuff #F7C5FF
Tints of Snuff #F7C5FF
RGB
CMYK
RGB Variations
Color information
#F7C5FF (or 0xF7C5FF) is known color: Snuff. HEX triplet: F7, C5 and FF. RGB value is (247,197,255). Sum of RGB (Red+Green+Blue) = 247+197+255=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 197 (77.34% from 255 or 28.18% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7C5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C5FF is #083A00. Grayscale: #DADADA. Windows color (decimal): -539137 or 16762359. OLE color: 16762359.
HSL color Cylindrical-coordinate representation of color #F7C5FF: hue angle of 291.72º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7C5FF is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 197 | 255 | - |
| CMYK | 0.03 | 0.23 | 0 | 0 |
| HSL | 291.72º | 1% | 0.89% | - |
| HSV(B) | 291.72º | 0.23% | 1% | - |
| XYZ | 76.37 | 66.93 | 103.5 | - |
| YUV | 218.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 255 | 0.03 | 0.23 | 0 | 0 | 291.72 | 1 | 0.89 |
| Hex | F7 | C5 | FF | 3 | 17 | 0 | 0 | 124 | 64 | 59 |
| Octal | 367 | 305 | 377 | 3 | 27 | 0 | 0 | 444 | 144 | 131 |
| Binary | 11110111 | 11000101 | 11111111 | 11 | 10111 | 0 | 0 | 100100100 | 1100100 | 1011001 |
Color Harmonies of #F7C5FF
Complementary color
Monochromatic Colors of #F7C5FF
Black with #F7C5FF
Text Example
Text Example
White with #F7C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C5FF; }
p { color: rgb(247,197,255); }
H1.HeaderClassName
{
color: #F7C5FF;
}
.AnyTagClassName
{
color: #F7C5FF;
}
</style>
background-color css
<style>
a { background-color: #F7C5FF; }
a { background-color: rgb(247,197,255); }
div.DivClassName
{
background-color: #F7C5FF;
}
.BgClassName
{
background-color: #F7C5FF;
}
</style>
border-color css
<style>
span { border-color: #F7C5FF; }
span { border-color: rgb(247,197,255); }
td.TdClassName
{
border-color: #F7C5FF;
}
.TagClassName
{
border-color: #F7C5FF;
}
</style>