Shades of Zinnwaldite #F5C4AE
Tints of Zinnwaldite #F5C4AE
RGB
CMYK
RGB Variations
Color information
#F5C4AE (or 0xF5C4AE) is known color: Zinnwaldite. HEX triplet: F5, C4 and AE. RGB value is (245,196,174). Sum of RGB (Red+Green+Blue) = 245+196+174=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C4AE is #0A3B51. Grayscale: #D0D0D0. Windows color (decimal): -670546 or 11453685. OLE color: 11453685.
HSL color Cylindrical-coordinate representation of color #F5C4AE: hue angle of 18.59º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C4AE is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 174 | - |
| CMYK | 0 | 0.2 | 0.29 | 0.04 |
| HSL | 18.59º | 0.78% | 0.82% | - |
| HSV(B) | 18.59º | 0.29% | 0.96% | - |
| XYZ | 65.04 | 61.95 | 48.57 | - |
| YUV | 208.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 174 | 0 | 0.2 | 0.29 | 0.04 | 18.59 | 0.78 | 0.82 |
| Hex | F5 | C4 | AE | 0 | 14 | 1D | 4 | 13 | 4E | 52 |
| Octal | 365 | 304 | 256 | 0 | 24 | 35 | 4 | 23 | 116 | 122 |
| Binary | 11110101 | 11000100 | 10101110 | 0 | 10100 | 11101 | 100 | 10011 | 1001110 | 1010010 |
Color Harmonies of #F5C4AE
Complementary color
Monochromatic Colors of #F5C4AE
Black with #F5C4AE
Text Example
Text Example
White with #F5C4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C4AE; }
p { color: rgb(245,196,174); }
H1.HeaderClassName
{
color: #F5C4AE;
}
.AnyTagClassName
{
color: #F5C4AE;
}
</style>
background-color css
<style>
a { background-color: #F5C4AE; }
a { background-color: rgb(245,196,174); }
div.DivClassName
{
background-color: #F5C4AE;
}
.BgClassName
{
background-color: #F5C4AE;
}
</style>
border-color css
<style>
span { border-color: #F5C4AE; }
span { border-color: rgb(245,196,174); }
td.TdClassName
{
border-color: #F5C4AE;
}
.TagClassName
{
border-color: #F5C4AE;
}
</style>