Shades of Beauty Bush #F3BDB7
Tints of Beauty Bush #F3BDB7
RGB
CMYK
RGB Variations
Color information
#F3BDB7 (or 0xF3BDB7) is known color: Beauty Bush. HEX triplet: F3, BD and B7. RGB value is (243,189,183). Sum of RGB (Red+Green+Blue) = 243+189+183=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDB7 is #0C4248. Grayscale: #CCCCCC. Windows color (decimal): -803401 or 12041715. OLE color: 12041715.
HSL color Cylindrical-coordinate representation of color #F3BDB7: hue angle of 6º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3BDB7 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 183 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.05 |
| HSL | 6º | 0.71% | 0.84% | - |
| HSV(B) | 6º | 0.25% | 0.95% | - |
| XYZ | 63.71 | 58.87 | 52.8 | - |
| YUV | 204.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 183 | 0 | 0.22 | 0.25 | 0.05 | 6 | 0.71 | 0.84 |
| Hex | F3 | BD | B7 | 0 | 16 | 19 | 5 | 6 | 47 | 54 |
| Octal | 363 | 275 | 267 | 0 | 26 | 31 | 5 | 6 | 107 | 124 |
| Binary | 11110011 | 10111101 | 10110111 | 0 | 10110 | 11001 | 101 | 110 | 1000111 | 1010100 |
Color Harmonies of #F3BDB7
Complementary color
Monochromatic Colors of #F3BDB7
Black with #F3BDB7
Text Example
Text Example
White with #F3BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDB7; }
p { color: rgb(243,189,183); }
H1.HeaderClassName
{
color: #F3BDB7;
}
.AnyTagClassName
{
color: #F3BDB7;
}
</style>
background-color css
<style>
a { background-color: #F3BDB7; }
a { background-color: rgb(243,189,183); }
div.DivClassName
{
background-color: #F3BDB7;
}
.BgClassName
{
background-color: #F3BDB7;
}
</style>
border-color css
<style>
span { border-color: #F3BDB7; }
span { border-color: rgb(243,189,183); }
td.TdClassName
{
border-color: #F3BDB7;
}
.TagClassName
{
border-color: #F3BDB7;
}
</style>