Shades of Zinnwaldite #F7C1AD
Tints of Zinnwaldite #F7C1AD
RGB
CMYK
RGB Variations
Color information
#F7C1AD (or 0xF7C1AD) is known color: Zinnwaldite. HEX triplet: F7, C1 and AD. RGB value is (247,193,173). Sum of RGB (Red+Green+Blue) = 247+193+173=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C1AD is #083E52. Grayscale: #CECECE. Windows color (decimal): -540243 or 11387383. OLE color: 11387383.
HSL color Cylindrical-coordinate representation of color #F7C1AD: hue angle of 16.22º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7C1AD is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 173 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.03 |
| HSL | 16.22º | 0.82% | 0.82% | - |
| HSV(B) | 16.22º | 0.3% | 0.97% | - |
| XYZ | 64.97 | 60.93 | 47.87 | - |
| YUV | 206.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 173 | 0 | 0.22 | 0.30 | 0.03 | 16.22 | 0.82 | 0.82 |
| Hex | F7 | C1 | AD | 0 | 16 | 1E | 3 | 10 | 52 | 52 |
| Octal | 367 | 301 | 255 | 0 | 26 | 36 | 3 | 20 | 122 | 122 |
| Binary | 11110111 | 11000001 | 10101101 | 0 | 10110 | 11110 | 11 | 10000 | 1010010 | 1010010 |
Color Harmonies of #F7C1AD
Complementary color
Monochromatic Colors of #F7C1AD
Black with #F7C1AD
Text Example
Text Example
White with #F7C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1AD; }
p { color: rgb(247,193,173); }
H1.HeaderClassName
{
color: #F7C1AD;
}
.AnyTagClassName
{
color: #F7C1AD;
}
</style>
background-color css
<style>
a { background-color: #F7C1AD; }
a { background-color: rgb(247,193,173); }
div.DivClassName
{
background-color: #F7C1AD;
}
.BgClassName
{
background-color: #F7C1AD;
}
</style>
border-color css
<style>
span { border-color: #F7C1AD; }
span { border-color: rgb(247,193,173); }
td.TdClassName
{
border-color: #F7C1AD;
}
.TagClassName
{
border-color: #F7C1AD;
}
</style>