Shades of Zinnwaldite #F6BFAA
Tints of Zinnwaldite #F6BFAA
RGB
CMYK
RGB Variations
Color information
#F6BFAA (or 0xF6BFAA) is known color: Zinnwaldite. HEX triplet: F6, BF and AA. RGB value is (246,191,170). Sum of RGB (Red+Green+Blue) = 246+191+170=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6BFAA is #094055. Grayscale: #CDCDCD. Windows color (decimal): -606294 or 11190262. OLE color: 11190262.
HSL color Cylindrical-coordinate representation of color #F6BFAA: hue angle of 16.58º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6BFAA is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 191 | 170 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.04 |
| HSL | 16.58º | 0.81% | 0.82% | - |
| HSV(B) | 16.58º | 0.31% | 0.96% | - |
| XYZ | 63.89 | 59.76 | 46.2 | - |
| YUV | 205.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 191 | 170 | 0 | 0.22 | 0.31 | 0.04 | 16.58 | 0.81 | 0.82 |
| Hex | F6 | BF | AA | 0 | 16 | 1F | 4 | 11 | 51 | 52 |
| Octal | 366 | 277 | 252 | 0 | 26 | 37 | 4 | 21 | 121 | 122 |
| Binary | 11110110 | 10111111 | 10101010 | 0 | 10110 | 11111 | 100 | 10001 | 1010001 | 1010010 |
Color Harmonies of #F6BFAA
Complementary color
Monochromatic Colors of #F6BFAA
Black with #F6BFAA
Text Example
Text Example
White with #F6BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BFAA; }
p { color: rgb(246,191,170); }
H1.HeaderClassName
{
color: #F6BFAA;
}
.AnyTagClassName
{
color: #F6BFAA;
}
</style>
background-color css
<style>
a { background-color: #F6BFAA; }
a { background-color: rgb(246,191,170); }
div.DivClassName
{
background-color: #F6BFAA;
}
.BgClassName
{
background-color: #F6BFAA;
}
</style>
border-color css
<style>
span { border-color: #F6BFAA; }
span { border-color: rgb(246,191,170); }
td.TdClassName
{
border-color: #F6BFAA;
}
.TagClassName
{
border-color: #F6BFAA;
}
</style>