Shades of Zinnwaldite #F4BDAA
Tints of Zinnwaldite #F4BDAA
RGB
CMYK
RGB Variations
Color information
#F4BDAA (or 0xF4BDAA) is known color: Zinnwaldite. HEX triplet: F4, BD and AA. RGB value is (244,189,170). Sum of RGB (Red+Green+Blue) = 244+189+170=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BDAA is #0B4255. Grayscale: #CBCBCB. Windows color (decimal): -737878 or 11189748. OLE color: 11189748.
HSL color Cylindrical-coordinate representation of color #F4BDAA: hue angle of 15.41º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BDAA is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 170 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.04 |
| HSL | 15.41º | 0.77% | 0.81% | - |
| HSV(B) | 15.41º | 0.3% | 0.96% | - |
| XYZ | 62.76 | 58.53 | 46.02 | - |
| YUV | 203.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 170 | 0 | 0.23 | 0.30 | 0.04 | 15.41 | 0.77 | 0.81 |
| Hex | F4 | BD | AA | 0 | 17 | 1E | 4 | F | 4D | 51 |
| Octal | 364 | 275 | 252 | 0 | 27 | 36 | 4 | 17 | 115 | 121 |
| Binary | 11110100 | 10111101 | 10101010 | 0 | 10111 | 11110 | 100 | 1111 | 1001101 | 1010001 |
Color Harmonies of #F4BDAA
Complementary color
Monochromatic Colors of #F4BDAA
Black with #F4BDAA
Text Example
Text Example
White with #F4BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDAA; }
p { color: rgb(244,189,170); }
H1.HeaderClassName
{
color: #F4BDAA;
}
.AnyTagClassName
{
color: #F4BDAA;
}
</style>
background-color css
<style>
a { background-color: #F4BDAA; }
a { background-color: rgb(244,189,170); }
div.DivClassName
{
background-color: #F4BDAA;
}
.BgClassName
{
background-color: #F4BDAA;
}
</style>
border-color css
<style>
span { border-color: #F4BDAA; }
span { border-color: rgb(244,189,170); }
td.TdClassName
{
border-color: #F4BDAA;
}
.TagClassName
{
border-color: #F4BDAA;
}
</style>