Shades of Zinnwaldite #F4BFA8
Tints of Zinnwaldite #F4BFA8
RGB
CMYK
RGB Variations
Color information
#F4BFA8 (or 0xF4BFA8) is known color: Zinnwaldite. HEX triplet: F4, BF and A8. RGB value is (244,191,168). Sum of RGB (Red+Green+Blue) = 244+191+168=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BFA8 is #0B4057. Grayscale: #CCCCCC. Windows color (decimal): -737368 or 11059188. OLE color: 11059188.
HSL color Cylindrical-coordinate representation of color #F4BFA8: hue angle of 18.16º degrees, saturation: 0.78, 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 #F4BFA8 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 168 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.04 |
| HSL | 18.16º | 0.78% | 0.81% | - |
| HSV(B) | 18.16º | 0.31% | 0.96% | - |
| XYZ | 63.01 | 59.32 | 45.18 | - |
| YUV | 204.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 168 | 0 | 0.22 | 0.31 | 0.04 | 18.16 | 0.78 | 0.81 |
| Hex | F4 | BF | A8 | 0 | 16 | 1F | 4 | 12 | 4E | 51 |
| Octal | 364 | 277 | 250 | 0 | 26 | 37 | 4 | 22 | 116 | 121 |
| Binary | 11110100 | 10111111 | 10101000 | 0 | 10110 | 11111 | 100 | 10010 | 1001110 | 1010001 |
Color Harmonies of #F4BFA8
Complementary color
Monochromatic Colors of #F4BFA8
Black with #F4BFA8
Text Example
Text Example
White with #F4BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFA8; }
p { color: rgb(244,191,168); }
H1.HeaderClassName
{
color: #F4BFA8;
}
.AnyTagClassName
{
color: #F4BFA8;
}
</style>
background-color css
<style>
a { background-color: #F4BFA8; }
a { background-color: rgb(244,191,168); }
div.DivClassName
{
background-color: #F4BFA8;
}
.BgClassName
{
background-color: #F4BFA8;
}
</style>
border-color css
<style>
span { border-color: #F4BFA8; }
span { border-color: rgb(244,191,168); }
td.TdClassName
{
border-color: #F4BFA8;
}
.TagClassName
{
border-color: #F4BFA8;
}
</style>