Shades of Zinnwaldite #F2C5AD
Tints of Zinnwaldite #F2C5AD
RGB
CMYK
RGB Variations
Color information
#F2C5AD (or 0xF2C5AD) is known color: Zinnwaldite. HEX triplet: F2, C5 and AD. RGB value is (242,197,173). Sum of RGB (Red+Green+Blue) = 242+197+173=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C5AD is #0D3A52. Grayscale: #CFCFCF. Windows color (decimal): -866899 or 11388402. OLE color: 11388402.
HSL color Cylindrical-coordinate representation of color #F2C5AD: hue angle of 20.87º 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 #F2C5AD is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 173 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.05 |
| HSL | 20.87º | 0.73% | 0.81% | - |
| HSV(B) | 20.87º | 0.29% | 0.95% | - |
| XYZ | 64.13 | 61.83 | 48.09 | - |
| YUV | 207.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 173 | 0 | 0.19 | 0.29 | 0.05 | 20.87 | 0.73 | 0.81 |
| Hex | F2 | C5 | AD | 0 | 13 | 1D | 5 | 15 | 49 | 51 |
| Octal | 362 | 305 | 255 | 0 | 23 | 35 | 5 | 25 | 111 | 121 |
| Binary | 11110010 | 11000101 | 10101101 | 0 | 10011 | 11101 | 101 | 10101 | 1001001 | 1010001 |
Color Harmonies of #F2C5AD
Complementary color
Monochromatic Colors of #F2C5AD
Black with #F2C5AD
Text Example
Text Example
White with #F2C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5AD; }
p { color: rgb(242,197,173); }
H1.HeaderClassName
{
color: #F2C5AD;
}
.AnyTagClassName
{
color: #F2C5AD;
}
</style>
background-color css
<style>
a { background-color: #F2C5AD; }
a { background-color: rgb(242,197,173); }
div.DivClassName
{
background-color: #F2C5AD;
}
.BgClassName
{
background-color: #F2C5AD;
}
</style>
border-color css
<style>
span { border-color: #F2C5AD; }
span { border-color: rgb(242,197,173); }
td.TdClassName
{
border-color: #F2C5AD;
}
.TagClassName
{
border-color: #F2C5AD;
}
</style>