Shades of Beauty Bush #F3BAB0
Tints of Beauty Bush #F3BAB0
RGB
CMYK
RGB Variations
Color information
#F3BAB0 (or 0xF3BAB0) is known color: Beauty Bush. HEX triplet: F3, BA and B0. RGB value is (243,186,176). Sum of RGB (Red+Green+Blue) = 243+186+176=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BAB0 is #0C454F. Grayscale: #CACACA. Windows color (decimal): -804176 or 11582195. OLE color: 11582195.
HSL color Cylindrical-coordinate representation of color #F3BAB0: hue angle of 8.96º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3BAB0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 176 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.05 |
| HSL | 8.96º | 0.74% | 0.82% | - |
| HSV(B) | 8.96º | 0.28% | 0.95% | - |
| XYZ | 62.36 | 57.31 | 48.85 | - |
| YUV | 201.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 176 | 0 | 0.23 | 0.28 | 0.05 | 8.96 | 0.74 | 0.82 |
| Hex | F3 | BA | B0 | 0 | 17 | 1C | 5 | 9 | 4A | 52 |
| Octal | 363 | 272 | 260 | 0 | 27 | 34 | 5 | 11 | 112 | 122 |
| Binary | 11110011 | 10111010 | 10110000 | 0 | 10111 | 11100 | 101 | 1001 | 1001010 | 1010010 |
Color Harmonies of #F3BAB0
Complementary color
Monochromatic Colors of #F3BAB0
Black with #F3BAB0
Text Example
Text Example
White with #F3BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAB0; }
p { color: rgb(243,186,176); }
H1.HeaderClassName
{
color: #F3BAB0;
}
.AnyTagClassName
{
color: #F3BAB0;
}
</style>
background-color css
<style>
a { background-color: #F3BAB0; }
a { background-color: rgb(243,186,176); }
div.DivClassName
{
background-color: #F3BAB0;
}
.BgClassName
{
background-color: #F3BAB0;
}
</style>
border-color css
<style>
span { border-color: #F3BAB0; }
span { border-color: rgb(243,186,176); }
td.TdClassName
{
border-color: #F3BAB0;
}
.TagClassName
{
border-color: #F3BAB0;
}
</style>