Shades of Zinnwaldite #F0BCAB
Tints of Zinnwaldite #F0BCAB
RGB
CMYK
RGB Variations
Color information
#F0BCAB (or 0xF0BCAB) is known color: Zinnwaldite. HEX triplet: F0, BC and AB. RGB value is (240,188,171). Sum of RGB (Red+Green+Blue) = 240+188+171=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAB is #0F4354. Grayscale: #C9C9C9. Windows color (decimal): -1000277 or 11255024. OLE color: 11255024.
HSL color Cylindrical-coordinate representation of color #F0BCAB: hue angle of 14.78º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0BCAB is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 171 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.06 |
| HSL | 14.78º | 0.7% | 0.81% | - |
| HSV(B) | 14.78º | 0.29% | 0.94% | - |
| XYZ | 61.27 | 57.43 | 46.38 | - |
| YUV | 201.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 171 | 0 | 0.22 | 0.29 | 0.06 | 14.78 | 0.7 | 0.81 |
| Hex | F0 | BC | AB | 0 | 16 | 1D | 6 | F | 46 | 51 |
| Octal | 360 | 274 | 253 | 0 | 26 | 35 | 6 | 17 | 106 | 121 |
| Binary | 11110000 | 10111100 | 10101011 | 0 | 10110 | 11101 | 110 | 1111 | 1000110 | 1010001 |
Color Harmonies of #F0BCAB
Complementary color
Monochromatic Colors of #F0BCAB
Black with #F0BCAB
Text Example
Text Example
White with #F0BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCAB; }
p { color: rgb(240,188,171); }
H1.HeaderClassName
{
color: #F0BCAB;
}
.AnyTagClassName
{
color: #F0BCAB;
}
</style>
background-color css
<style>
a { background-color: #F0BCAB; }
a { background-color: rgb(240,188,171); }
div.DivClassName
{
background-color: #F0BCAB;
}
.BgClassName
{
background-color: #F0BCAB;
}
</style>
border-color css
<style>
span { border-color: #F0BCAB; }
span { border-color: rgb(240,188,171); }
td.TdClassName
{
border-color: #F0BCAB;
}
.TagClassName
{
border-color: #F0BCAB;
}
</style>