Shades of Rose Bud #FBA59B
Tints of Rose Bud #FBA59B
RGB
CMYK
RGB Variations
Color information
#FBA59B (or 0xFBA59B) is known color: Rose Bud. HEX triplet: FB, A5 and 9B. RGB value is (251,165,155). Sum of RGB (Red+Green+Blue) = 251+165+155=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59B is #045A64. Grayscale: #BDBDBD. Windows color (decimal): -285285 or 10200571. OLE color: 10200571.
HSL color Cylindrical-coordinate representation of color #FBA59B: hue angle of 6.25º 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 #FBA59B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 155 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.02 |
| HSL | 6.25º | 0.92% | 0.8% | - |
| HSV(B) | 6.25º | 0.38% | 0.98% | - |
| XYZ | 59.16 | 49.79 | 37.5 | - |
| YUV | 189.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 155 | 0 | 0.34 | 0.38 | 0.02 | 6.25 | 0.92 | 0.8 |
| Hex | FB | A5 | 9B | 0 | 22 | 26 | 2 | 6 | 5C | 50 |
| Octal | 373 | 245 | 233 | 0 | 42 | 46 | 2 | 6 | 134 | 120 |
| Binary | 11111011 | 10100101 | 10011011 | 0 | 100010 | 100110 | 10 | 110 | 1011100 | 1010000 |
Color Harmonies of #FBA59B
Complementary color
Monochromatic Colors of #FBA59B
Black with #FBA59B
Text Example
Text Example
White with #FBA59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA59B; }
p { color: rgb(251,165,155); }
H1.HeaderClassName
{
color: #FBA59B;
}
.AnyTagClassName
{
color: #FBA59B;
}
</style>
background-color css
<style>
a { background-color: #FBA59B; }
a { background-color: rgb(251,165,155); }
div.DivClassName
{
background-color: #FBA59B;
}
.BgClassName
{
background-color: #FBA59B;
}
</style>
border-color css
<style>
span { border-color: #FBA59B; }
span { border-color: rgb(251,165,155); }
td.TdClassName
{
border-color: #FBA59B;
}
.TagClassName
{
border-color: #FBA59B;
}
</style>