Shades of Rose Bud #FBAAA0
Tints of Rose Bud #FBAAA0
RGB
CMYK
RGB Variations
Color information
#FBAAA0 (or 0xFBAAA0) is known color: Rose Bud. HEX triplet: FB, AA and A0. RGB value is (251,170,160). Sum of RGB (Red+Green+Blue) = 251+170+160=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAA0 is #04555F. Grayscale: #C1C1C1. Windows color (decimal): -284000 or 10529531. OLE color: 10529531.
HSL color Cylindrical-coordinate representation of color #FBAAA0: hue angle of 6.59º 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 #FBAAA0 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 160 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.02 |
| HSL | 6.59º | 0.92% | 0.81% | - |
| HSV(B) | 6.59º | 0.36% | 0.98% | - |
| XYZ | 60.5 | 51.8 | 40.07 | - |
| YUV | 193.08 | 109.34 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 160 | 0 | 0.32 | 0.36 | 0.02 | 6.59 | 0.92 | 0.81 |
| Hex | FB | AA | A0 | 0 | 20 | 24 | 2 | 7 | 5C | 51 |
| Octal | 373 | 252 | 240 | 0 | 40 | 44 | 2 | 7 | 134 | 121 |
| Binary | 11111011 | 10101010 | 10100000 | 0 | 100000 | 100100 | 10 | 111 | 1011100 | 1010001 |
Color Harmonies of #FBAAA0
Complementary color
Monochromatic Colors of #FBAAA0
Black with #FBAAA0
Text Example
Text Example
White with #FBAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAA0; }
p { color: rgb(251,170,160); }
H1.HeaderClassName
{
color: #FBAAA0;
}
.AnyTagClassName
{
color: #FBAAA0;
}
</style>
background-color css
<style>
a { background-color: #FBAAA0; }
a { background-color: rgb(251,170,160); }
div.DivClassName
{
background-color: #FBAAA0;
}
.BgClassName
{
background-color: #FBAAA0;
}
</style>
border-color css
<style>
span { border-color: #FBAAA0; }
span { border-color: rgb(251,170,160); }
td.TdClassName
{
border-color: #FBAAA0;
}
.TagClassName
{
border-color: #FBAAA0;
}
</style>