Shades of Zinnwaldite #F0C2AD
Tints of Zinnwaldite #F0C2AD
RGB
CMYK
RGB Variations
Color information
#F0C2AD (or 0xF0C2AD) is known color: Zinnwaldite. HEX triplet: F0, C2 and AD. RGB value is (240,194,173). Sum of RGB (Red+Green+Blue) = 240+194+173=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AD is #0F3D52. Grayscale: #CDCDCD. Windows color (decimal): -998739 or 11387632. OLE color: 11387632.
HSL color Cylindrical-coordinate representation of color #F0C2AD: hue angle of 18.81º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0C2AD is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 173 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.06 |
| HSL | 18.81º | 0.69% | 0.81% | - |
| HSV(B) | 18.81º | 0.28% | 0.94% | - |
| XYZ | 62.77 | 60.13 | 47.83 | - |
| YUV | 205.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 173 | 0 | 0.19 | 0.28 | 0.06 | 18.81 | 0.69 | 0.81 |
| Hex | F0 | C2 | AD | 0 | 13 | 1C | 6 | 13 | 45 | 51 |
| Octal | 360 | 302 | 255 | 0 | 23 | 34 | 6 | 23 | 105 | 121 |
| Binary | 11110000 | 11000010 | 10101101 | 0 | 10011 | 11100 | 110 | 10011 | 1000101 | 1010001 |
Color Harmonies of #F0C2AD
Complementary color
Monochromatic Colors of #F0C2AD
Black with #F0C2AD
Text Example
Text Example
White with #F0C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C2AD; }
p { color: rgb(240,194,173); }
H1.HeaderClassName
{
color: #F0C2AD;
}
.AnyTagClassName
{
color: #F0C2AD;
}
</style>
background-color css
<style>
a { background-color: #F0C2AD; }
a { background-color: rgb(240,194,173); }
div.DivClassName
{
background-color: #F0C2AD;
}
.BgClassName
{
background-color: #F0C2AD;
}
</style>
border-color css
<style>
span { border-color: #F0C2AD; }
span { border-color: rgb(240,194,173); }
td.TdClassName
{
border-color: #F0C2AD;
}
.TagClassName
{
border-color: #F0C2AD;
}
</style>