Shades of Zinnwaldite #F2BDA9
Tints of Zinnwaldite #F2BDA9
RGB
CMYK
RGB Variations
Color information
#F2BDA9 (or 0xF2BDA9) is known color: Zinnwaldite. HEX triplet: F2, BD and A9. RGB value is (242,189,169). Sum of RGB (Red+Green+Blue) = 242+189+169=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDA9 is #0D4256. Grayscale: #CACACA. Windows color (decimal): -868951 or 11124210. OLE color: 11124210.
HSL color Cylindrical-coordinate representation of color #F2BDA9: hue angle of 16.44º degrees, saturation: 0.74, 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 #F2BDA9 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 169 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.05 |
| HSL | 16.44º | 0.74% | 0.81% | - |
| HSV(B) | 16.44º | 0.3% | 0.95% | - |
| XYZ | 61.98 | 58.14 | 45.49 | - |
| YUV | 202.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 169 | 0 | 0.22 | 0.30 | 0.05 | 16.44 | 0.74 | 0.81 |
| Hex | F2 | BD | A9 | 0 | 16 | 1E | 5 | 10 | 4A | 51 |
| Octal | 362 | 275 | 251 | 0 | 26 | 36 | 5 | 20 | 112 | 121 |
| Binary | 11110010 | 10111101 | 10101001 | 0 | 10110 | 11110 | 101 | 10000 | 1001010 | 1010001 |
Color Harmonies of #F2BDA9
Complementary color
Monochromatic Colors of #F2BDA9
Black with #F2BDA9
Text Example
Text Example
White with #F2BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDA9; }
p { color: rgb(242,189,169); }
H1.HeaderClassName
{
color: #F2BDA9;
}
.AnyTagClassName
{
color: #F2BDA9;
}
</style>
background-color css
<style>
a { background-color: #F2BDA9; }
a { background-color: rgb(242,189,169); }
div.DivClassName
{
background-color: #F2BDA9;
}
.BgClassName
{
background-color: #F2BDA9;
}
</style>
border-color css
<style>
span { border-color: #F2BDA9; }
span { border-color: rgb(242,189,169); }
td.TdClassName
{
border-color: #F2BDA9;
}
.TagClassName
{
border-color: #F2BDA9;
}
</style>