Shades of Beauty Bush #F0BBAD
Tints of Beauty Bush #F0BBAD
RGB
CMYK
RGB Variations
Color information
#F0BBAD (or 0xF0BBAD) is known color: Beauty Bush. HEX triplet: F0, BB and AD. RGB value is (240,187,173). Sum of RGB (Red+Green+Blue) = 240+187+173=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBAD is #0F4452. Grayscale: #C9C9C9. Windows color (decimal): -1000531 or 11385840. OLE color: 11385840.
HSL color Cylindrical-coordinate representation of color #F0BBAD: hue angle of 12.54º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0BBAD is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 187 | 173 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.06 |
| HSL | 12.54º | 0.69% | 0.81% | - |
| HSV(B) | 12.54º | 0.28% | 0.94% | - |
| XYZ | 61.25 | 57.08 | 47.33 | - |
| YUV | 201.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 187 | 173 | 0 | 0.22 | 0.28 | 0.06 | 12.54 | 0.69 | 0.81 |
| Hex | F0 | BB | AD | 0 | 16 | 1C | 6 | D | 45 | 51 |
| Octal | 360 | 273 | 255 | 0 | 26 | 34 | 6 | 15 | 105 | 121 |
| Binary | 11110000 | 10111011 | 10101101 | 0 | 10110 | 11100 | 110 | 1101 | 1000101 | 1010001 |
Color Harmonies of #F0BBAD
Complementary color
Monochromatic Colors of #F0BBAD
Black with #F0BBAD
Text Example
Text Example
White with #F0BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BBAD; }
p { color: rgb(240,187,173); }
H1.HeaderClassName
{
color: #F0BBAD;
}
.AnyTagClassName
{
color: #F0BBAD;
}
</style>
background-color css
<style>
a { background-color: #F0BBAD; }
a { background-color: rgb(240,187,173); }
div.DivClassName
{
background-color: #F0BBAD;
}
.BgClassName
{
background-color: #F0BBAD;
}
</style>
border-color css
<style>
span { border-color: #F0BBAD; }
span { border-color: rgb(240,187,173); }
td.TdClassName
{
border-color: #F0BBAD;
}
.TagClassName
{
border-color: #F0BBAD;
}
</style>