Shades of Zinnwaldite #F4BFAC
Tints of Zinnwaldite #F4BFAC
RGB
CMYK
RGB Variations
Color information
#F4BFAC (or 0xF4BFAC) is known color: Zinnwaldite. HEX triplet: F4, BF and AC. RGB value is (244,191,172). Sum of RGB (Red+Green+Blue) = 244+191+172=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFAC is #0B4053. Grayscale: #CCCCCC. Windows color (decimal): -737364 or 11321332. OLE color: 11321332.
HSL color Cylindrical-coordinate representation of color #F4BFAC: hue angle of 15.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4BFAC is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 172 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.04 |
| HSL | 15.83º | 0.77% | 0.82% | - |
| HSV(B) | 15.83º | 0.3% | 0.96% | - |
| XYZ | 63.39 | 59.47 | 47.17 | - |
| YUV | 204.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 172 | 0 | 0.22 | 0.30 | 0.04 | 15.83 | 0.77 | 0.82 |
| Hex | F4 | BF | AC | 0 | 16 | 1E | 4 | 10 | 4D | 52 |
| Octal | 364 | 277 | 254 | 0 | 26 | 36 | 4 | 20 | 115 | 122 |
| Binary | 11110100 | 10111111 | 10101100 | 0 | 10110 | 11110 | 100 | 10000 | 1001101 | 1010010 |
Color Harmonies of #F4BFAC
Complementary color
Monochromatic Colors of #F4BFAC
Black with #F4BFAC
Text Example
Text Example
White with #F4BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFAC; }
p { color: rgb(244,191,172); }
H1.HeaderClassName
{
color: #F4BFAC;
}
.AnyTagClassName
{
color: #F4BFAC;
}
</style>
background-color css
<style>
a { background-color: #F4BFAC; }
a { background-color: rgb(244,191,172); }
div.DivClassName
{
background-color: #F4BFAC;
}
.BgClassName
{
background-color: #F4BFAC;
}
</style>
border-color css
<style>
span { border-color: #F4BFAC; }
span { border-color: rgb(244,191,172); }
td.TdClassName
{
border-color: #F4BFAC;
}
.TagClassName
{
border-color: #F4BFAC;
}
</style>