Shades of Beauty Bush #F0BCB3
Tints of Beauty Bush #F0BCB3
RGB
CMYK
RGB Variations
Color information
#F0BCB3 (or 0xF0BCB3) is known color: Beauty Bush. HEX triplet: F0, BC and B3. RGB value is (240,188,179). Sum of RGB (Red+Green+Blue) = 240+188+179=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCB3 is #0F434C. Grayscale: #CACACA. Windows color (decimal): -1000269 or 11779312. OLE color: 11779312.
HSL color Cylindrical-coordinate representation of color #F0BCB3: hue angle of 8.85º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0BCB3 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 179 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.06 |
| HSL | 8.85º | 0.67% | 0.82% | - |
| HSV(B) | 8.85º | 0.25% | 0.94% | - |
| XYZ | 62.06 | 57.75 | 50.52 | - |
| YUV | 202.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 179 | 0 | 0.22 | 0.25 | 0.06 | 8.85 | 0.67 | 0.82 |
| Hex | F0 | BC | B3 | 0 | 16 | 19 | 6 | 9 | 43 | 52 |
| Octal | 360 | 274 | 263 | 0 | 26 | 31 | 6 | 11 | 103 | 122 |
| Binary | 11110000 | 10111100 | 10110011 | 0 | 10110 | 11001 | 110 | 1001 | 1000011 | 1010010 |
Color Harmonies of #F0BCB3
Complementary color
Monochromatic Colors of #F0BCB3
Black with #F0BCB3
Text Example
Text Example
White with #F0BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BCB3; }
p { color: rgb(240,188,179); }
H1.HeaderClassName
{
color: #F0BCB3;
}
.AnyTagClassName
{
color: #F0BCB3;
}
</style>
background-color css
<style>
a { background-color: #F0BCB3; }
a { background-color: rgb(240,188,179); }
div.DivClassName
{
background-color: #F0BCB3;
}
.BgClassName
{
background-color: #F0BCB3;
}
</style>
border-color css
<style>
span { border-color: #F0BCB3; }
span { border-color: rgb(240,188,179); }
td.TdClassName
{
border-color: #F0BCB3;
}
.TagClassName
{
border-color: #F0BCB3;
}
</style>