Shades of Zinnwaldite #F2BDAA
Tints of Zinnwaldite #F2BDAA
RGB
CMYK
RGB Variations
Color information
#F2BDAA (or 0xF2BDAA) is known color: Zinnwaldite. HEX triplet: F2, BD and AA. RGB value is (242,189,170). Sum of RGB (Red+Green+Blue) = 242+189+170=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDAA is #0D4255. Grayscale: #CACACA. Windows color (decimal): -868950 or 11189746. OLE color: 11189746.
HSL color Cylindrical-coordinate representation of color #F2BDAA: hue angle of 15.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2BDAA is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 170 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.05 |
| HSL | 15.83º | 0.73% | 0.81% | - |
| HSV(B) | 15.83º | 0.3% | 0.95% | - |
| XYZ | 62.07 | 58.17 | 45.99 | - |
| YUV | 202.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 170 | 0 | 0.22 | 0.30 | 0.05 | 15.83 | 0.73 | 0.81 |
| Hex | F2 | BD | AA | 0 | 16 | 1E | 5 | 10 | 49 | 51 |
| Octal | 362 | 275 | 252 | 0 | 26 | 36 | 5 | 20 | 111 | 121 |
| Binary | 11110010 | 10111101 | 10101010 | 0 | 10110 | 11110 | 101 | 10000 | 1001001 | 1010001 |
Color Harmonies of #F2BDAA
Complementary color
Monochromatic Colors of #F2BDAA
Black with #F2BDAA
Text Example
Text Example
White with #F2BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDAA; }
p { color: rgb(242,189,170); }
H1.HeaderClassName
{
color: #F2BDAA;
}
.AnyTagClassName
{
color: #F2BDAA;
}
</style>
background-color css
<style>
a { background-color: #F2BDAA; }
a { background-color: rgb(242,189,170); }
div.DivClassName
{
background-color: #F2BDAA;
}
.BgClassName
{
background-color: #F2BDAA;
}
</style>
border-color css
<style>
span { border-color: #F2BDAA; }
span { border-color: rgb(242,189,170); }
td.TdClassName
{
border-color: #F2BDAA;
}
.TagClassName
{
border-color: #F2BDAA;
}
</style>