Shades of Zinnwaldite #F5C4AF
Tints of Zinnwaldite #F5C4AF
RGB
CMYK
RGB Variations
Color information
#F5C4AF (or 0xF5C4AF) is known color: Zinnwaldite. HEX triplet: F5, C4 and AF. RGB value is (245,196,175). Sum of RGB (Red+Green+Blue) = 245+196+175=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C4AF is #0A3B50. Grayscale: #D0D0D0. Windows color (decimal): -670545 or 11519221. OLE color: 11519221.
HSL color Cylindrical-coordinate representation of color #F5C4AF: hue angle of 18º 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 #F5C4AF is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 175 | - |
| CMYK | 0 | 0.2 | 0.29 | 0.04 |
| HSL | 18º | 0.78% | 0.82% | - |
| HSV(B) | 18º | 0.29% | 0.96% | - |
| XYZ | 65.13 | 61.99 | 49.09 | - |
| YUV | 208.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 175 | 0 | 0.2 | 0.29 | 0.04 | 18 | 0.78 | 0.82 |
| Hex | F5 | C4 | AF | 0 | 14 | 1D | 4 | 12 | 4E | 52 |
| Octal | 365 | 304 | 257 | 0 | 24 | 35 | 4 | 22 | 116 | 122 |
| Binary | 11110101 | 11000100 | 10101111 | 0 | 10100 | 11101 | 100 | 10010 | 1001110 | 1010010 |
Color Harmonies of #F5C4AF
Complementary color
Monochromatic Colors of #F5C4AF
Black with #F5C4AF
Text Example
Text Example
White with #F5C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C4AF; }
p { color: rgb(245,196,175); }
H1.HeaderClassName
{
color: #F5C4AF;
}
.AnyTagClassName
{
color: #F5C4AF;
}
</style>
background-color css
<style>
a { background-color: #F5C4AF; }
a { background-color: rgb(245,196,175); }
div.DivClassName
{
background-color: #F5C4AF;
}
.BgClassName
{
background-color: #F5C4AF;
}
</style>
border-color css
<style>
span { border-color: #F5C4AF; }
span { border-color: rgb(245,196,175); }
td.TdClassName
{
border-color: #F5C4AF;
}
.TagClassName
{
border-color: #F5C4AF;
}
</style>