Shades of Zinnwaldite #F2BDAB
Tints of Zinnwaldite #F2BDAB
RGB
CMYK
RGB Variations
Color information
#F2BDAB (or 0xF2BDAB) is known color: Zinnwaldite. HEX triplet: F2, BD and AB. RGB value is (242,189,171). Sum of RGB (Red+Green+Blue) = 242+189+171=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BDAB is #0D4254. Grayscale: #CACACA. Windows color (decimal): -868949 or 11255282. OLE color: 11255282.
HSL color Cylindrical-coordinate representation of color #F2BDAB: hue angle of 15.21º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2BDAB is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 171 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.05 |
| HSL | 15.21º | 0.73% | 0.81% | - |
| HSV(B) | 15.21º | 0.29% | 0.95% | - |
| XYZ | 62.17 | 58.21 | 46.49 | - |
| YUV | 202.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 171 | 0 | 0.22 | 0.29 | 0.05 | 15.21 | 0.73 | 0.81 |
| Hex | F2 | BD | AB | 0 | 16 | 1D | 5 | F | 49 | 51 |
| Octal | 362 | 275 | 253 | 0 | 26 | 35 | 5 | 17 | 111 | 121 |
| Binary | 11110010 | 10111101 | 10101011 | 0 | 10110 | 11101 | 101 | 1111 | 1001001 | 1010001 |
Color Harmonies of #F2BDAB
Complementary color
Monochromatic Colors of #F2BDAB
Black with #F2BDAB
Text Example
Text Example
White with #F2BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDAB; }
p { color: rgb(242,189,171); }
H1.HeaderClassName
{
color: #F2BDAB;
}
.AnyTagClassName
{
color: #F2BDAB;
}
</style>
background-color css
<style>
a { background-color: #F2BDAB; }
a { background-color: rgb(242,189,171); }
div.DivClassName
{
background-color: #F2BDAB;
}
.BgClassName
{
background-color: #F2BDAB;
}
</style>
border-color css
<style>
span { border-color: #F2BDAB; }
span { border-color: rgb(242,189,171); }
td.TdClassName
{
border-color: #F2BDAB;
}
.TagClassName
{
border-color: #F2BDAB;
}
</style>