Shades of Rose Bud #FBA29A
Tints of Rose Bud #FBA29A
RGB
CMYK
RGB Variations
Color information
#FBA29A (or 0xFBA29A) is known color: Rose Bud. HEX triplet: FB, A2 and 9A. RGB value is (251,162,154). Sum of RGB (Red+Green+Blue) = 251+162+154=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA29A is #045D65. Grayscale: #BBBBBB. Windows color (decimal): -286054 or 10134267. OLE color: 10134267.
HSL color Cylindrical-coordinate representation of color #FBA29A: hue angle of 4.95º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA29A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 154 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.02 |
| HSL | 4.95º | 0.92% | 0.79% | - |
| HSV(B) | 4.95º | 0.39% | 0.98% | - |
| XYZ | 58.54 | 48.68 | 36.88 | - |
| YUV | 187.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 154 | 0 | 0.35 | 0.39 | 0.02 | 4.95 | 0.92 | 0.79 |
| Hex | FB | A2 | 9A | 0 | 23 | 27 | 2 | 5 | 5C | 4F |
| Octal | 373 | 242 | 232 | 0 | 43 | 47 | 2 | 5 | 134 | 117 |
| Binary | 11111011 | 10100010 | 10011010 | 0 | 100011 | 100111 | 10 | 101 | 1011100 | 1001111 |
Color Harmonies of #FBA29A
Complementary color
Monochromatic Colors of #FBA29A
Black with #FBA29A
Text Example
Text Example
White with #FBA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA29A; }
p { color: rgb(251,162,154); }
H1.HeaderClassName
{
color: #FBA29A;
}
.AnyTagClassName
{
color: #FBA29A;
}
</style>
background-color css
<style>
a { background-color: #FBA29A; }
a { background-color: rgb(251,162,154); }
div.DivClassName
{
background-color: #FBA29A;
}
.BgClassName
{
background-color: #FBA29A;
}
</style>
border-color css
<style>
span { border-color: #FBA29A; }
span { border-color: rgb(251,162,154); }
td.TdClassName
{
border-color: #FBA29A;
}
.TagClassName
{
border-color: #FBA29A;
}
</style>