Shades of Rose Bud #FBAB90
Tints of Rose Bud #FBAB90
RGB
CMYK
RGB Variations
Color information
#FBAB90 (or 0xFBAB90) is known color: Rose Bud. HEX triplet: FB, AB and 90. RGB value is (251,171,144). Sum of RGB (Red+Green+Blue) = 251+171+144=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB90 is #04546F. Grayscale: #C0C0C0. Windows color (decimal): -283760 or 9481211. OLE color: 9481211.
HSL color Cylindrical-coordinate representation of color #FBAB90: hue angle of 15.14º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBAB90 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 144 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.02 |
| HSL | 15.14º | 0.93% | 0.77% | - |
| HSV(B) | 15.14º | 0.43% | 0.98% | - |
| XYZ | 59.38 | 51.65 | 33.23 | - |
| YUV | 191.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 144 | 0 | 0.32 | 0.43 | 0.02 | 15.14 | 0.93 | 0.77 |
| Hex | FB | AB | 90 | 0 | 20 | 2B | 2 | F | 5D | 4D |
| Octal | 373 | 253 | 220 | 0 | 40 | 53 | 2 | 17 | 135 | 115 |
| Binary | 11111011 | 10101011 | 10010000 | 0 | 100000 | 101011 | 10 | 1111 | 1011101 | 1001101 |
Color Harmonies of #FBAB90
Complementary color
Monochromatic Colors of #FBAB90
Black with #FBAB90
Text Example
Text Example
White with #FBAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB90; }
p { color: rgb(251,171,144); }
H1.HeaderClassName
{
color: #FBAB90;
}
.AnyTagClassName
{
color: #FBAB90;
}
</style>
background-color css
<style>
a { background-color: #FBAB90; }
a { background-color: rgb(251,171,144); }
div.DivClassName
{
background-color: #FBAB90;
}
.BgClassName
{
background-color: #FBAB90;
}
</style>
border-color css
<style>
span { border-color: #FBAB90; }
span { border-color: rgb(251,171,144); }
td.TdClassName
{
border-color: #FBAB90;
}
.TagClassName
{
border-color: #FBAB90;
}
</style>