Shades of Snuff #F7C5F3
Tints of Snuff #F7C5F3
RGB
CMYK
RGB Variations
Color information
#F7C5F3 (or 0xF7C5F3) is known color: Snuff. HEX triplet: F7, C5 and F3. RGB value is (247,197,243). Sum of RGB (Red+Green+Blue) = 247+197+243=687 (90% of max value = 765). Red value is 247 (96.88% from 255 or 35.95% from 687); Green value is 197 (77.34% from 255 or 28.68% from 687); Blue value is 243 (95.31% from 255 or 35.37% from 687); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C5F3 is #083A0C. Grayscale: #D9D9D9. Windows color (decimal): -539149 or 15975927. OLE color: 15975927.
HSL color Cylindrical-coordinate representation of color #F7C5F3: hue angle of 304.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5F3 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 243 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.03 |
| HSL | 304.8º | 0.76% | 0.87% | - |
| HSV(B) | 304.8º | 0.2% | 0.97% | - |
| XYZ | 74.5 | 66.18 | 93.64 | - |
| YUV | 217.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 243 | 0 | 0.20 | 0.02 | 0.03 | 304.8 | 0.76 | 0.87 |
| Hex | F7 | C5 | F3 | 0 | 14 | 2 | 3 | 131 | 4C | 57 |
| Octal | 367 | 305 | 363 | 0 | 24 | 2 | 3 | 461 | 114 | 127 |
| Binary | 11110111 | 11000101 | 11110011 | 0 | 10100 | 10 | 11 | 100110001 | 1001100 | 1010111 |
Color Harmonies of #F7C5F3
Complementary color
Monochromatic Colors of #F7C5F3
Black with #F7C5F3
Text Example
Text Example
White with #F7C5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C5F3; }
p { color: rgb(247,197,243); }
H1.HeaderClassName
{
color: #F7C5F3;
}
.AnyTagClassName
{
color: #F7C5F3;
}
</style>
background-color css
<style>
a { background-color: #F7C5F3; }
a { background-color: rgb(247,197,243); }
div.DivClassName
{
background-color: #F7C5F3;
}
.BgClassName
{
background-color: #F7C5F3;
}
</style>
border-color css
<style>
span { border-color: #F7C5F3; }
span { border-color: rgb(247,197,243); }
td.TdClassName
{
border-color: #F7C5F3;
}
.TagClassName
{
border-color: #F7C5F3;
}
</style>