Shades of Beauty Bush #F1B9AB
Tints of Beauty Bush #F1B9AB
RGB
CMYK
RGB Variations
Color information
#F1B9AB (or 0xF1B9AB) is known color: Beauty Bush. HEX triplet: F1, B9 and AB. RGB value is (241,185,171). Sum of RGB (Red+Green+Blue) = 241+185+171=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B9AB is #0E4654. Grayscale: #C8C8C8. Windows color (decimal): -935509 or 11254257. OLE color: 11254257.
HSL color Cylindrical-coordinate representation of color #F1B9AB: hue angle of 12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B9AB is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 171 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.05 |
| HSL | 12º | 0.71% | 0.81% | - |
| HSV(B) | 12º | 0.29% | 0.95% | - |
| XYZ | 60.98 | 56.34 | 46.19 | - |
| YUV | 200.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 171 | 0 | 0.23 | 0.29 | 0.05 | 12 | 0.71 | 0.81 |
| Hex | F1 | B9 | AB | 0 | 17 | 1D | 5 | C | 47 | 51 |
| Octal | 361 | 271 | 253 | 0 | 27 | 35 | 5 | 14 | 107 | 121 |
| Binary | 11110001 | 10111001 | 10101011 | 0 | 10111 | 11101 | 101 | 1100 | 1000111 | 1010001 |
Color Harmonies of #F1B9AB
Complementary color
Monochromatic Colors of #F1B9AB
Black with #F1B9AB
Text Example
Text Example
White with #F1B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9AB; }
p { color: rgb(241,185,171); }
H1.HeaderClassName
{
color: #F1B9AB;
}
.AnyTagClassName
{
color: #F1B9AB;
}
</style>
background-color css
<style>
a { background-color: #F1B9AB; }
a { background-color: rgb(241,185,171); }
div.DivClassName
{
background-color: #F1B9AB;
}
.BgClassName
{
background-color: #F1B9AB;
}
</style>
border-color css
<style>
span { border-color: #F1B9AB; }
span { border-color: rgb(241,185,171); }
td.TdClassName
{
border-color: #F1B9AB;
}
.TagClassName
{
border-color: #F1B9AB;
}
</style>