Shades of Zinnwaldite #F4C2AD
Tints of Zinnwaldite #F4C2AD
RGB
CMYK
RGB Variations
Color information
#F4C2AD (or 0xF4C2AD) is known color: Zinnwaldite. HEX triplet: F4, C2 and AD. RGB value is (244,194,173). Sum of RGB (Red+Green+Blue) = 244+194+173=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C2AD is #0B3D52. Grayscale: #CECECE. Windows color (decimal): -736595 or 11387636. OLE color: 11387636.
HSL color Cylindrical-coordinate representation of color #F4C2AD: hue angle of 17.75º degrees, saturation: 0.76, 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 #F4C2AD is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 194 | 173 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.04 |
| HSL | 17.75º | 0.76% | 0.82% | - |
| HSV(B) | 17.75º | 0.29% | 0.96% | - |
| XYZ | 64.14 | 60.83 | 47.9 | - |
| YUV | 206.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 194 | 173 | 0 | 0.20 | 0.29 | 0.04 | 17.75 | 0.76 | 0.82 |
| Hex | F4 | C2 | AD | 0 | 14 | 1D | 4 | 12 | 4C | 52 |
| Octal | 364 | 302 | 255 | 0 | 24 | 35 | 4 | 22 | 114 | 122 |
| Binary | 11110100 | 11000010 | 10101101 | 0 | 10100 | 11101 | 100 | 10010 | 1001100 | 1010010 |
Color Harmonies of #F4C2AD
Complementary color
Monochromatic Colors of #F4C2AD
Black with #F4C2AD
Text Example
Text Example
White with #F4C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C2AD; }
p { color: rgb(244,194,173); }
H1.HeaderClassName
{
color: #F4C2AD;
}
.AnyTagClassName
{
color: #F4C2AD;
}
</style>
background-color css
<style>
a { background-color: #F4C2AD; }
a { background-color: rgb(244,194,173); }
div.DivClassName
{
background-color: #F4C2AD;
}
.BgClassName
{
background-color: #F4C2AD;
}
</style>
border-color css
<style>
span { border-color: #F4C2AD; }
span { border-color: rgb(244,194,173); }
td.TdClassName
{
border-color: #F4C2AD;
}
.TagClassName
{
border-color: #F4C2AD;
}
</style>