Shades of Rose Bud #FBA097
Tints of Rose Bud #FBA097
RGB
CMYK
RGB Variations
Color information
#FBA097 (or 0xFBA097) is known color: Rose Bud. HEX triplet: FB, A0 and 97. RGB value is (251,160,151). Sum of RGB (Red+Green+Blue) = 251+160+151=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA097 is #045F68. Grayscale: #BABABA. Windows color (decimal): -286569 or 9937147. OLE color: 9937147.
HSL color Cylindrical-coordinate representation of color #FBA097: hue angle of 5.4º 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 #FBA097 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 151 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.02 |
| HSL | 5.4º | 0.93% | 0.79% | - |
| HSV(B) | 5.4º | 0.4% | 0.98% | - |
| XYZ | 57.94 | 47.89 | 35.47 | - |
| YUV | 186.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 151 | 0 | 0.36 | 0.40 | 0.02 | 5.4 | 0.93 | 0.79 |
| Hex | FB | A0 | 97 | 0 | 24 | 28 | 2 | 5 | 5D | 4F |
| Octal | 373 | 240 | 227 | 0 | 44 | 50 | 2 | 5 | 135 | 117 |
| Binary | 11111011 | 10100000 | 10010111 | 0 | 100100 | 101000 | 10 | 101 | 1011101 | 1001111 |
Color Harmonies of #FBA097
Complementary color
Monochromatic Colors of #FBA097
Black with #FBA097
Text Example
Text Example
White with #FBA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA097; }
p { color: rgb(251,160,151); }
H1.HeaderClassName
{
color: #FBA097;
}
.AnyTagClassName
{
color: #FBA097;
}
</style>
background-color css
<style>
a { background-color: #FBA097; }
a { background-color: rgb(251,160,151); }
div.DivClassName
{
background-color: #FBA097;
}
.BgClassName
{
background-color: #FBA097;
}
</style>
border-color css
<style>
span { border-color: #FBA097; }
span { border-color: rgb(251,160,151); }
td.TdClassName
{
border-color: #FBA097;
}
.TagClassName
{
border-color: #FBA097;
}
</style>