Shades of Zinnwaldite #F3C0AD
Tints of Zinnwaldite #F3C0AD
RGB
CMYK
RGB Variations
Color information
#F3C0AD (or 0xF3C0AD) is known color: Zinnwaldite. HEX triplet: F3, C0 and AD. RGB value is (243,192,173). Sum of RGB (Red+Green+Blue) = 243+192+173=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C0AD is #0C3F52. Grayscale: #CDCDCD. Windows color (decimal): -802643 or 11387123. OLE color: 11387123.
HSL color Cylindrical-coordinate representation of color #F3C0AD: hue angle of 16.29º 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 #F3C0AD is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 173 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 16.29º | 0.74% | 0.82% | - |
| HSV(B) | 16.29º | 0.29% | 0.95% | - |
| XYZ | 63.35 | 59.77 | 47.73 | - |
| YUV | 205.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 173 | 0 | 0.21 | 0.29 | 0.05 | 16.29 | 0.74 | 0.82 |
| Hex | F3 | C0 | AD | 0 | 15 | 1D | 5 | 10 | 4A | 52 |
| Octal | 363 | 300 | 255 | 0 | 25 | 35 | 5 | 20 | 112 | 122 |
| Binary | 11110011 | 11000000 | 10101101 | 0 | 10101 | 11101 | 101 | 10000 | 1001010 | 1010010 |
Color Harmonies of #F3C0AD
Complementary color
Monochromatic Colors of #F3C0AD
Black with #F3C0AD
Text Example
Text Example
White with #F3C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0AD; }
p { color: rgb(243,192,173); }
H1.HeaderClassName
{
color: #F3C0AD;
}
.AnyTagClassName
{
color: #F3C0AD;
}
</style>
background-color css
<style>
a { background-color: #F3C0AD; }
a { background-color: rgb(243,192,173); }
div.DivClassName
{
background-color: #F3C0AD;
}
.BgClassName
{
background-color: #F3C0AD;
}
</style>
border-color css
<style>
span { border-color: #F3C0AD; }
span { border-color: rgb(243,192,173); }
td.TdClassName
{
border-color: #F3C0AD;
}
.TagClassName
{
border-color: #F3C0AD;
}
</style>