Shades of Beauty Bush #F0B8AE
Tints of Beauty Bush #F0B8AE
RGB
CMYK
RGB Variations
Color information
#F0B8AE (or 0xF0B8AE) is known color: Beauty Bush. HEX triplet: F0, B8 and AE. RGB value is (240,184,174). Sum of RGB (Red+Green+Blue) = 240+184+174=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B8AE is #0F4751. Grayscale: #C7C7C7. Windows color (decimal): -1001298 or 11450608. OLE color: 11450608.
HSL color Cylindrical-coordinate representation of color #F0B8AE: hue angle of 9.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B8AE is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 184 | 174 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 9.09º | 0.69% | 0.81% | - |
| HSV(B) | 9.09º | 0.28% | 0.94% | - |
| XYZ | 60.72 | 55.86 | 47.63 | - |
| YUV | 199.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 184 | 174 | 0 | 0.23 | 0.28 | 0.06 | 9.09 | 0.69 | 0.81 |
| Hex | F0 | B8 | AE | 0 | 17 | 1C | 6 | 9 | 45 | 51 |
| Octal | 360 | 270 | 256 | 0 | 27 | 34 | 6 | 11 | 105 | 121 |
| Binary | 11110000 | 10111000 | 10101110 | 0 | 10111 | 11100 | 110 | 1001 | 1000101 | 1010001 |
Color Harmonies of #F0B8AE
Complementary color
Monochromatic Colors of #F0B8AE
Black with #F0B8AE
Text Example
Text Example
White with #F0B8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B8AE; }
p { color: rgb(240,184,174); }
H1.HeaderClassName
{
color: #F0B8AE;
}
.AnyTagClassName
{
color: #F0B8AE;
}
</style>
background-color css
<style>
a { background-color: #F0B8AE; }
a { background-color: rgb(240,184,174); }
div.DivClassName
{
background-color: #F0B8AE;
}
.BgClassName
{
background-color: #F0B8AE;
}
</style>
border-color css
<style>
span { border-color: #F0B8AE; }
span { border-color: rgb(240,184,174); }
td.TdClassName
{
border-color: #F0B8AE;
}
.TagClassName
{
border-color: #F0B8AE;
}
</style>