Shades of Rose Bud #FBABA1
Tints of Rose Bud #FBABA1
RGB
CMYK
RGB Variations
Color information
#FBABA1 (or 0xFBABA1) is known color: Rose Bud. HEX triplet: FB, AB and A1. RGB value is (251,171,161). Sum of RGB (Red+Green+Blue) = 251+171+161=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABA1 is #04545E. Grayscale: #C1C1C1. Windows color (decimal): -283743 or 10595323. OLE color: 10595323.
HSL color Cylindrical-coordinate representation of color #FBABA1: hue angle of 6.67º 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 #FBABA1 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 161 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.02 |
| HSL | 6.67º | 0.92% | 0.81% | - |
| HSV(B) | 6.67º | 0.36% | 0.98% | - |
| XYZ | 60.78 | 52.21 | 40.59 | - |
| YUV | 193.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 161 | 0 | 0.32 | 0.36 | 0.02 | 6.67 | 0.92 | 0.81 |
| Hex | FB | AB | A1 | 0 | 20 | 24 | 2 | 7 | 5C | 51 |
| Octal | 373 | 253 | 241 | 0 | 40 | 44 | 2 | 7 | 134 | 121 |
| Binary | 11111011 | 10101011 | 10100001 | 0 | 100000 | 100100 | 10 | 111 | 1011100 | 1010001 |
Color Harmonies of #FBABA1
Complementary color
Monochromatic Colors of #FBABA1
Black with #FBABA1
Text Example
Text Example
White with #FBABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABA1; }
p { color: rgb(251,171,161); }
H1.HeaderClassName
{
color: #FBABA1;
}
.AnyTagClassName
{
color: #FBABA1;
}
</style>
background-color css
<style>
a { background-color: #FBABA1; }
a { background-color: rgb(251,171,161); }
div.DivClassName
{
background-color: #FBABA1;
}
.BgClassName
{
background-color: #FBABA1;
}
</style>
border-color css
<style>
span { border-color: #FBABA1; }
span { border-color: rgb(251,171,161); }
td.TdClassName
{
border-color: #FBABA1;
}
.TagClassName
{
border-color: #FBABA1;
}
</style>