Shades of Zinnwaldite #F9C3AD
Tints of Zinnwaldite #F9C3AD
RGB
CMYK
RGB Variations
Color information
#F9C3AD (or 0xF9C3AD) is known color: Zinnwaldite. HEX triplet: F9, C3 and AD. RGB value is (249,195,173). Sum of RGB (Red+Green+Blue) = 249+195+173=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C3AD is #063C52. Grayscale: #D0D0D0. Windows color (decimal): -408659 or 11387897. OLE color: 11387897.
HSL color Cylindrical-coordinate representation of color #F9C3AD: hue angle of 17.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C3AD is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 173 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.02 |
| HSL | 17.37º | 0.86% | 0.83% | - |
| HSV(B) | 17.37º | 0.31% | 0.98% | - |
| XYZ | 66.12 | 62.19 | 48.05 | - |
| YUV | 208.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 173 | 0 | 0.22 | 0.31 | 0.02 | 17.37 | 0.86 | 0.83 |
| Hex | F9 | C3 | AD | 0 | 16 | 1F | 2 | 11 | 56 | 53 |
| Octal | 371 | 303 | 255 | 0 | 26 | 37 | 2 | 21 | 126 | 123 |
| Binary | 11111001 | 11000011 | 10101101 | 0 | 10110 | 11111 | 10 | 10001 | 1010110 | 1010011 |
Color Harmonies of #F9C3AD
Complementary color
Monochromatic Colors of #F9C3AD
Black with #F9C3AD
Text Example
Text Example
White with #F9C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C3AD; }
p { color: rgb(249,195,173); }
H1.HeaderClassName
{
color: #F9C3AD;
}
.AnyTagClassName
{
color: #F9C3AD;
}
</style>
background-color css
<style>
a { background-color: #F9C3AD; }
a { background-color: rgb(249,195,173); }
div.DivClassName
{
background-color: #F9C3AD;
}
.BgClassName
{
background-color: #F9C3AD;
}
</style>
border-color css
<style>
span { border-color: #F9C3AD; }
span { border-color: rgb(249,195,173); }
td.TdClassName
{
border-color: #F9C3AD;
}
.TagClassName
{
border-color: #F9C3AD;
}
</style>