Shades of Rose Bud #FBAB9B
Tints of Rose Bud #FBAB9B
RGB
CMYK
RGB Variations
Color information
#FBAB9B (or 0xFBAB9B) is known color: Rose Bud. HEX triplet: FB, AB and 9B. RGB value is (251,171,155). Sum of RGB (Red+Green+Blue) = 251+171+155=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB9B is #045464. Grayscale: #C1C1C1. Windows color (decimal): -283749 or 10202107. OLE color: 10202107.
HSL color Cylindrical-coordinate representation of color #FBAB9B: hue angle of 10º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBAB9B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 155 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.02 |
| HSL | 10º | 0.92% | 0.8% | - |
| HSV(B) | 10º | 0.38% | 0.98% | - |
| XYZ | 60.26 | 52 | 37.87 | - |
| YUV | 193.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 155 | 0 | 0.32 | 0.38 | 0.02 | 10 | 0.92 | 0.8 |
| Hex | FB | AB | 9B | 0 | 20 | 26 | 2 | A | 5C | 50 |
| Octal | 373 | 253 | 233 | 0 | 40 | 46 | 2 | 12 | 134 | 120 |
| Binary | 11111011 | 10101011 | 10011011 | 0 | 100000 | 100110 | 10 | 1010 | 1011100 | 1010000 |
Color Harmonies of #FBAB9B
Complementary color
Monochromatic Colors of #FBAB9B
Black with #FBAB9B
Text Example
Text Example
White with #FBAB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB9B; }
p { color: rgb(251,171,155); }
H1.HeaderClassName
{
color: #FBAB9B;
}
.AnyTagClassName
{
color: #FBAB9B;
}
</style>
background-color css
<style>
a { background-color: #FBAB9B; }
a { background-color: rgb(251,171,155); }
div.DivClassName
{
background-color: #FBAB9B;
}
.BgClassName
{
background-color: #FBAB9B;
}
</style>
border-color css
<style>
span { border-color: #FBAB9B; }
span { border-color: rgb(251,171,155); }
td.TdClassName
{
border-color: #FBAB9B;
}
.TagClassName
{
border-color: #FBAB9B;
}
</style>