Shades of Beauty Bush #F0BDB4
Tints of Beauty Bush #F0BDB4
RGB
CMYK
RGB Variations
Color information
#F0BDB4 (or 0xF0BDB4) is known color: Beauty Bush. HEX triplet: F0, BD and B4. RGB value is (240,189,180). Sum of RGB (Red+Green+Blue) = 240+189+180=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDB4 is #0F424B. Grayscale: #CBCBCB. Windows color (decimal): -1000012 or 11845104. OLE color: 11845104.
HSL color Cylindrical-coordinate representation of color #F0BDB4: hue angle of 9º 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 #F0BDB4 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 189 | 180 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.06 |
| HSL | 9º | 0.67% | 0.82% | - |
| HSV(B) | 9º | 0.25% | 0.94% | - |
| XYZ | 62.37 | 58.22 | 51.13 | - |
| YUV | 203.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 189 | 180 | 0 | 0.21 | 0.25 | 0.06 | 9 | 0.67 | 0.82 |
| Hex | F0 | BD | B4 | 0 | 15 | 19 | 6 | 9 | 43 | 52 |
| Octal | 360 | 275 | 264 | 0 | 25 | 31 | 6 | 11 | 103 | 122 |
| Binary | 11110000 | 10111101 | 10110100 | 0 | 10101 | 11001 | 110 | 1001 | 1000011 | 1010010 |
Color Harmonies of #F0BDB4
Complementary color
Monochromatic Colors of #F0BDB4
Black with #F0BDB4
Text Example
Text Example
White with #F0BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BDB4; }
p { color: rgb(240,189,180); }
H1.HeaderClassName
{
color: #F0BDB4;
}
.AnyTagClassName
{
color: #F0BDB4;
}
</style>
background-color css
<style>
a { background-color: #F0BDB4; }
a { background-color: rgb(240,189,180); }
div.DivClassName
{
background-color: #F0BDB4;
}
.BgClassName
{
background-color: #F0BDB4;
}
</style>
border-color css
<style>
span { border-color: #F0BDB4; }
span { border-color: rgb(240,189,180); }
td.TdClassName
{
border-color: #F0BDB4;
}
.TagClassName
{
border-color: #F0BDB4;
}
</style>