Shades of Zinnwaldite #F4BFAB
Tints of Zinnwaldite #F4BFAB
RGB
CMYK
RGB Variations
Color information
#F4BFAB (or 0xF4BFAB) is known color: Zinnwaldite. HEX triplet: F4, BF and AB. RGB value is (244,191,171). Sum of RGB (Red+Green+Blue) = 244+191+171=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFAB is #0B4054. Grayscale: #CCCCCC. Windows color (decimal): -737365 or 11255796. OLE color: 11255796.
HSL color Cylindrical-coordinate representation of color #F4BFAB: hue angle of 16.44º 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 #F4BFAB is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 171 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.04 |
| HSL | 16.44º | 0.77% | 0.81% | - |
| HSV(B) | 16.44º | 0.3% | 0.96% | - |
| XYZ | 63.29 | 59.43 | 46.66 | - |
| YUV | 204.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 171 | 0 | 0.22 | 0.30 | 0.04 | 16.44 | 0.77 | 0.81 |
| Hex | F4 | BF | AB | 0 | 16 | 1E | 4 | 10 | 4D | 51 |
| Octal | 364 | 277 | 253 | 0 | 26 | 36 | 4 | 20 | 115 | 121 |
| Binary | 11110100 | 10111111 | 10101011 | 0 | 10110 | 11110 | 100 | 10000 | 1001101 | 1010001 |
Color Harmonies of #F4BFAB
Complementary color
Monochromatic Colors of #F4BFAB
Black with #F4BFAB
Text Example
Text Example
White with #F4BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFAB; }
p { color: rgb(244,191,171); }
H1.HeaderClassName
{
color: #F4BFAB;
}
.AnyTagClassName
{
color: #F4BFAB;
}
</style>
background-color css
<style>
a { background-color: #F4BFAB; }
a { background-color: rgb(244,191,171); }
div.DivClassName
{
background-color: #F4BFAB;
}
.BgClassName
{
background-color: #F4BFAB;
}
</style>
border-color css
<style>
span { border-color: #F4BFAB; }
span { border-color: rgb(244,191,171); }
td.TdClassName
{
border-color: #F4BFAB;
}
.TagClassName
{
border-color: #F4BFAB;
}
</style>