Shades of Zinnwaldite #F4BFAA
Tints of Zinnwaldite #F4BFAA
RGB
CMYK
RGB Variations
Color information
#F4BFAA (or 0xF4BFAA) is known color: Zinnwaldite. HEX triplet: F4, BF and AA. RGB value is (244,191,170). Sum of RGB (Red+Green+Blue) = 244+191+170=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFAA is #0B4055. Grayscale: #CCCCCC. Windows color (decimal): -737366 or 11190260. OLE color: 11190260.
HSL color Cylindrical-coordinate representation of color #F4BFAA: hue angle of 17.03º 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 #F4BFAA is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 170 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.04 |
| HSL | 17.03º | 0.77% | 0.81% | - |
| HSV(B) | 17.03º | 0.3% | 0.96% | - |
| XYZ | 63.19 | 59.4 | 46.16 | - |
| YUV | 204.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 170 | 0 | 0.22 | 0.30 | 0.04 | 17.03 | 0.77 | 0.81 |
| Hex | F4 | BF | AA | 0 | 16 | 1E | 4 | 11 | 4D | 51 |
| Octal | 364 | 277 | 252 | 0 | 26 | 36 | 4 | 21 | 115 | 121 |
| Binary | 11110100 | 10111111 | 10101010 | 0 | 10110 | 11110 | 100 | 10001 | 1001101 | 1010001 |
Color Harmonies of #F4BFAA
Complementary color
Monochromatic Colors of #F4BFAA
Black with #F4BFAA
Text Example
Text Example
White with #F4BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFAA; }
p { color: rgb(244,191,170); }
H1.HeaderClassName
{
color: #F4BFAA;
}
.AnyTagClassName
{
color: #F4BFAA;
}
</style>
background-color css
<style>
a { background-color: #F4BFAA; }
a { background-color: rgb(244,191,170); }
div.DivClassName
{
background-color: #F4BFAA;
}
.BgClassName
{
background-color: #F4BFAA;
}
</style>
border-color css
<style>
span { border-color: #F4BFAA; }
span { border-color: rgb(244,191,170); }
td.TdClassName
{
border-color: #F4BFAA;
}
.TagClassName
{
border-color: #F4BFAA;
}
</style>