Shades of Beauty Bush #F3C0BA
Tints of Beauty Bush #F3C0BA
RGB
CMYK
RGB Variations
Color information
#F3C0BA (or 0xF3C0BA) is known color: Beauty Bush. HEX triplet: F3, C0 and BA. RGB value is (243,192,186). Sum of RGB (Red+Green+Blue) = 243+192+186=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0BA is #0C3F45. Grayscale: #CECECE. Windows color (decimal): -802630 or 12239091. OLE color: 12239091.
HSL color Cylindrical-coordinate representation of color #F3C0BA: hue angle of 6.32º 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 #F3C0BA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 186 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 6.32º | 0.7% | 0.84% | - |
| HSV(B) | 6.32º | 0.23% | 0.95% | - |
| XYZ | 64.67 | 60.3 | 54.68 | - |
| YUV | 206.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 186 | 0 | 0.21 | 0.23 | 0.05 | 6.32 | 0.7 | 0.84 |
| Hex | F3 | C0 | BA | 0 | 15 | 17 | 5 | 6 | 46 | 54 |
| Octal | 363 | 300 | 272 | 0 | 25 | 27 | 5 | 6 | 106 | 124 |
| Binary | 11110011 | 11000000 | 10111010 | 0 | 10101 | 10111 | 101 | 110 | 1000110 | 1010100 |
Color Harmonies of #F3C0BA
Complementary color
Monochromatic Colors of #F3C0BA
Black with #F3C0BA
Text Example
Text Example
White with #F3C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0BA; }
p { color: rgb(243,192,186); }
H1.HeaderClassName
{
color: #F3C0BA;
}
.AnyTagClassName
{
color: #F3C0BA;
}
</style>
background-color css
<style>
a { background-color: #F3C0BA; }
a { background-color: rgb(243,192,186); }
div.DivClassName
{
background-color: #F3C0BA;
}
.BgClassName
{
background-color: #F3C0BA;
}
</style>
border-color css
<style>
span { border-color: #F3C0BA; }
span { border-color: rgb(243,192,186); }
td.TdClassName
{
border-color: #F3C0BA;
}
.TagClassName
{
border-color: #F3C0BA;
}
</style>