Shades of Rose Bud #FBA98B
Tints of Rose Bud #FBA98B
RGB
CMYK
RGB Variations
Color information
#FBA98B (or 0xFBA98B) is known color: Rose Bud. HEX triplet: FB, A9 and 8B. RGB value is (251,169,139). Sum of RGB (Red+Green+Blue) = 251+169+139=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA98B is #045674. Grayscale: #BEBEBE. Windows color (decimal): -284277 or 9153019. OLE color: 9153019.
HSL color Cylindrical-coordinate representation of color #FBA98B: hue angle of 16.07º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA98B is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 139 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.02 |
| HSL | 16.07º | 0.93% | 0.76% | - |
| HSV(B) | 16.07º | 0.45% | 0.98% | - |
| XYZ | 58.63 | 50.75 | 31.13 | - |
| YUV | 190.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 139 | 0 | 0.33 | 0.45 | 0.02 | 16.07 | 0.93 | 0.76 |
| Hex | FB | A9 | 8B | 0 | 21 | 2D | 2 | 10 | 5D | 4C |
| Octal | 373 | 251 | 213 | 0 | 41 | 55 | 2 | 20 | 135 | 114 |
| Binary | 11111011 | 10101001 | 10001011 | 0 | 100001 | 101101 | 10 | 10000 | 1011101 | 1001100 |
Color Harmonies of #FBA98B
Complementary color
Monochromatic Colors of #FBA98B
Black with #FBA98B
Text Example
Text Example
White with #FBA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA98B; }
p { color: rgb(251,169,139); }
H1.HeaderClassName
{
color: #FBA98B;
}
.AnyTagClassName
{
color: #FBA98B;
}
</style>
background-color css
<style>
a { background-color: #FBA98B; }
a { background-color: rgb(251,169,139); }
div.DivClassName
{
background-color: #FBA98B;
}
.BgClassName
{
background-color: #FBA98B;
}
</style>
border-color css
<style>
span { border-color: #FBA98B; }
span { border-color: rgb(251,169,139); }
td.TdClassName
{
border-color: #FBA98B;
}
.TagClassName
{
border-color: #FBA98B;
}
</style>