Shades of Rose Bud #FBA89D
Tints of Rose Bud #FBA89D
RGB
CMYK
RGB Variations
Color information
#FBA89D (or 0xFBA89D) is known color: Rose Bud. HEX triplet: FB, A8 and 9D. RGB value is (251,168,157). Sum of RGB (Red+Green+Blue) = 251+168+157=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA89D is #045762. Grayscale: #BFBFBF. Windows color (decimal): -284515 or 10332411. OLE color: 10332411.
HSL color Cylindrical-coordinate representation of color #FBA89D: hue angle of 7.02º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA89D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 157 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.02 |
| HSL | 7.02º | 0.92% | 0.8% | - |
| HSV(B) | 7.02º | 0.37% | 0.98% | - |
| XYZ | 59.87 | 50.95 | 38.58 | - |
| YUV | 191.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 157 | 0 | 0.33 | 0.37 | 0.02 | 7.02 | 0.92 | 0.8 |
| Hex | FB | A8 | 9D | 0 | 21 | 25 | 2 | 7 | 5C | 50 |
| Octal | 373 | 250 | 235 | 0 | 41 | 45 | 2 | 7 | 134 | 120 |
| Binary | 11111011 | 10101000 | 10011101 | 0 | 100001 | 100101 | 10 | 111 | 1011100 | 1010000 |
Color Harmonies of #FBA89D
Complementary color
Monochromatic Colors of #FBA89D
Black with #FBA89D
Text Example
Text Example
White with #FBA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA89D; }
p { color: rgb(251,168,157); }
H1.HeaderClassName
{
color: #FBA89D;
}
.AnyTagClassName
{
color: #FBA89D;
}
</style>
background-color css
<style>
a { background-color: #FBA89D; }
a { background-color: rgb(251,168,157); }
div.DivClassName
{
background-color: #FBA89D;
}
.BgClassName
{
background-color: #FBA89D;
}
</style>
border-color css
<style>
span { border-color: #FBA89D; }
span { border-color: rgb(251,168,157); }
td.TdClassName
{
border-color: #FBA89D;
}
.TagClassName
{
border-color: #FBA89D;
}
</style>