Shades of Zinnwaldite #F0C2AE
Tints of Zinnwaldite #F0C2AE
RGB
CMYK
RGB Variations
Color information
#F0C2AE (or 0xF0C2AE) is known color: Zinnwaldite. HEX triplet: F0, C2 and AE. RGB value is (240,194,174). Sum of RGB (Red+Green+Blue) = 240+194+174=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C2AE is #0F3D51. Grayscale: #CDCDCD. Windows color (decimal): -998738 or 11453168. OLE color: 11453168.
HSL color Cylindrical-coordinate representation of color #F0C2AE: hue angle of 18.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C2AE is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 194 | 174 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.06 |
| HSL | 18.18º | 0.69% | 0.81% | - |
| HSV(B) | 18.18º | 0.28% | 0.94% | - |
| XYZ | 62.87 | 60.16 | 48.34 | - |
| YUV | 205.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 194 | 174 | 0 | 0.19 | 0.28 | 0.06 | 18.18 | 0.69 | 0.81 |
| Hex | F0 | C2 | AE | 0 | 13 | 1C | 6 | 12 | 45 | 51 |
| Octal | 360 | 302 | 256 | 0 | 23 | 34 | 6 | 22 | 105 | 121 |
| Binary | 11110000 | 11000010 | 10101110 | 0 | 10011 | 11100 | 110 | 10010 | 1000101 | 1010001 |
Color Harmonies of #F0C2AE
Complementary color
Monochromatic Colors of #F0C2AE
Black with #F0C2AE
Text Example
Text Example
White with #F0C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C2AE; }
p { color: rgb(240,194,174); }
H1.HeaderClassName
{
color: #F0C2AE;
}
.AnyTagClassName
{
color: #F0C2AE;
}
</style>
background-color css
<style>
a { background-color: #F0C2AE; }
a { background-color: rgb(240,194,174); }
div.DivClassName
{
background-color: #F0C2AE;
}
.BgClassName
{
background-color: #F0C2AE;
}
</style>
border-color css
<style>
span { border-color: #F0C2AE; }
span { border-color: rgb(240,194,174); }
td.TdClassName
{
border-color: #F0C2AE;
}
.TagClassName
{
border-color: #F0C2AE;
}
</style>