Shades of Zinnwaldite #F5BFAC
Tints of Zinnwaldite #F5BFAC
RGB
CMYK
RGB Variations
Color information
#F5BFAC (or 0xF5BFAC) is known color: Zinnwaldite. HEX triplet: F5, BF and AC. RGB value is (245,191,172). Sum of RGB (Red+Green+Blue) = 245+191+172=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFAC is #0A4053. Grayscale: #CDCDCD. Windows color (decimal): -671828 or 11321333. OLE color: 11321333.
HSL color Cylindrical-coordinate representation of color #F5BFAC: hue angle of 15.62º degrees, saturation: 0.78, 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 #F5BFAC is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 172 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.04 |
| HSL | 15.62º | 0.78% | 0.82% | - |
| HSV(B) | 15.62º | 0.3% | 0.96% | - |
| XYZ | 63.73 | 59.65 | 47.18 | - |
| YUV | 204.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 172 | 0 | 0.22 | 0.30 | 0.04 | 15.62 | 0.78 | 0.82 |
| Hex | F5 | BF | AC | 0 | 16 | 1E | 4 | 10 | 4E | 52 |
| Octal | 365 | 277 | 254 | 0 | 26 | 36 | 4 | 20 | 116 | 122 |
| Binary | 11110101 | 10111111 | 10101100 | 0 | 10110 | 11110 | 100 | 10000 | 1001110 | 1010010 |
Color Harmonies of #F5BFAC
Complementary color
Monochromatic Colors of #F5BFAC
Black with #F5BFAC
Text Example
Text Example
White with #F5BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFAC; }
p { color: rgb(245,191,172); }
H1.HeaderClassName
{
color: #F5BFAC;
}
.AnyTagClassName
{
color: #F5BFAC;
}
</style>
background-color css
<style>
a { background-color: #F5BFAC; }
a { background-color: rgb(245,191,172); }
div.DivClassName
{
background-color: #F5BFAC;
}
.BgClassName
{
background-color: #F5BFAC;
}
</style>
border-color css
<style>
span { border-color: #F5BFAC; }
span { border-color: rgb(245,191,172); }
td.TdClassName
{
border-color: #F5BFAC;
}
.TagClassName
{
border-color: #F5BFAC;
}
</style>