Shades of Zinnwaldite #F0BFAA
Tints of Zinnwaldite #F0BFAA
RGB
CMYK
RGB Variations
Color information
#F0BFAA (or 0xF0BFAA) is known color: Zinnwaldite. HEX triplet: F0, BF and AA. RGB value is (240,191,170). Sum of RGB (Red+Green+Blue) = 240+191+170=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFAA is #0F4055. Grayscale: #CBCBCB. Windows color (decimal): -999510 or 11190256. OLE color: 11190256.
HSL color Cylindrical-coordinate representation of color #F0BFAA: hue angle of 18º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0BFAA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 170 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.06 |
| HSL | 18º | 0.7% | 0.8% | - |
| HSV(B) | 18º | 0.29% | 0.94% | - |
| XYZ | 61.82 | 58.69 | 46.1 | - |
| YUV | 203.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 170 | 0 | 0.20 | 0.29 | 0.06 | 18 | 0.7 | 0.8 |
| Hex | F0 | BF | AA | 0 | 14 | 1D | 6 | 12 | 46 | 50 |
| Octal | 360 | 277 | 252 | 0 | 24 | 35 | 6 | 22 | 106 | 120 |
| Binary | 11110000 | 10111111 | 10101010 | 0 | 10100 | 11101 | 110 | 10010 | 1000110 | 1010000 |
Color Harmonies of #F0BFAA
Complementary color
Monochromatic Colors of #F0BFAA
Black with #F0BFAA
Text Example
Text Example
White with #F0BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFAA; }
p { color: rgb(240,191,170); }
H1.HeaderClassName
{
color: #F0BFAA;
}
.AnyTagClassName
{
color: #F0BFAA;
}
</style>
background-color css
<style>
a { background-color: #F0BFAA; }
a { background-color: rgb(240,191,170); }
div.DivClassName
{
background-color: #F0BFAA;
}
.BgClassName
{
background-color: #F0BFAA;
}
</style>
border-color css
<style>
span { border-color: #F0BFAA; }
span { border-color: rgb(240,191,170); }
td.TdClassName
{
border-color: #F0BFAA;
}
.TagClassName
{
border-color: #F0BFAA;
}
</style>