Shades of Beauty Bush #F4B8AF
Tints of Beauty Bush #F4B8AF
RGB
CMYK
RGB Variations
Color information
#F4B8AF (or 0xF4B8AF) is known color: Beauty Bush. HEX triplet: F4, B8 and AF. RGB value is (244,184,175). Sum of RGB (Red+Green+Blue) = 244+184+175=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B8AF is #0B4750. Grayscale: #C9C9C9. Windows color (decimal): -739153 or 11516148. OLE color: 11516148.
HSL color Cylindrical-coordinate representation of color #F4B8AF: hue angle of 7.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B8AF is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 184 | 175 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.04 |
| HSL | 7.83º | 0.76% | 0.82% | - |
| HSV(B) | 7.83º | 0.28% | 0.96% | - |
| XYZ | 62.19 | 56.61 | 48.21 | - |
| YUV | 200.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 184 | 175 | 0 | 0.25 | 0.28 | 0.04 | 7.83 | 0.76 | 0.82 |
| Hex | F4 | B8 | AF | 0 | 19 | 1C | 4 | 8 | 4C | 52 |
| Octal | 364 | 270 | 257 | 0 | 31 | 34 | 4 | 10 | 114 | 122 |
| Binary | 11110100 | 10111000 | 10101111 | 0 | 11001 | 11100 | 100 | 1000 | 1001100 | 1010010 |
Color Harmonies of #F4B8AF
Complementary color
Monochromatic Colors of #F4B8AF
Black with #F4B8AF
Text Example
Text Example
White with #F4B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B8AF; }
p { color: rgb(244,184,175); }
H1.HeaderClassName
{
color: #F4B8AF;
}
.AnyTagClassName
{
color: #F4B8AF;
}
</style>
background-color css
<style>
a { background-color: #F4B8AF; }
a { background-color: rgb(244,184,175); }
div.DivClassName
{
background-color: #F4B8AF;
}
.BgClassName
{
background-color: #F4B8AF;
}
</style>
border-color css
<style>
span { border-color: #F4B8AF; }
span { border-color: rgb(244,184,175); }
td.TdClassName
{
border-color: #F4B8AF;
}
.TagClassName
{
border-color: #F4B8AF;
}
</style>