Shades of Beauty Bush #F3B9B0
Tints of Beauty Bush #F3B9B0
RGB
CMYK
RGB Variations
Color information
#F3B9B0 (or 0xF3B9B0) is known color: Beauty Bush. HEX triplet: F3, B9 and B0. RGB value is (243,185,176). Sum of RGB (Red+Green+Blue) = 243+185+176=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3B9B0 is #0C464F. Grayscale: #C9C9C9. Windows color (decimal): -804432 or 11581939. OLE color: 11581939.
HSL color Cylindrical-coordinate representation of color #F3B9B0: hue angle of 8.06º 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 #F3B9B0 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 176 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.05 |
| HSL | 8.06º | 0.74% | 0.82% | - |
| HSV(B) | 8.06º | 0.28% | 0.95% | - |
| XYZ | 62.15 | 56.89 | 48.78 | - |
| YUV | 201.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 176 | 0 | 0.24 | 0.28 | 0.05 | 8.06 | 0.74 | 0.82 |
| Hex | F3 | B9 | B0 | 0 | 18 | 1C | 5 | 8 | 4A | 52 |
| Octal | 363 | 271 | 260 | 0 | 30 | 34 | 5 | 10 | 112 | 122 |
| Binary | 11110011 | 10111001 | 10110000 | 0 | 11000 | 11100 | 101 | 1000 | 1001010 | 1010010 |
Color Harmonies of #F3B9B0
Complementary color
Monochromatic Colors of #F3B9B0
Black with #F3B9B0
Text Example
Text Example
White with #F3B9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9B0; }
p { color: rgb(243,185,176); }
H1.HeaderClassName
{
color: #F3B9B0;
}
.AnyTagClassName
{
color: #F3B9B0;
}
</style>
background-color css
<style>
a { background-color: #F3B9B0; }
a { background-color: rgb(243,185,176); }
div.DivClassName
{
background-color: #F3B9B0;
}
.BgClassName
{
background-color: #F3B9B0;
}
</style>
border-color css
<style>
span { border-color: #F3B9B0; }
span { border-color: rgb(243,185,176); }
td.TdClassName
{
border-color: #F3B9B0;
}
.TagClassName
{
border-color: #F3B9B0;
}
</style>