Shades of Beauty Bush #F1BDB7
Tints of Beauty Bush #F1BDB7
RGB
CMYK
RGB Variations
Color information
#F1BDB7 (or 0xF1BDB7) is known color: Beauty Bush. HEX triplet: F1, BD and B7. RGB value is (241,189,183). Sum of RGB (Red+Green+Blue) = 241+189+183=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDB7 is #0E4248. Grayscale: #CBCBCB. Windows color (decimal): -934473 or 12041713. OLE color: 12041713.
HSL color Cylindrical-coordinate representation of color #F1BDB7: hue angle of 6.21º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1BDB7 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 189 | 183 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.05 |
| HSL | 6.21º | 0.67% | 0.83% | - |
| HSV(B) | 6.21º | 0.24% | 0.95% | - |
| XYZ | 63.02 | 58.51 | 52.77 | - |
| YUV | 203.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 189 | 183 | 0 | 0.22 | 0.24 | 0.05 | 6.21 | 0.67 | 0.83 |
| Hex | F1 | BD | B7 | 0 | 16 | 18 | 5 | 6 | 43 | 53 |
| Octal | 361 | 275 | 267 | 0 | 26 | 30 | 5 | 6 | 103 | 123 |
| Binary | 11110001 | 10111101 | 10110111 | 0 | 10110 | 11000 | 101 | 110 | 1000011 | 1010011 |
Color Harmonies of #F1BDB7
Complementary color
Monochromatic Colors of #F1BDB7
Black with #F1BDB7
Text Example
Text Example
White with #F1BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BDB7; }
p { color: rgb(241,189,183); }
H1.HeaderClassName
{
color: #F1BDB7;
}
.AnyTagClassName
{
color: #F1BDB7;
}
</style>
background-color css
<style>
a { background-color: #F1BDB7; }
a { background-color: rgb(241,189,183); }
div.DivClassName
{
background-color: #F1BDB7;
}
.BgClassName
{
background-color: #F1BDB7;
}
</style>
border-color css
<style>
span { border-color: #F1BDB7; }
span { border-color: rgb(241,189,183); }
td.TdClassName
{
border-color: #F1BDB7;
}
.TagClassName
{
border-color: #F1BDB7;
}
</style>