Shades of Beauty Bush #F0BDBC
Tints of Beauty Bush #F0BDBC
RGB
CMYK
RGB Variations
Color information
#F0BDBC (or 0xF0BDBC) is known color: Beauty Bush. HEX triplet: F0, BD and BC. RGB value is (240,189,188). Sum of RGB (Red+Green+Blue) = 240+189+188=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDBC is #0F4243. Grayscale: #CCCCCC. Windows color (decimal): -1000004 or 12369392. OLE color: 12369392.
HSL color Cylindrical-coordinate representation of color #F0BDBC: hue angle of 1.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BDBC is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 188 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.06 |
| HSL | 1.15º | 0.63% | 0.84% | - |
| HSV(B) | 1.15º | 0.22% | 0.94% | - |
| XYZ | 63.21 | 58.55 | 55.55 | - |
| YUV | 204.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 188 | 0 | 0.21 | 0.22 | 0.06 | 1.15 | 0.63 | 0.84 |
| Hex | F0 | BD | BC | 0 | 15 | 16 | 6 | 1 | 3F | 54 |
| Octal | 360 | 275 | 274 | 0 | 25 | 26 | 6 | 1 | 77 | 124 |
| Binary | 11110000 | 10111101 | 10111100 | 0 | 10101 | 10110 | 110 | 1 | 111111 | 1010100 |
Color Harmonies of #F0BDBC
Complementary color
Monochromatic Colors of #F0BDBC
Black with #F0BDBC
Text Example
Text Example
White with #F0BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDBC; }
p { color: rgb(240,189,188); }
H1.HeaderClassName
{
color: #F0BDBC;
}
.AnyTagClassName
{
color: #F0BDBC;
}
</style>
background-color css
<style>
a { background-color: #F0BDBC; }
a { background-color: rgb(240,189,188); }
div.DivClassName
{
background-color: #F0BDBC;
}
.BgClassName
{
background-color: #F0BDBC;
}
</style>
border-color css
<style>
span { border-color: #F0BDBC; }
span { border-color: rgb(240,189,188); }
td.TdClassName
{
border-color: #F0BDBC;
}
.TagClassName
{
border-color: #F0BDBC;
}
</style>