Shades of Zinnwaldite #F2BFAC
Tints of Zinnwaldite #F2BFAC
RGB
CMYK
RGB Variations
Color information
#F2BFAC (or 0xF2BFAC) is known color: Zinnwaldite. HEX triplet: F2, BF and AC. RGB value is (242,191,172). Sum of RGB (Red+Green+Blue) = 242+191+172=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BFAC is #0D4053. Grayscale: #CCCCCC. Windows color (decimal): -868436 or 11321330. OLE color: 11321330.
HSL color Cylindrical-coordinate representation of color #F2BFAC: hue angle of 16.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2BFAC is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 172 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.05 |
| HSL | 16.29º | 0.73% | 0.81% | - |
| HSV(B) | 16.29º | 0.29% | 0.95% | - |
| XYZ | 62.7 | 59.12 | 47.14 | - |
| YUV | 204.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 172 | 0 | 0.21 | 0.29 | 0.05 | 16.29 | 0.73 | 0.81 |
| Hex | F2 | BF | AC | 0 | 15 | 1D | 5 | 10 | 49 | 51 |
| Octal | 362 | 277 | 254 | 0 | 25 | 35 | 5 | 20 | 111 | 121 |
| Binary | 11110010 | 10111111 | 10101100 | 0 | 10101 | 11101 | 101 | 10000 | 1001001 | 1010001 |
Color Harmonies of #F2BFAC
Complementary color
Monochromatic Colors of #F2BFAC
Black with #F2BFAC
Text Example
Text Example
White with #F2BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFAC; }
p { color: rgb(242,191,172); }
H1.HeaderClassName
{
color: #F2BFAC;
}
.AnyTagClassName
{
color: #F2BFAC;
}
</style>
background-color css
<style>
a { background-color: #F2BFAC; }
a { background-color: rgb(242,191,172); }
div.DivClassName
{
background-color: #F2BFAC;
}
.BgClassName
{
background-color: #F2BFAC;
}
</style>
border-color css
<style>
span { border-color: #F2BFAC; }
span { border-color: rgb(242,191,172); }
td.TdClassName
{
border-color: #F2BFAC;
}
.TagClassName
{
border-color: #F2BFAC;
}
</style>