Shades of Beauty Bush #F0B8AB
Tints of Beauty Bush #F0B8AB
RGB
CMYK
RGB Variations
Color information
#F0B8AB (or 0xF0B8AB) is known color: Beauty Bush. HEX triplet: F0, B8 and AB. RGB value is (240,184,171). Sum of RGB (Red+Green+Blue) = 240+184+171=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B8AB is #0F4754. Grayscale: #C7C7C7. Windows color (decimal): -1001301 or 11254000. OLE color: 11254000.
HSL color Cylindrical-coordinate representation of color #F0B8AB: hue angle of 11.3º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B8AB is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 171 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.06 |
| HSL | 11.3º | 0.7% | 0.81% | - |
| HSV(B) | 11.3º | 0.29% | 0.94% | - |
| XYZ | 60.43 | 55.75 | 46.1 | - |
| YUV | 199.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 171 | 0 | 0.23 | 0.29 | 0.06 | 11.3 | 0.7 | 0.81 |
| Hex | F0 | B8 | AB | 0 | 17 | 1D | 6 | B | 46 | 51 |
| Octal | 360 | 270 | 253 | 0 | 27 | 35 | 6 | 13 | 106 | 121 |
| Binary | 11110000 | 10111000 | 10101011 | 0 | 10111 | 11101 | 110 | 1011 | 1000110 | 1010001 |
Color Harmonies of #F0B8AB
Complementary color
Monochromatic Colors of #F0B8AB
Black with #F0B8AB
Text Example
Text Example
White with #F0B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8AB; }
p { color: rgb(240,184,171); }
H1.HeaderClassName
{
color: #F0B8AB;
}
.AnyTagClassName
{
color: #F0B8AB;
}
</style>
background-color css
<style>
a { background-color: #F0B8AB; }
a { background-color: rgb(240,184,171); }
div.DivClassName
{
background-color: #F0B8AB;
}
.BgClassName
{
background-color: #F0B8AB;
}
</style>
border-color css
<style>
span { border-color: #F0B8AB; }
span { border-color: rgb(240,184,171); }
td.TdClassName
{
border-color: #F0B8AB;
}
.TagClassName
{
border-color: #F0B8AB;
}
</style>