Shades of Zinnwaldite #F7C1AE
Tints of Zinnwaldite #F7C1AE
RGB
CMYK
RGB Variations
Color information
#F7C1AE (or 0xF7C1AE) is known color: Zinnwaldite. HEX triplet: F7, C1 and AE. RGB value is (247,193,174). Sum of RGB (Red+Green+Blue) = 247+193+174=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C1AE is #083E51. Grayscale: #CFCFCF. Windows color (decimal): -540242 or 11452919. OLE color: 11452919.
HSL color Cylindrical-coordinate representation of color #F7C1AE: hue angle of 15.62º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7C1AE is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 193 | 174 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.03 |
| HSL | 15.62º | 0.82% | 0.83% | - |
| HSV(B) | 15.62º | 0.3% | 0.97% | - |
| XYZ | 65.07 | 60.97 | 48.38 | - |
| YUV | 206.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 193 | 174 | 0 | 0.22 | 0.30 | 0.03 | 15.62 | 0.82 | 0.83 |
| Hex | F7 | C1 | AE | 0 | 16 | 1E | 3 | 10 | 52 | 53 |
| Octal | 367 | 301 | 256 | 0 | 26 | 36 | 3 | 20 | 122 | 123 |
| Binary | 11110111 | 11000001 | 10101110 | 0 | 10110 | 11110 | 11 | 10000 | 1010010 | 1010011 |
Color Harmonies of #F7C1AE
Complementary color
Monochromatic Colors of #F7C1AE
Black with #F7C1AE
Text Example
Text Example
White with #F7C1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C1AE; }
p { color: rgb(247,193,174); }
H1.HeaderClassName
{
color: #F7C1AE;
}
.AnyTagClassName
{
color: #F7C1AE;
}
</style>
background-color css
<style>
a { background-color: #F7C1AE; }
a { background-color: rgb(247,193,174); }
div.DivClassName
{
background-color: #F7C1AE;
}
.BgClassName
{
background-color: #F7C1AE;
}
</style>
border-color css
<style>
span { border-color: #F7C1AE; }
span { border-color: rgb(247,193,174); }
td.TdClassName
{
border-color: #F7C1AE;
}
.TagClassName
{
border-color: #F7C1AE;
}
</style>