Shades of Rose Bud #FBAB8F
Tints of Rose Bud #FBAB8F
RGB
CMYK
RGB Variations
Color information
#FBAB8F (or 0xFBAB8F) is known color: Rose Bud. HEX triplet: FB, AB and 8F. RGB value is (251,171,143). Sum of RGB (Red+Green+Blue) = 251+171+143=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB8F is #045470. Grayscale: #BFBFBF. Windows color (decimal): -283761 or 9415675. OLE color: 9415675.
HSL color Cylindrical-coordinate representation of color #FBAB8F: hue angle of 15.56º 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 #FBAB8F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 143 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.02 |
| HSL | 15.56º | 0.93% | 0.77% | - |
| HSV(B) | 15.56º | 0.43% | 0.98% | - |
| XYZ | 59.3 | 51.62 | 32.82 | - |
| YUV | 191.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 143 | 0 | 0.32 | 0.43 | 0.02 | 15.56 | 0.93 | 0.77 |
| Hex | FB | AB | 8F | 0 | 20 | 2B | 2 | 10 | 5D | 4D |
| Octal | 373 | 253 | 217 | 0 | 40 | 53 | 2 | 20 | 135 | 115 |
| Binary | 11111011 | 10101011 | 10001111 | 0 | 100000 | 101011 | 10 | 10000 | 1011101 | 1001101 |
Color Harmonies of #FBAB8F
Complementary color
Monochromatic Colors of #FBAB8F
Black with #FBAB8F
Text Example
Text Example
White with #FBAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB8F; }
p { color: rgb(251,171,143); }
H1.HeaderClassName
{
color: #FBAB8F;
}
.AnyTagClassName
{
color: #FBAB8F;
}
</style>
background-color css
<style>
a { background-color: #FBAB8F; }
a { background-color: rgb(251,171,143); }
div.DivClassName
{
background-color: #FBAB8F;
}
.BgClassName
{
background-color: #FBAB8F;
}
</style>
border-color css
<style>
span { border-color: #FBAB8F; }
span { border-color: rgb(251,171,143); }
td.TdClassName
{
border-color: #FBAB8F;
}
.TagClassName
{
border-color: #FBAB8F;
}
</style>