Shades of Rose Bud #FBA999
Tints of Rose Bud #FBA999
RGB
CMYK
RGB Variations
Color information
#FBA999 (or 0xFBA999) is known color: Rose Bud. HEX triplet: FB, A9 and 99. RGB value is (251,169,153). Sum of RGB (Red+Green+Blue) = 251+169+153=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA999 is #045666. Grayscale: #BFBFBF. Windows color (decimal): -284263 or 10070523. OLE color: 10070523.
HSL color Cylindrical-coordinate representation of color #FBA999: hue angle of 9.8º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA999 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 153 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.02 |
| HSL | 9.8º | 0.92% | 0.79% | - |
| HSV(B) | 9.8º | 0.39% | 0.98% | - |
| XYZ | 59.72 | 51.19 | 36.87 | - |
| YUV | 191.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 153 | 0 | 0.33 | 0.39 | 0.02 | 9.8 | 0.92 | 0.79 |
| Hex | FB | A9 | 99 | 0 | 21 | 27 | 2 | A | 5C | 4F |
| Octal | 373 | 251 | 231 | 0 | 41 | 47 | 2 | 12 | 134 | 117 |
| Binary | 11111011 | 10101001 | 10011001 | 0 | 100001 | 100111 | 10 | 1010 | 1011100 | 1001111 |
Color Harmonies of #FBA999
Complementary color
Monochromatic Colors of #FBA999
Black with #FBA999
Text Example
Text Example
White with #FBA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA999; }
p { color: rgb(251,169,153); }
H1.HeaderClassName
{
color: #FBA999;
}
.AnyTagClassName
{
color: #FBA999;
}
</style>
background-color css
<style>
a { background-color: #FBA999; }
a { background-color: rgb(251,169,153); }
div.DivClassName
{
background-color: #FBA999;
}
.BgClassName
{
background-color: #FBA999;
}
</style>
border-color css
<style>
span { border-color: #FBA999; }
span { border-color: rgb(251,169,153); }
td.TdClassName
{
border-color: #FBA999;
}
.TagClassName
{
border-color: #FBA999;
}
</style>