Shades of Rose Bud #FBAB8B
Tints of Rose Bud #FBAB8B
RGB
CMYK
RGB Variations
Color information
#FBAB8B (or 0xFBAB8B) is known color: Rose Bud. HEX triplet: FB, AB and 8B. RGB value is (251,171,139). Sum of RGB (Red+Green+Blue) = 251+171+139=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB8B is #045474. Grayscale: #BFBFBF. Windows color (decimal): -283765 or 9153531. OLE color: 9153531.
HSL color Cylindrical-coordinate representation of color #FBAB8B: hue angle of 17.14º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBAB8B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 139 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.02 |
| HSL | 17.14º | 0.93% | 0.76% | - |
| HSV(B) | 17.14º | 0.45% | 0.98% | - |
| XYZ | 59.01 | 51.5 | 31.26 | - |
| YUV | 191.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 139 | 0 | 0.32 | 0.45 | 0.02 | 17.14 | 0.93 | 0.76 |
| Hex | FB | AB | 8B | 0 | 20 | 2D | 2 | 11 | 5D | 4C |
| Octal | 373 | 253 | 213 | 0 | 40 | 55 | 2 | 21 | 135 | 114 |
| Binary | 11111011 | 10101011 | 10001011 | 0 | 100000 | 101101 | 10 | 10001 | 1011101 | 1001100 |
Color Harmonies of #FBAB8B
Complementary color
Monochromatic Colors of #FBAB8B
Black with #FBAB8B
Text Example
Text Example
White with #FBAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB8B; }
p { color: rgb(251,171,139); }
H1.HeaderClassName
{
color: #FBAB8B;
}
.AnyTagClassName
{
color: #FBAB8B;
}
</style>
background-color css
<style>
a { background-color: #FBAB8B; }
a { background-color: rgb(251,171,139); }
div.DivClassName
{
background-color: #FBAB8B;
}
.BgClassName
{
background-color: #FBAB8B;
}
</style>
border-color css
<style>
span { border-color: #FBAB8B; }
span { border-color: rgb(251,171,139); }
td.TdClassName
{
border-color: #FBAB8B;
}
.TagClassName
{
border-color: #FBAB8B;
}
</style>