Shades of Rose Bud #FBA596
Tints of Rose Bud #FBA596
RGB
CMYK
RGB Variations
Color information
#FBA596 (or 0xFBA596) is known color: Rose Bud. HEX triplet: FB, A5 and 96. RGB value is (251,165,150). Sum of RGB (Red+Green+Blue) = 251+165+150=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA596 is #045A69. Grayscale: #BDBDBD. Windows color (decimal): -285290 or 9872891. OLE color: 9872891.
HSL color Cylindrical-coordinate representation of color #FBA596: hue angle of 8.91º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBA596 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 150 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.02 |
| HSL | 8.91º | 0.93% | 0.79% | - |
| HSV(B) | 8.91º | 0.4% | 0.98% | - |
| XYZ | 58.74 | 49.62 | 35.34 | - |
| YUV | 189 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 150 | 0 | 0.34 | 0.40 | 0.02 | 8.91 | 0.93 | 0.79 |
| Hex | FB | A5 | 96 | 0 | 22 | 28 | 2 | 9 | 5D | 4F |
| Octal | 373 | 245 | 226 | 0 | 42 | 50 | 2 | 11 | 135 | 117 |
| Binary | 11111011 | 10100101 | 10010110 | 0 | 100010 | 101000 | 10 | 1001 | 1011101 | 1001111 |
Color Harmonies of #FBA596
Complementary color
Monochromatic Colors of #FBA596
Black with #FBA596
Text Example
Text Example
White with #FBA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA596; }
p { color: rgb(251,165,150); }
H1.HeaderClassName
{
color: #FBA596;
}
.AnyTagClassName
{
color: #FBA596;
}
</style>
background-color css
<style>
a { background-color: #FBA596; }
a { background-color: rgb(251,165,150); }
div.DivClassName
{
background-color: #FBA596;
}
.BgClassName
{
background-color: #FBA596;
}
</style>
border-color css
<style>
span { border-color: #FBA596; }
span { border-color: rgb(251,165,150); }
td.TdClassName
{
border-color: #FBA596;
}
.TagClassName
{
border-color: #FBA596;
}
</style>