Shades of Rose Bud #FBAB8C
Tints of Rose Bud #FBAB8C
RGB
CMYK
RGB Variations
Color information
#FBAB8C (or 0xFBAB8C) is known color: Rose Bud. HEX triplet: FB, AB and 8C. RGB value is (251,171,140). Sum of RGB (Red+Green+Blue) = 251+171+140=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB8C is #045473. Grayscale: #BFBFBF. Windows color (decimal): -283764 or 9219067. OLE color: 9219067.
HSL color Cylindrical-coordinate representation of color #FBAB8C: hue angle of 16.76º 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 #FBAB8C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 140 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.02 |
| HSL | 16.76º | 0.93% | 0.77% | - |
| HSV(B) | 16.76º | 0.44% | 0.98% | - |
| XYZ | 59.08 | 51.53 | 31.64 | - |
| YUV | 191.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 140 | 0 | 0.32 | 0.44 | 0.02 | 16.76 | 0.93 | 0.77 |
| Hex | FB | AB | 8C | 0 | 20 | 2C | 2 | 11 | 5D | 4D |
| Octal | 373 | 253 | 214 | 0 | 40 | 54 | 2 | 21 | 135 | 115 |
| Binary | 11111011 | 10101011 | 10001100 | 0 | 100000 | 101100 | 10 | 10001 | 1011101 | 1001101 |
Color Harmonies of #FBAB8C
Complementary color
Monochromatic Colors of #FBAB8C
Black with #FBAB8C
Text Example
Text Example
White with #FBAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB8C; }
p { color: rgb(251,171,140); }
H1.HeaderClassName
{
color: #FBAB8C;
}
.AnyTagClassName
{
color: #FBAB8C;
}
</style>
background-color css
<style>
a { background-color: #FBAB8C; }
a { background-color: rgb(251,171,140); }
div.DivClassName
{
background-color: #FBAB8C;
}
.BgClassName
{
background-color: #FBAB8C;
}
</style>
border-color css
<style>
span { border-color: #FBAB8C; }
span { border-color: rgb(251,171,140); }
td.TdClassName
{
border-color: #FBAB8C;
}
.TagClassName
{
border-color: #FBAB8C;
}
</style>