Shades of Zinnwaldite #F6C1AD
Tints of Zinnwaldite #F6C1AD
RGB
CMYK
RGB Variations
Color information
#F6C1AD (or 0xF6C1AD) is known color: Zinnwaldite. HEX triplet: F6, C1 and AD. RGB value is (246,193,173). Sum of RGB (Red+Green+Blue) = 246+193+173=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C1AD is #093E52. Grayscale: #CECECE. Windows color (decimal): -605779 or 11387382. OLE color: 11387382.
HSL color Cylindrical-coordinate representation of color #F6C1AD: hue angle of 16.44º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6C1AD is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 173 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.04 |
| HSL | 16.44º | 0.8% | 0.82% | - |
| HSV(B) | 16.44º | 0.3% | 0.96% | - |
| XYZ | 64.62 | 60.75 | 47.86 | - |
| YUV | 206.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 173 | 0 | 0.22 | 0.30 | 0.04 | 16.44 | 0.8 | 0.82 |
| Hex | F6 | C1 | AD | 0 | 16 | 1E | 4 | 10 | 50 | 52 |
| Octal | 366 | 301 | 255 | 0 | 26 | 36 | 4 | 20 | 120 | 122 |
| Binary | 11110110 | 11000001 | 10101101 | 0 | 10110 | 11110 | 100 | 10000 | 1010000 | 1010010 |
Color Harmonies of #F6C1AD
Complementary color
Monochromatic Colors of #F6C1AD
Black with #F6C1AD
Text Example
Text Example
White with #F6C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C1AD; }
p { color: rgb(246,193,173); }
H1.HeaderClassName
{
color: #F6C1AD;
}
.AnyTagClassName
{
color: #F6C1AD;
}
</style>
background-color css
<style>
a { background-color: #F6C1AD; }
a { background-color: rgb(246,193,173); }
div.DivClassName
{
background-color: #F6C1AD;
}
.BgClassName
{
background-color: #F6C1AD;
}
</style>
border-color css
<style>
span { border-color: #F6C1AD; }
span { border-color: rgb(246,193,173); }
td.TdClassName
{
border-color: #F6C1AD;
}
.TagClassName
{
border-color: #F6C1AD;
}
</style>