Shades of Beauty Bush #F1BDB5
Tints of Beauty Bush #F1BDB5
RGB
CMYK
RGB Variations
Color information
#F1BDB5 (or 0xF1BDB5) is known color: Beauty Bush. HEX triplet: F1, BD and B5. RGB value is (241,189,181). Sum of RGB (Red+Green+Blue) = 241+189+181=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDB5 is #0E424A. Grayscale: #CBCBCB. Windows color (decimal): -934475 or 11910641. OLE color: 11910641.
HSL color Cylindrical-coordinate representation of color #F1BDB5: hue angle of 8º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BDB5 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 181 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.05 |
| HSL | 8º | 0.68% | 0.83% | - |
| HSV(B) | 8º | 0.25% | 0.95% | - |
| XYZ | 62.81 | 58.43 | 51.68 | - |
| YUV | 203.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 181 | 0 | 0.22 | 0.25 | 0.05 | 8 | 0.68 | 0.83 |
| Hex | F1 | BD | B5 | 0 | 16 | 19 | 5 | 8 | 44 | 53 |
| Octal | 361 | 275 | 265 | 0 | 26 | 31 | 5 | 10 | 104 | 123 |
| Binary | 11110001 | 10111101 | 10110101 | 0 | 10110 | 11001 | 101 | 1000 | 1000100 | 1010011 |
Color Harmonies of #F1BDB5
Complementary color
Monochromatic Colors of #F1BDB5
Black with #F1BDB5
Text Example
Text Example
White with #F1BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDB5; }
p { color: rgb(241,189,181); }
H1.HeaderClassName
{
color: #F1BDB5;
}
.AnyTagClassName
{
color: #F1BDB5;
}
</style>
background-color css
<style>
a { background-color: #F1BDB5; }
a { background-color: rgb(241,189,181); }
div.DivClassName
{
background-color: #F1BDB5;
}
.BgClassName
{
background-color: #F1BDB5;
}
</style>
border-color css
<style>
span { border-color: #F1BDB5; }
span { border-color: rgb(241,189,181); }
td.TdClassName
{
border-color: #F1BDB5;
}
.TagClassName
{
border-color: #F1BDB5;
}
</style>