Shades of Beauty Bush #F4BDBC
Tints of Beauty Bush #F4BDBC
RGB
CMYK
RGB Variations
Color information
#F4BDBC (or 0xF4BDBC) is known color: Beauty Bush. HEX triplet: F4, BD and BC. RGB value is (244,189,188). Sum of RGB (Red+Green+Blue) = 244+189+188=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDBC is #0B4243. Grayscale: #CDCDCD. Windows color (decimal): -737860 or 12369396. OLE color: 12369396.
HSL color Cylindrical-coordinate representation of color #F4BDBC: hue angle of 1.07º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDBC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 188 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.04 |
| HSL | 1.07º | 0.72% | 0.85% | - |
| HSV(B) | 1.07º | 0.23% | 0.96% | - |
| XYZ | 64.58 | 59.26 | 55.61 | - |
| YUV | 205.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 188 | 0 | 0.23 | 0.23 | 0.04 | 1.07 | 0.72 | 0.85 |
| Hex | F4 | BD | BC | 0 | 17 | 17 | 4 | 1 | 48 | 55 |
| Octal | 364 | 275 | 274 | 0 | 27 | 27 | 4 | 1 | 110 | 125 |
| Binary | 11110100 | 10111101 | 10111100 | 0 | 10111 | 10111 | 100 | 1 | 1001000 | 1010101 |
Color Harmonies of #F4BDBC
Complementary color
Monochromatic Colors of #F4BDBC
Black with #F4BDBC
Text Example
Text Example
White with #F4BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDBC; }
p { color: rgb(244,189,188); }
H1.HeaderClassName
{
color: #F4BDBC;
}
.AnyTagClassName
{
color: #F4BDBC;
}
</style>
background-color css
<style>
a { background-color: #F4BDBC; }
a { background-color: rgb(244,189,188); }
div.DivClassName
{
background-color: #F4BDBC;
}
.BgClassName
{
background-color: #F4BDBC;
}
</style>
border-color css
<style>
span { border-color: #F4BDBC; }
span { border-color: rgb(244,189,188); }
td.TdClassName
{
border-color: #F4BDBC;
}
.TagClassName
{
border-color: #F4BDBC;
}
</style>