Shades of Rose Bud #FBA4A0
Tints of Rose Bud #FBA4A0
RGB
CMYK
RGB Variations
Color information
#FBA4A0 (or 0xFBA4A0) is known color: Rose Bud. HEX triplet: FB, A4 and A0. RGB value is (251,164,160). Sum of RGB (Red+Green+Blue) = 251+164+160=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A0 is #045B5F. Grayscale: #BDBDBD. Windows color (decimal): -285536 or 10527995. OLE color: 10527995.
HSL color Cylindrical-coordinate representation of color #FBA4A0: hue angle of 2.64º 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 #FBA4A0 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 160 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.02 |
| HSL | 2.64º | 0.92% | 0.81% | - |
| HSV(B) | 2.64º | 0.36% | 0.98% | - |
| XYZ | 59.4 | 49.6 | 39.7 | - |
| YUV | 189.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 160 | 0 | 0.35 | 0.36 | 0.02 | 2.64 | 0.92 | 0.81 |
| Hex | FB | A4 | A0 | 0 | 23 | 24 | 2 | 3 | 5C | 51 |
| Octal | 373 | 244 | 240 | 0 | 43 | 44 | 2 | 3 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10100000 | 0 | 100011 | 100100 | 10 | 11 | 1011100 | 1010001 |
Color Harmonies of #FBA4A0
Complementary color
Monochromatic Colors of #FBA4A0
Black with #FBA4A0
Text Example
Text Example
White with #FBA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4A0; }
p { color: rgb(251,164,160); }
H1.HeaderClassName
{
color: #FBA4A0;
}
.AnyTagClassName
{
color: #FBA4A0;
}
</style>
background-color css
<style>
a { background-color: #FBA4A0; }
a { background-color: rgb(251,164,160); }
div.DivClassName
{
background-color: #FBA4A0;
}
.BgClassName
{
background-color: #FBA4A0;
}
</style>
border-color css
<style>
span { border-color: #FBA4A0; }
span { border-color: rgb(251,164,160); }
td.TdClassName
{
border-color: #FBA4A0;
}
.TagClassName
{
border-color: #FBA4A0;
}
</style>