Shades of Rose Bud #FBA29C
Tints of Rose Bud #FBA29C
RGB
CMYK
RGB Variations
Color information
#FBA29C (or 0xFBA29C) is known color: Rose Bud. HEX triplet: FB, A2 and 9C. RGB value is (251,162,156). Sum of RGB (Red+Green+Blue) = 251+162+156=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA29C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA29C is #045D63. Grayscale: #BCBCBC. Windows color (decimal): -286052 or 10265339. OLE color: 10265339.
HSL color Cylindrical-coordinate representation of color #FBA29C: hue angle of 3.79º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBA29C is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 156 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 3.79º | 0.92% | 0.8% | - |
| HSV(B) | 3.79º | 0.38% | 0.98% | - |
| XYZ | 58.7 | 48.75 | 37.77 | - |
| YUV | 187.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 156 | 0 | 0.35 | 0.38 | 0.02 | 3.79 | 0.92 | 0.8 |
| Hex | FB | A2 | 9C | 0 | 23 | 26 | 2 | 4 | 5C | 50 |
| Octal | 373 | 242 | 234 | 0 | 43 | 46 | 2 | 4 | 134 | 120 |
| Binary | 11111011 | 10100010 | 10011100 | 0 | 100011 | 100110 | 10 | 100 | 1011100 | 1010000 |
Color Harmonies of #FBA29C
Complementary color
Monochromatic Colors of #FBA29C
Black with #FBA29C
Text Example
Text Example
White with #FBA29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA29C; }
p { color: rgb(251,162,156); }
H1.HeaderClassName
{
color: #FBA29C;
}
.AnyTagClassName
{
color: #FBA29C;
}
</style>
background-color css
<style>
a { background-color: #FBA29C; }
a { background-color: rgb(251,162,156); }
div.DivClassName
{
background-color: #FBA29C;
}
.BgClassName
{
background-color: #FBA29C;
}
</style>
border-color css
<style>
span { border-color: #FBA29C; }
span { border-color: rgb(251,162,156); }
td.TdClassName
{
border-color: #FBA29C;
}
.TagClassName
{
border-color: #FBA29C;
}
</style>