Shades of Zinnwaldite #F7C3AD
Tints of Zinnwaldite #F7C3AD
RGB
CMYK
RGB Variations
Color information
#F7C3AD (or 0xF7C3AD) is known color: Zinnwaldite. HEX triplet: F7, C3 and AD. RGB value is (247,195,173). Sum of RGB (Red+Green+Blue) = 247+195+173=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C3AD is #083C52. Grayscale: #D0D0D0. Windows color (decimal): -539731 or 11387895. OLE color: 11387895.
HSL color Cylindrical-coordinate representation of color #F7C3AD: hue angle of 17.84º 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 #F7C3AD is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 173 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.03 |
| HSL | 17.84º | 0.82% | 0.82% | - |
| HSV(B) | 17.84º | 0.3% | 0.97% | - |
| XYZ | 65.42 | 61.82 | 48.02 | - |
| YUV | 208.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 173 | 0 | 0.21 | 0.30 | 0.03 | 17.84 | 0.82 | 0.82 |
| Hex | F7 | C3 | AD | 0 | 15 | 1E | 3 | 12 | 52 | 52 |
| Octal | 367 | 303 | 255 | 0 | 25 | 36 | 3 | 22 | 122 | 122 |
| Binary | 11110111 | 11000011 | 10101101 | 0 | 10101 | 11110 | 11 | 10010 | 1010010 | 1010010 |
Color Harmonies of #F7C3AD
Complementary color
Monochromatic Colors of #F7C3AD
Black with #F7C3AD
Text Example
Text Example
White with #F7C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C3AD; }
p { color: rgb(247,195,173); }
H1.HeaderClassName
{
color: #F7C3AD;
}
.AnyTagClassName
{
color: #F7C3AD;
}
</style>
background-color css
<style>
a { background-color: #F7C3AD; }
a { background-color: rgb(247,195,173); }
div.DivClassName
{
background-color: #F7C3AD;
}
.BgClassName
{
background-color: #F7C3AD;
}
</style>
border-color css
<style>
span { border-color: #F7C3AD; }
span { border-color: rgb(247,195,173); }
td.TdClassName
{
border-color: #F7C3AD;
}
.TagClassName
{
border-color: #F7C3AD;
}
</style>