Shades of Rose Bud #FBA89A
Tints of Rose Bud #FBA89A
RGB
CMYK
RGB Variations
Color information
#FBA89A (or 0xFBA89A) is known color: Rose Bud. HEX triplet: FB, A8 and 9A. RGB value is (251,168,154). Sum of RGB (Red+Green+Blue) = 251+168+154=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA89A is #045765. Grayscale: #BFBFBF. Windows color (decimal): -284518 or 10135803. OLE color: 10135803.
HSL color Cylindrical-coordinate representation of color #FBA89A: hue angle of 8.66º 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 #FBA89A is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 154 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.02 |
| HSL | 8.66º | 0.92% | 0.79% | - |
| HSV(B) | 8.66º | 0.39% | 0.98% | - |
| XYZ | 59.62 | 50.85 | 37.24 | - |
| YUV | 191.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 154 | 0 | 0.33 | 0.39 | 0.02 | 8.66 | 0.92 | 0.79 |
| Hex | FB | A8 | 9A | 0 | 21 | 27 | 2 | 9 | 5C | 4F |
| Octal | 373 | 250 | 232 | 0 | 41 | 47 | 2 | 11 | 134 | 117 |
| Binary | 11111011 | 10101000 | 10011010 | 0 | 100001 | 100111 | 10 | 1001 | 1011100 | 1001111 |
Color Harmonies of #FBA89A
Complementary color
Monochromatic Colors of #FBA89A
Black with #FBA89A
Text Example
Text Example
White with #FBA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA89A; }
p { color: rgb(251,168,154); }
H1.HeaderClassName
{
color: #FBA89A;
}
.AnyTagClassName
{
color: #FBA89A;
}
</style>
background-color css
<style>
a { background-color: #FBA89A; }
a { background-color: rgb(251,168,154); }
div.DivClassName
{
background-color: #FBA89A;
}
.BgClassName
{
background-color: #FBA89A;
}
</style>
border-color css
<style>
span { border-color: #FBA89A; }
span { border-color: rgb(251,168,154); }
td.TdClassName
{
border-color: #FBA89A;
}
.TagClassName
{
border-color: #FBA89A;
}
</style>