Shades of Beauty Bush #F3C0BB
Tints of Beauty Bush #F3C0BB
RGB
CMYK
RGB Variations
Color information
#F3C0BB (or 0xF3C0BB) is known color: Beauty Bush. HEX triplet: F3, C0 and BB. RGB value is (243,192,187). Sum of RGB (Red+Green+Blue) = 243+192+187=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0BB is #0C3F44. Grayscale: #CECECE. Windows color (decimal): -802629 or 12304627. OLE color: 12304627.
HSL color Cylindrical-coordinate representation of color #F3C0BB: hue angle of 5.36º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C0BB is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 187 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 5.36º | 0.7% | 0.84% | - |
| HSV(B) | 5.36º | 0.23% | 0.95% | - |
| XYZ | 64.78 | 60.34 | 55.25 | - |
| YUV | 206.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 187 | 0 | 0.21 | 0.23 | 0.05 | 5.36 | 0.7 | 0.84 |
| Hex | F3 | C0 | BB | 0 | 15 | 17 | 5 | 5 | 46 | 54 |
| Octal | 363 | 300 | 273 | 0 | 25 | 27 | 5 | 5 | 106 | 124 |
| Binary | 11110011 | 11000000 | 10111011 | 0 | 10101 | 10111 | 101 | 101 | 1000110 | 1010100 |
Color Harmonies of #F3C0BB
Complementary color
Monochromatic Colors of #F3C0BB
Black with #F3C0BB
Text Example
Text Example
White with #F3C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0BB; }
p { color: rgb(243,192,187); }
H1.HeaderClassName
{
color: #F3C0BB;
}
.AnyTagClassName
{
color: #F3C0BB;
}
</style>
background-color css
<style>
a { background-color: #F3C0BB; }
a { background-color: rgb(243,192,187); }
div.DivClassName
{
background-color: #F3C0BB;
}
.BgClassName
{
background-color: #F3C0BB;
}
</style>
border-color css
<style>
span { border-color: #F3C0BB; }
span { border-color: rgb(243,192,187); }
td.TdClassName
{
border-color: #F3C0BB;
}
.TagClassName
{
border-color: #F3C0BB;
}
</style>