Shades of Zinnwaldite #F0BFAB
Tints of Zinnwaldite #F0BFAB
RGB
CMYK
RGB Variations
Color information
#F0BFAB (or 0xF0BFAB) is known color: Zinnwaldite. HEX triplet: F0, BF and AB. RGB value is (240,191,171). Sum of RGB (Red+Green+Blue) = 240+191+171=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFAB is #0F4054. Grayscale: #CBCBCB. Windows color (decimal): -999509 or 11255792. OLE color: 11255792.
HSL color Cylindrical-coordinate representation of color #F0BFAB: hue angle of 17.39º 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 #F0BFAB is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 171 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.06 |
| HSL | 17.39º | 0.7% | 0.81% | - |
| HSV(B) | 17.39º | 0.29% | 0.94% | - |
| XYZ | 61.92 | 58.73 | 46.6 | - |
| YUV | 203.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 171 | 0 | 0.20 | 0.29 | 0.06 | 17.39 | 0.7 | 0.81 |
| Hex | F0 | BF | AB | 0 | 14 | 1D | 6 | 11 | 46 | 51 |
| Octal | 360 | 277 | 253 | 0 | 24 | 35 | 6 | 21 | 106 | 121 |
| Binary | 11110000 | 10111111 | 10101011 | 0 | 10100 | 11101 | 110 | 10001 | 1000110 | 1010001 |
Color Harmonies of #F0BFAB
Complementary color
Monochromatic Colors of #F0BFAB
Black with #F0BFAB
Text Example
Text Example
White with #F0BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFAB; }
p { color: rgb(240,191,171); }
H1.HeaderClassName
{
color: #F0BFAB;
}
.AnyTagClassName
{
color: #F0BFAB;
}
</style>
background-color css
<style>
a { background-color: #F0BFAB; }
a { background-color: rgb(240,191,171); }
div.DivClassName
{
background-color: #F0BFAB;
}
.BgClassName
{
background-color: #F0BFAB;
}
</style>
border-color css
<style>
span { border-color: #F0BFAB; }
span { border-color: rgb(240,191,171); }
td.TdClassName
{
border-color: #F0BFAB;
}
.TagClassName
{
border-color: #F0BFAB;
}
</style>