Shades of Zinnwaldite #F0C3AB
Tints of Zinnwaldite #F0C3AB
RGB
CMYK
RGB Variations
Color information
#F0C3AB (or 0xF0C3AB) is known color: Zinnwaldite. HEX triplet: F0, C3 and AB. RGB value is (240,195,171). Sum of RGB (Red+Green+Blue) = 240+195+171=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C3AB is #0F3C54. Grayscale: #CDCDCD. Windows color (decimal): -998485 or 11256816. OLE color: 11256816.
HSL color Cylindrical-coordinate representation of color #F0C3AB: hue angle of 20.87º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0C3AB is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 171 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.06 |
| HSL | 20.87º | 0.7% | 0.81% | - |
| HSV(B) | 20.87º | 0.29% | 0.94% | - |
| XYZ | 62.8 | 60.5 | 46.89 | - |
| YUV | 205.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 171 | 0 | 0.19 | 0.29 | 0.06 | 20.87 | 0.7 | 0.81 |
| Hex | F0 | C3 | AB | 0 | 13 | 1D | 6 | 15 | 46 | 51 |
| Octal | 360 | 303 | 253 | 0 | 23 | 35 | 6 | 25 | 106 | 121 |
| Binary | 11110000 | 11000011 | 10101011 | 0 | 10011 | 11101 | 110 | 10101 | 1000110 | 1010001 |
Color Harmonies of #F0C3AB
Complementary color
Monochromatic Colors of #F0C3AB
Black with #F0C3AB
Text Example
Text Example
White with #F0C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3AB; }
p { color: rgb(240,195,171); }
H1.HeaderClassName
{
color: #F0C3AB;
}
.AnyTagClassName
{
color: #F0C3AB;
}
</style>
background-color css
<style>
a { background-color: #F0C3AB; }
a { background-color: rgb(240,195,171); }
div.DivClassName
{
background-color: #F0C3AB;
}
.BgClassName
{
background-color: #F0C3AB;
}
</style>
border-color css
<style>
span { border-color: #F0C3AB; }
span { border-color: rgb(240,195,171); }
td.TdClassName
{
border-color: #F0C3AB;
}
.TagClassName
{
border-color: #F0C3AB;
}
</style>