Shades of Zinnwaldite #F0C3AF
Tints of Zinnwaldite #F0C3AF
RGB
CMYK
RGB Variations
Color information
#F0C3AF (or 0xF0C3AF) is known color: Zinnwaldite. HEX triplet: F0, C3 and AF. RGB value is (240,195,175). Sum of RGB (Red+Green+Blue) = 240+195+175=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C3AF is #0F3C50. Grayscale: #CECECE. Windows color (decimal): -998481 or 11518960. OLE color: 11518960.
HSL color Cylindrical-coordinate representation of color #F0C3AF: hue angle of 18.46º 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 #F0C3AF is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 175 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.06 |
| HSL | 18.46º | 0.68% | 0.81% | - |
| HSV(B) | 18.46º | 0.27% | 0.94% | - |
| XYZ | 63.19 | 60.65 | 48.93 | - |
| YUV | 206.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 175 | 0 | 0.19 | 0.27 | 0.06 | 18.46 | 0.68 | 0.81 |
| Hex | F0 | C3 | AF | 0 | 13 | 1B | 6 | 12 | 44 | 51 |
| Octal | 360 | 303 | 257 | 0 | 23 | 33 | 6 | 22 | 104 | 121 |
| Binary | 11110000 | 11000011 | 10101111 | 0 | 10011 | 11011 | 110 | 10010 | 1000100 | 1010001 |
Color Harmonies of #F0C3AF
Complementary color
Monochromatic Colors of #F0C3AF
Black with #F0C3AF
Text Example
Text Example
White with #F0C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3AF; }
p { color: rgb(240,195,175); }
H1.HeaderClassName
{
color: #F0C3AF;
}
.AnyTagClassName
{
color: #F0C3AF;
}
</style>
background-color css
<style>
a { background-color: #F0C3AF; }
a { background-color: rgb(240,195,175); }
div.DivClassName
{
background-color: #F0C3AF;
}
.BgClassName
{
background-color: #F0C3AF;
}
</style>
border-color css
<style>
span { border-color: #F0C3AF; }
span { border-color: rgb(240,195,175); }
td.TdClassName
{
border-color: #F0C3AF;
}
.TagClassName
{
border-color: #F0C3AF;
}
</style>