Shades of Zinnwaldite #F0C3AC
Tints of Zinnwaldite #F0C3AC
RGB
CMYK
RGB Variations
Color information
#F0C3AC (or 0xF0C3AC) is known color: Zinnwaldite. HEX triplet: F0, C3 and AC. RGB value is (240,195,172). Sum of RGB (Red+Green+Blue) = 240+195+172=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C3AC is #0F3C53. Grayscale: #CDCDCD. Windows color (decimal): -998484 or 11322352. OLE color: 11322352.
HSL color Cylindrical-coordinate representation of color #F0C3AC: hue angle of 20.29º 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 #F0C3AC is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 172 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.06 |
| HSL | 20.29º | 0.69% | 0.81% | - |
| HSV(B) | 20.29º | 0.28% | 0.94% | - |
| XYZ | 62.9 | 60.53 | 47.4 | - |
| YUV | 205.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 172 | 0 | 0.19 | 0.28 | 0.06 | 20.29 | 0.69 | 0.81 |
| Hex | F0 | C3 | AC | 0 | 13 | 1C | 6 | 14 | 45 | 51 |
| Octal | 360 | 303 | 254 | 0 | 23 | 34 | 6 | 24 | 105 | 121 |
| Binary | 11110000 | 11000011 | 10101100 | 0 | 10011 | 11100 | 110 | 10100 | 1000101 | 1010001 |
Color Harmonies of #F0C3AC
Complementary color
Monochromatic Colors of #F0C3AC
Black with #F0C3AC
Text Example
Text Example
White with #F0C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3AC; }
p { color: rgb(240,195,172); }
H1.HeaderClassName
{
color: #F0C3AC;
}
.AnyTagClassName
{
color: #F0C3AC;
}
</style>
background-color css
<style>
a { background-color: #F0C3AC; }
a { background-color: rgb(240,195,172); }
div.DivClassName
{
background-color: #F0C3AC;
}
.BgClassName
{
background-color: #F0C3AC;
}
</style>
border-color css
<style>
span { border-color: #F0C3AC; }
span { border-color: rgb(240,195,172); }
td.TdClassName
{
border-color: #F0C3AC;
}
.TagClassName
{
border-color: #F0C3AC;
}
</style>