Shades of Zinnwaldite #F0BFAC
Tints of Zinnwaldite #F0BFAC
RGB
CMYK
RGB Variations
Color information
#F0BFAC (or 0xF0BFAC) is known color: Zinnwaldite. HEX triplet: F0, BF and AC. RGB value is (240,191,172). Sum of RGB (Red+Green+Blue) = 240+191+172=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFAC is #0F4053. Grayscale: #CBCBCB. Windows color (decimal): -999508 or 11321328. OLE color: 11321328.
HSL color Cylindrical-coordinate representation of color #F0BFAC: hue angle of 16.76º 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 #F0BFAC is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 172 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.06 |
| HSL | 16.76º | 0.69% | 0.81% | - |
| HSV(B) | 16.76º | 0.28% | 0.94% | - |
| XYZ | 62.01 | 58.77 | 47.1 | - |
| YUV | 203.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 172 | 0 | 0.20 | 0.28 | 0.06 | 16.76 | 0.69 | 0.81 |
| Hex | F0 | BF | AC | 0 | 14 | 1C | 6 | 11 | 45 | 51 |
| Octal | 360 | 277 | 254 | 0 | 24 | 34 | 6 | 21 | 105 | 121 |
| Binary | 11110000 | 10111111 | 10101100 | 0 | 10100 | 11100 | 110 | 10001 | 1000101 | 1010001 |
Color Harmonies of #F0BFAC
Complementary color
Monochromatic Colors of #F0BFAC
Black with #F0BFAC
Text Example
Text Example
White with #F0BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFAC; }
p { color: rgb(240,191,172); }
H1.HeaderClassName
{
color: #F0BFAC;
}
.AnyTagClassName
{
color: #F0BFAC;
}
</style>
background-color css
<style>
a { background-color: #F0BFAC; }
a { background-color: rgb(240,191,172); }
div.DivClassName
{
background-color: #F0BFAC;
}
.BgClassName
{
background-color: #F0BFAC;
}
</style>
border-color css
<style>
span { border-color: #F0BFAC; }
span { border-color: rgb(240,191,172); }
td.TdClassName
{
border-color: #F0BFAC;
}
.TagClassName
{
border-color: #F0BFAC;
}
</style>