Shades of Rose Bud #FBAB8D
Tints of Rose Bud #FBAB8D
RGB
CMYK
RGB Variations
Color information
#FBAB8D (or 0xFBAB8D) is known color: Rose Bud. HEX triplet: FB, AB and 8D. RGB value is (251,171,141). Sum of RGB (Red+Green+Blue) = 251+171+141=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB8D is #045472. Grayscale: #BFBFBF. Windows color (decimal): -283763 or 9284603. OLE color: 9284603.
HSL color Cylindrical-coordinate representation of color #FBAB8D: hue angle of 16.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBAB8D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 141 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.02 |
| HSL | 16.36º | 0.93% | 0.77% | - |
| HSV(B) | 16.36º | 0.44% | 0.98% | - |
| XYZ | 59.15 | 51.56 | 32.03 | - |
| YUV | 191.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 141 | 0 | 0.32 | 0.44 | 0.02 | 16.36 | 0.93 | 0.77 |
| Hex | FB | AB | 8D | 0 | 20 | 2C | 2 | 10 | 5D | 4D |
| Octal | 373 | 253 | 215 | 0 | 40 | 54 | 2 | 20 | 135 | 115 |
| Binary | 11111011 | 10101011 | 10001101 | 0 | 100000 | 101100 | 10 | 10000 | 1011101 | 1001101 |
Color Harmonies of #FBAB8D
Complementary color
Monochromatic Colors of #FBAB8D
Black with #FBAB8D
Text Example
Text Example
White with #FBAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB8D; }
p { color: rgb(251,171,141); }
H1.HeaderClassName
{
color: #FBAB8D;
}
.AnyTagClassName
{
color: #FBAB8D;
}
</style>
background-color css
<style>
a { background-color: #FBAB8D; }
a { background-color: rgb(251,171,141); }
div.DivClassName
{
background-color: #FBAB8D;
}
.BgClassName
{
background-color: #FBAB8D;
}
</style>
border-color css
<style>
span { border-color: #FBAB8D; }
span { border-color: rgb(251,171,141); }
td.TdClassName
{
border-color: #FBAB8D;
}
.TagClassName
{
border-color: #FBAB8D;
}
</style>