Shades of Zinnwaldite #F5BFA8
Tints of Zinnwaldite #F5BFA8
RGB
CMYK
RGB Variations
Color information
#F5BFA8 (or 0xF5BFA8) is known color: Zinnwaldite. HEX triplet: F5, BF and A8. RGB value is (245,191,168). Sum of RGB (Red+Green+Blue) = 245+191+168=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 168 (66.02% from 255 or 27.81% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5BFA8 is #0A4057. Grayscale: #CCCCCC. Windows color (decimal): -671832 or 11059189. OLE color: 11059189.
HSL color Cylindrical-coordinate representation of color #F5BFA8: hue angle of 17.92º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5BFA8 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 168 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.04 |
| HSL | 17.92º | 0.79% | 0.81% | - |
| HSV(B) | 17.92º | 0.31% | 0.96% | - |
| XYZ | 63.35 | 59.5 | 45.19 | - |
| YUV | 204.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 168 | 0 | 0.22 | 0.31 | 0.04 | 17.92 | 0.79 | 0.81 |
| Hex | F5 | BF | A8 | 0 | 16 | 1F | 4 | 12 | 4F | 51 |
| Octal | 365 | 277 | 250 | 0 | 26 | 37 | 4 | 22 | 117 | 121 |
| Binary | 11110101 | 10111111 | 10101000 | 0 | 10110 | 11111 | 100 | 10010 | 1001111 | 1010001 |
Color Harmonies of #F5BFA8
Complementary color
Monochromatic Colors of #F5BFA8
Black with #F5BFA8
Text Example
Text Example
White with #F5BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFA8; }
p { color: rgb(245,191,168); }
H1.HeaderClassName
{
color: #F5BFA8;
}
.AnyTagClassName
{
color: #F5BFA8;
}
</style>
background-color css
<style>
a { background-color: #F5BFA8; }
a { background-color: rgb(245,191,168); }
div.DivClassName
{
background-color: #F5BFA8;
}
.BgClassName
{
background-color: #F5BFA8;
}
</style>
border-color css
<style>
span { border-color: #F5BFA8; }
span { border-color: rgb(245,191,168); }
td.TdClassName
{
border-color: #F5BFA8;
}
.TagClassName
{
border-color: #F5BFA8;
}
</style>