Shades of Zinnwaldite #F0C4AF
Tints of Zinnwaldite #F0C4AF
RGB
CMYK
RGB Variations
Color information
#F0C4AF (or 0xF0C4AF) is known color: Zinnwaldite. HEX triplet: F0, C4 and AF. RGB value is (240,196,175). Sum of RGB (Red+Green+Blue) = 240+196+175=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C4AF is #0F3B50. Grayscale: #CECECE. Windows color (decimal): -998225 or 11519216. OLE color: 11519216.
HSL color Cylindrical-coordinate representation of color #F0C4AF: hue angle of 19.38º degrees, saturation: 0.68, 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 #F0C4AF is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 175 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.06 |
| HSL | 19.38º | 0.68% | 0.81% | - |
| HSV(B) | 19.38º | 0.27% | 0.94% | - |
| XYZ | 63.41 | 61.1 | 49.01 | - |
| YUV | 206.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 175 | 0 | 0.18 | 0.27 | 0.06 | 19.38 | 0.68 | 0.81 |
| Hex | F0 | C4 | AF | 0 | 12 | 1B | 6 | 13 | 44 | 51 |
| Octal | 360 | 304 | 257 | 0 | 22 | 33 | 6 | 23 | 104 | 121 |
| Binary | 11110000 | 11000100 | 10101111 | 0 | 10010 | 11011 | 110 | 10011 | 1000100 | 1010001 |
Color Harmonies of #F0C4AF
Complementary color
Monochromatic Colors of #F0C4AF
Black with #F0C4AF
Text Example
Text Example
White with #F0C4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4AF; }
p { color: rgb(240,196,175); }
H1.HeaderClassName
{
color: #F0C4AF;
}
.AnyTagClassName
{
color: #F0C4AF;
}
</style>
background-color css
<style>
a { background-color: #F0C4AF; }
a { background-color: rgb(240,196,175); }
div.DivClassName
{
background-color: #F0C4AF;
}
.BgClassName
{
background-color: #F0C4AF;
}
</style>
border-color css
<style>
span { border-color: #F0C4AF; }
span { border-color: rgb(240,196,175); }
td.TdClassName
{
border-color: #F0C4AF;
}
.TagClassName
{
border-color: #F0C4AF;
}
</style>