Shades of Beauty Bush #F0BCAE
Tints of Beauty Bush #F0BCAE
RGB
CMYK
RGB Variations
Color information
#F0BCAE (or 0xF0BCAE) is known color: Beauty Bush. HEX triplet: F0, BC and AE. RGB value is (240,188,174). Sum of RGB (Red+Green+Blue) = 240+188+174=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAE is #0F4351. Grayscale: #CACACA. Windows color (decimal): -1000274 or 11451632. OLE color: 11451632.
HSL color Cylindrical-coordinate representation of color #F0BCAE: hue angle of 12.73º 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 #F0BCAE is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 174 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.06 |
| HSL | 12.73º | 0.69% | 0.81% | - |
| HSV(B) | 12.73º | 0.28% | 0.94% | - |
| XYZ | 61.56 | 57.55 | 47.91 | - |
| YUV | 201.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 174 | 0 | 0.22 | 0.28 | 0.06 | 12.73 | 0.69 | 0.81 |
| Hex | F0 | BC | AE | 0 | 16 | 1C | 6 | D | 45 | 51 |
| Octal | 360 | 274 | 256 | 0 | 26 | 34 | 6 | 15 | 105 | 121 |
| Binary | 11110000 | 10111100 | 10101110 | 0 | 10110 | 11100 | 110 | 1101 | 1000101 | 1010001 |
Color Harmonies of #F0BCAE
Complementary color
Monochromatic Colors of #F0BCAE
Black with #F0BCAE
Text Example
Text Example
White with #F0BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCAE; }
p { color: rgb(240,188,174); }
H1.HeaderClassName
{
color: #F0BCAE;
}
.AnyTagClassName
{
color: #F0BCAE;
}
</style>
background-color css
<style>
a { background-color: #F0BCAE; }
a { background-color: rgb(240,188,174); }
div.DivClassName
{
background-color: #F0BCAE;
}
.BgClassName
{
background-color: #F0BCAE;
}
</style>
border-color css
<style>
span { border-color: #F0BCAE; }
span { border-color: rgb(240,188,174); }
td.TdClassName
{
border-color: #F0BCAE;
}
.TagClassName
{
border-color: #F0BCAE;
}
</style>