Shades of Zinnwaldite #F2C4AB
Tints of Zinnwaldite #F2C4AB
RGB
CMYK
RGB Variations
Color information
#F2C4AB (or 0xF2C4AB) is known color: Zinnwaldite. HEX triplet: F2, C4 and AB. RGB value is (242,196,171). Sum of RGB (Red+Green+Blue) = 242+196+171=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C4AB is #0D3B54. Grayscale: #CFCFCF. Windows color (decimal): -867157 or 11257074. OLE color: 11257074.
HSL color Cylindrical-coordinate representation of color #F2C4AB: hue angle of 21.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2C4AB is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 196 | 171 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.05 |
| HSL | 21.13º | 0.73% | 0.81% | - |
| HSV(B) | 21.13º | 0.29% | 0.95% | - |
| XYZ | 63.71 | 61.3 | 47 | - |
| YUV | 206.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 196 | 171 | 0 | 0.19 | 0.29 | 0.05 | 21.13 | 0.73 | 0.81 |
| Hex | F2 | C4 | AB | 0 | 13 | 1D | 5 | 15 | 49 | 51 |
| Octal | 362 | 304 | 253 | 0 | 23 | 35 | 5 | 25 | 111 | 121 |
| Binary | 11110010 | 11000100 | 10101011 | 0 | 10011 | 11101 | 101 | 10101 | 1001001 | 1010001 |
Color Harmonies of #F2C4AB
Complementary color
Monochromatic Colors of #F2C4AB
Black with #F2C4AB
Text Example
Text Example
White with #F2C4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C4AB; }
p { color: rgb(242,196,171); }
H1.HeaderClassName
{
color: #F2C4AB;
}
.AnyTagClassName
{
color: #F2C4AB;
}
</style>
background-color css
<style>
a { background-color: #F2C4AB; }
a { background-color: rgb(242,196,171); }
div.DivClassName
{
background-color: #F2C4AB;
}
.BgClassName
{
background-color: #F2C4AB;
}
</style>
border-color css
<style>
span { border-color: #F2C4AB; }
span { border-color: rgb(242,196,171); }
td.TdClassName
{
border-color: #F2C4AB;
}
.TagClassName
{
border-color: #F2C4AB;
}
</style>