Shades of Beauty Bush #F0B6AB
Tints of Beauty Bush #F0B6AB
RGB
CMYK
RGB Variations
Color information
#F0B6AB (or 0xF0B6AB) is known color: Beauty Bush. HEX triplet: F0, B6 and AB. RGB value is (240,182,171). Sum of RGB (Red+Green+Blue) = 240+182+171=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B6AB is #0F4954. Grayscale: #C6C6C6. Windows color (decimal): -1001813 or 11253488. OLE color: 11253488.
HSL color Cylindrical-coordinate representation of color #F0B6AB: hue angle of 9.57º 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 #F0B6AB is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 171 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.06 |
| HSL | 9.57º | 0.7% | 0.81% | - |
| HSV(B) | 9.57º | 0.29% | 0.94% | - |
| XYZ | 60.01 | 54.92 | 45.97 | - |
| YUV | 198.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 171 | 0 | 0.24 | 0.29 | 0.06 | 9.57 | 0.7 | 0.81 |
| Hex | F0 | B6 | AB | 0 | 18 | 1D | 6 | A | 46 | 51 |
| Octal | 360 | 266 | 253 | 0 | 30 | 35 | 6 | 12 | 106 | 121 |
| Binary | 11110000 | 10110110 | 10101011 | 0 | 11000 | 11101 | 110 | 1010 | 1000110 | 1010001 |
Color Harmonies of #F0B6AB
Complementary color
Monochromatic Colors of #F0B6AB
Black with #F0B6AB
Text Example
Text Example
White with #F0B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B6AB; }
p { color: rgb(240,182,171); }
H1.HeaderClassName
{
color: #F0B6AB;
}
.AnyTagClassName
{
color: #F0B6AB;
}
</style>
background-color css
<style>
a { background-color: #F0B6AB; }
a { background-color: rgb(240,182,171); }
div.DivClassName
{
background-color: #F0B6AB;
}
.BgClassName
{
background-color: #F0B6AB;
}
</style>
border-color css
<style>
span { border-color: #F0B6AB; }
span { border-color: rgb(240,182,171); }
td.TdClassName
{
border-color: #F0B6AB;
}
.TagClassName
{
border-color: #F0B6AB;
}
</style>