Shades of Rose Bud #FBA88D
Tints of Rose Bud #FBA88D
RGB
CMYK
RGB Variations
Color information
#FBA88D (or 0xFBA88D) is known color: Rose Bud. HEX triplet: FB, A8 and 8D. RGB value is (251,168,141). Sum of RGB (Red+Green+Blue) = 251+168+141=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA88D is #045772. Grayscale: #BDBDBD. Windows color (decimal): -284531 or 9283835. OLE color: 9283835.
HSL color Cylindrical-coordinate representation of color #FBA88D: hue angle of 14.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBA88D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 141 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.02 |
| HSL | 14.73º | 0.93% | 0.77% | - |
| HSV(B) | 14.73º | 0.44% | 0.98% | - |
| XYZ | 58.59 | 50.44 | 31.85 | - |
| YUV | 189.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 141 | 0 | 0.33 | 0.44 | 0.02 | 14.73 | 0.93 | 0.77 |
| Hex | FB | A8 | 8D | 0 | 21 | 2C | 2 | F | 5D | 4D |
| Octal | 373 | 250 | 215 | 0 | 41 | 54 | 2 | 17 | 135 | 115 |
| Binary | 11111011 | 10101000 | 10001101 | 0 | 100001 | 101100 | 10 | 1111 | 1011101 | 1001101 |
Color Harmonies of #FBA88D
Complementary color
Monochromatic Colors of #FBA88D
Black with #FBA88D
Text Example
Text Example
White with #FBA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA88D; }
p { color: rgb(251,168,141); }
H1.HeaderClassName
{
color: #FBA88D;
}
.AnyTagClassName
{
color: #FBA88D;
}
</style>
background-color css
<style>
a { background-color: #FBA88D; }
a { background-color: rgb(251,168,141); }
div.DivClassName
{
background-color: #FBA88D;
}
.BgClassName
{
background-color: #FBA88D;
}
</style>
border-color css
<style>
span { border-color: #FBA88D; }
span { border-color: rgb(251,168,141); }
td.TdClassName
{
border-color: #FBA88D;
}
.TagClassName
{
border-color: #FBA88D;
}
</style>