Shades of Zinnwaldite #F0C5AE
Tints of Zinnwaldite #F0C5AE
RGB
CMYK
RGB Variations
Color information
#F0C5AE (or 0xF0C5AE) is known color: Zinnwaldite. HEX triplet: F0, C5 and AE. RGB value is (240,197,174). Sum of RGB (Red+Green+Blue) = 240+197+174=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C5AE is #0F3A51. Grayscale: #CFCFCF. Windows color (decimal): -997970 or 11453936. OLE color: 11453936.
HSL color Cylindrical-coordinate representation of color #F0C5AE: hue angle of 20.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C5AE is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 174 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.06 |
| HSL | 20.91º | 0.69% | 0.81% | - |
| HSV(B) | 20.91º | 0.28% | 0.94% | - |
| XYZ | 63.54 | 61.51 | 48.57 | - |
| YUV | 207.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 174 | 0 | 0.18 | 0.28 | 0.06 | 20.91 | 0.69 | 0.81 |
| Hex | F0 | C5 | AE | 0 | 12 | 1C | 6 | 15 | 45 | 51 |
| Octal | 360 | 305 | 256 | 0 | 22 | 34 | 6 | 25 | 105 | 121 |
| Binary | 11110000 | 11000101 | 10101110 | 0 | 10010 | 11100 | 110 | 10101 | 1000101 | 1010001 |
Color Harmonies of #F0C5AE
Complementary color
Monochromatic Colors of #F0C5AE
Black with #F0C5AE
Text Example
Text Example
White with #F0C5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C5AE; }
p { color: rgb(240,197,174); }
H1.HeaderClassName
{
color: #F0C5AE;
}
.AnyTagClassName
{
color: #F0C5AE;
}
</style>
background-color css
<style>
a { background-color: #F0C5AE; }
a { background-color: rgb(240,197,174); }
div.DivClassName
{
background-color: #F0C5AE;
}
.BgClassName
{
background-color: #F0C5AE;
}
</style>
border-color css
<style>
span { border-color: #F0C5AE; }
span { border-color: rgb(240,197,174); }
td.TdClassName
{
border-color: #F0C5AE;
}
.TagClassName
{
border-color: #F0C5AE;
}
</style>