Shades of Rose Bud #FBABA0
Tints of Rose Bud #FBABA0
RGB
CMYK
RGB Variations
Color information
#FBABA0 (or 0xFBABA0) is known color: Rose Bud. HEX triplet: FB, AB and A0. RGB value is (251,171,160). Sum of RGB (Red+Green+Blue) = 251+171+160=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABA0 is #04545F. Grayscale: #C1C1C1. Windows color (decimal): -283744 or 10529787. OLE color: 10529787.
HSL color Cylindrical-coordinate representation of color #FBABA0: hue angle of 7.25º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBABA0 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 160 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.02 |
| HSL | 7.25º | 0.92% | 0.81% | - |
| HSV(B) | 7.25º | 0.36% | 0.98% | - |
| XYZ | 60.69 | 52.17 | 40.13 | - |
| YUV | 193.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 160 | 0 | 0.32 | 0.36 | 0.02 | 7.25 | 0.92 | 0.81 |
| Hex | FB | AB | A0 | 0 | 20 | 24 | 2 | 7 | 5C | 51 |
| Octal | 373 | 253 | 240 | 0 | 40 | 44 | 2 | 7 | 134 | 121 |
| Binary | 11111011 | 10101011 | 10100000 | 0 | 100000 | 100100 | 10 | 111 | 1011100 | 1010001 |
Color Harmonies of #FBABA0
Complementary color
Monochromatic Colors of #FBABA0
Black with #FBABA0
Text Example
Text Example
White with #FBABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABA0; }
p { color: rgb(251,171,160); }
H1.HeaderClassName
{
color: #FBABA0;
}
.AnyTagClassName
{
color: #FBABA0;
}
</style>
background-color css
<style>
a { background-color: #FBABA0; }
a { background-color: rgb(251,171,160); }
div.DivClassName
{
background-color: #FBABA0;
}
.BgClassName
{
background-color: #FBABA0;
}
</style>
border-color css
<style>
span { border-color: #FBABA0; }
span { border-color: rgb(251,171,160); }
td.TdClassName
{
border-color: #FBABA0;
}
.TagClassName
{
border-color: #FBABA0;
}
</style>