Shades of Zinnwaldite #F3C4AD
Tints of Zinnwaldite #F3C4AD
RGB
CMYK
RGB Variations
Color information
#F3C4AD (or 0xF3C4AD) is known color: Zinnwaldite. HEX triplet: F3, C4 and AD. RGB value is (243,196,173). Sum of RGB (Red+Green+Blue) = 243+196+173=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C4AD is #0C3B52. Grayscale: #CFCFCF. Windows color (decimal): -801619 or 11388147. OLE color: 11388147.
HSL color Cylindrical-coordinate representation of color #F3C4AD: hue angle of 19.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3C4AD is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 173 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.05 |
| HSL | 19.71º | 0.74% | 0.82% | - |
| HSV(B) | 19.71º | 0.29% | 0.95% | - |
| XYZ | 64.24 | 61.55 | 48.03 | - |
| YUV | 207.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 173 | 0 | 0.19 | 0.29 | 0.05 | 19.71 | 0.74 | 0.82 |
| Hex | F3 | C4 | AD | 0 | 13 | 1D | 5 | 14 | 4A | 52 |
| Octal | 363 | 304 | 255 | 0 | 23 | 35 | 5 | 24 | 112 | 122 |
| Binary | 11110011 | 11000100 | 10101101 | 0 | 10011 | 11101 | 101 | 10100 | 1001010 | 1010010 |
Color Harmonies of #F3C4AD
Complementary color
Monochromatic Colors of #F3C4AD
Black with #F3C4AD
Text Example
Text Example
White with #F3C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C4AD; }
p { color: rgb(243,196,173); }
H1.HeaderClassName
{
color: #F3C4AD;
}
.AnyTagClassName
{
color: #F3C4AD;
}
</style>
background-color css
<style>
a { background-color: #F3C4AD; }
a { background-color: rgb(243,196,173); }
div.DivClassName
{
background-color: #F3C4AD;
}
.BgClassName
{
background-color: #F3C4AD;
}
</style>
border-color css
<style>
span { border-color: #F3C4AD; }
span { border-color: rgb(243,196,173); }
td.TdClassName
{
border-color: #F3C4AD;
}
.TagClassName
{
border-color: #F3C4AD;
}
</style>