Shades of Zinnwaldite #F5C2AB
Tints of Zinnwaldite #F5C2AB
RGB
CMYK
RGB Variations
Color information
#F5C2AB (or 0xF5C2AB) is known color: Zinnwaldite. HEX triplet: F5, C2 and AB. RGB value is (245,194,171). Sum of RGB (Red+Green+Blue) = 245+194+171=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C2AB is #0A3D54. Grayscale: #CECECE. Windows color (decimal): -671061 or 11256565. OLE color: 11256565.
HSL color Cylindrical-coordinate representation of color #F5C2AB: hue angle of 18.65º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5C2AB is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 194 | 171 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.04 |
| HSL | 18.65º | 0.79% | 0.82% | - |
| HSV(B) | 18.65º | 0.3% | 0.96% | - |
| XYZ | 64.3 | 60.94 | 46.9 | - |
| YUV | 206.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 194 | 171 | 0 | 0.21 | 0.30 | 0.04 | 18.65 | 0.79 | 0.82 |
| Hex | F5 | C2 | AB | 0 | 15 | 1E | 4 | 13 | 4F | 52 |
| Octal | 365 | 302 | 253 | 0 | 25 | 36 | 4 | 23 | 117 | 122 |
| Binary | 11110101 | 11000010 | 10101011 | 0 | 10101 | 11110 | 100 | 10011 | 1001111 | 1010010 |
Color Harmonies of #F5C2AB
Complementary color
Monochromatic Colors of #F5C2AB
Black with #F5C2AB
Text Example
Text Example
White with #F5C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C2AB; }
p { color: rgb(245,194,171); }
H1.HeaderClassName
{
color: #F5C2AB;
}
.AnyTagClassName
{
color: #F5C2AB;
}
</style>
background-color css
<style>
a { background-color: #F5C2AB; }
a { background-color: rgb(245,194,171); }
div.DivClassName
{
background-color: #F5C2AB;
}
.BgClassName
{
background-color: #F5C2AB;
}
</style>
border-color css
<style>
span { border-color: #F5C2AB; }
span { border-color: rgb(245,194,171); }
td.TdClassName
{
border-color: #F5C2AB;
}
.TagClassName
{
border-color: #F5C2AB;
}
</style>