Shades of Zinnwaldite #F9C2AB
Tints of Zinnwaldite #F9C2AB
RGB
CMYK
RGB Variations
Color information
#F9C2AB (or 0xF9C2AB) is known color: Zinnwaldite. HEX triplet: F9, C2 and AB. RGB value is (249,194,171). Sum of RGB (Red+Green+Blue) = 249+194+171=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C2AB is #063D54. Grayscale: #CFCFCF. Windows color (decimal): -408917 or 11256569. OLE color: 11256569.
HSL color Cylindrical-coordinate representation of color #F9C2AB: hue angle of 17.69º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C2AB is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 171 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.02 |
| HSL | 17.69º | 0.87% | 0.82% | - |
| HSV(B) | 17.69º | 0.31% | 0.98% | - |
| XYZ | 65.71 | 61.66 | 46.97 | - |
| YUV | 207.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 171 | 0 | 0.22 | 0.31 | 0.02 | 17.69 | 0.87 | 0.82 |
| Hex | F9 | C2 | AB | 0 | 16 | 1F | 2 | 12 | 57 | 52 |
| Octal | 371 | 302 | 253 | 0 | 26 | 37 | 2 | 22 | 127 | 122 |
| Binary | 11111001 | 11000010 | 10101011 | 0 | 10110 | 11111 | 10 | 10010 | 1010111 | 1010010 |
Color Harmonies of #F9C2AB
Complementary color
Monochromatic Colors of #F9C2AB
Black with #F9C2AB
Text Example
Text Example
White with #F9C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C2AB; }
p { color: rgb(249,194,171); }
H1.HeaderClassName
{
color: #F9C2AB;
}
.AnyTagClassName
{
color: #F9C2AB;
}
</style>
background-color css
<style>
a { background-color: #F9C2AB; }
a { background-color: rgb(249,194,171); }
div.DivClassName
{
background-color: #F9C2AB;
}
.BgClassName
{
background-color: #F9C2AB;
}
</style>
border-color css
<style>
span { border-color: #F9C2AB; }
span { border-color: rgb(249,194,171); }
td.TdClassName
{
border-color: #F9C2AB;
}
.TagClassName
{
border-color: #F9C2AB;
}
</style>