Shades of Zinnwaldite #F0BCAC
Tints of Zinnwaldite #F0BCAC
RGB
CMYK
RGB Variations
Color information
#F0BCAC (or 0xF0BCAC) is known color: Zinnwaldite. HEX triplet: F0, BC and AC. RGB value is (240,188,172). Sum of RGB (Red+Green+Blue) = 240+188+172=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAC is #0F4353. Grayscale: #C9C9C9. Windows color (decimal): -1000276 or 11320560. OLE color: 11320560.
HSL color Cylindrical-coordinate representation of color #F0BCAC: hue angle of 14.12º 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 #F0BCAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 172 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.06 |
| HSL | 14.12º | 0.69% | 0.81% | - |
| HSV(B) | 14.12º | 0.28% | 0.94% | - |
| XYZ | 61.36 | 57.47 | 46.89 | - |
| YUV | 201.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 172 | 0 | 0.22 | 0.28 | 0.06 | 14.12 | 0.69 | 0.81 |
| Hex | F0 | BC | AC | 0 | 16 | 1C | 6 | E | 45 | 51 |
| Octal | 360 | 274 | 254 | 0 | 26 | 34 | 6 | 16 | 105 | 121 |
| Binary | 11110000 | 10111100 | 10101100 | 0 | 10110 | 11100 | 110 | 1110 | 1000101 | 1010001 |
Color Harmonies of #F0BCAC
Complementary color
Monochromatic Colors of #F0BCAC
Black with #F0BCAC
Text Example
Text Example
White with #F0BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCAC; }
p { color: rgb(240,188,172); }
H1.HeaderClassName
{
color: #F0BCAC;
}
.AnyTagClassName
{
color: #F0BCAC;
}
</style>
background-color css
<style>
a { background-color: #F0BCAC; }
a { background-color: rgb(240,188,172); }
div.DivClassName
{
background-color: #F0BCAC;
}
.BgClassName
{
background-color: #F0BCAC;
}
</style>
border-color css
<style>
span { border-color: #F0BCAC; }
span { border-color: rgb(240,188,172); }
td.TdClassName
{
border-color: #F0BCAC;
}
.TagClassName
{
border-color: #F0BCAC;
}
</style>