Shades of Rose Bud #FBAB8E
Tints of Rose Bud #FBAB8E
RGB
CMYK
RGB Variations
Color information
#FBAB8E (or 0xFBAB8E) is known color: Rose Bud. HEX triplet: FB, AB and 8E. RGB value is (251,171,142). Sum of RGB (Red+Green+Blue) = 251+171+142=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB8E is #045471. Grayscale: #BFBFBF. Windows color (decimal): -283762 or 9350139. OLE color: 9350139.
HSL color Cylindrical-coordinate representation of color #FBAB8E: hue angle of 15.96º 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 #FBAB8E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 142 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.02 |
| HSL | 15.96º | 0.93% | 0.77% | - |
| HSV(B) | 15.96º | 0.43% | 0.98% | - |
| XYZ | 59.23 | 51.59 | 32.43 | - |
| YUV | 191.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 142 | 0 | 0.32 | 0.43 | 0.02 | 15.96 | 0.93 | 0.77 |
| Hex | FB | AB | 8E | 0 | 20 | 2B | 2 | 10 | 5D | 4D |
| Octal | 373 | 253 | 216 | 0 | 40 | 53 | 2 | 20 | 135 | 115 |
| Binary | 11111011 | 10101011 | 10001110 | 0 | 100000 | 101011 | 10 | 10000 | 1011101 | 1001101 |
Color Harmonies of #FBAB8E
Complementary color
Monochromatic Colors of #FBAB8E
Black with #FBAB8E
Text Example
Text Example
White with #FBAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB8E; }
p { color: rgb(251,171,142); }
H1.HeaderClassName
{
color: #FBAB8E;
}
.AnyTagClassName
{
color: #FBAB8E;
}
</style>
background-color css
<style>
a { background-color: #FBAB8E; }
a { background-color: rgb(251,171,142); }
div.DivClassName
{
background-color: #FBAB8E;
}
.BgClassName
{
background-color: #FBAB8E;
}
</style>
border-color css
<style>
span { border-color: #FBAB8E; }
span { border-color: rgb(251,171,142); }
td.TdClassName
{
border-color: #FBAB8E;
}
.TagClassName
{
border-color: #FBAB8E;
}
</style>