Shades of Rose Bud #FBA89C
Tints of Rose Bud #FBA89C
RGB
CMYK
RGB Variations
Color information
#FBA89C (or 0xFBA89C) is known color: Rose Bud. HEX triplet: FB, A8 and 9C. RGB value is (251,168,156). Sum of RGB (Red+Green+Blue) = 251+168+156=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 168 (66.02% from 255 or 29.22% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA89C is #045763. Grayscale: #BFBFBF. Windows color (decimal): -284516 or 10266875. OLE color: 10266875.
HSL color Cylindrical-coordinate representation of color #FBA89C: hue angle of 7.58º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBA89C is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 156 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.02 |
| HSL | 7.58º | 0.92% | 0.8% | - |
| HSV(B) | 7.58º | 0.38% | 0.98% | - |
| XYZ | 59.79 | 50.91 | 38.13 | - |
| YUV | 191.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 156 | 0 | 0.33 | 0.38 | 0.02 | 7.58 | 0.92 | 0.8 |
| Hex | FB | A8 | 9C | 0 | 21 | 26 | 2 | 8 | 5C | 50 |
| Octal | 373 | 250 | 234 | 0 | 41 | 46 | 2 | 10 | 134 | 120 |
| Binary | 11111011 | 10101000 | 10011100 | 0 | 100001 | 100110 | 10 | 1000 | 1011100 | 1010000 |
Color Harmonies of #FBA89C
Complementary color
Monochromatic Colors of #FBA89C
Black with #FBA89C
Text Example
Text Example
White with #FBA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA89C; }
p { color: rgb(251,168,156); }
H1.HeaderClassName
{
color: #FBA89C;
}
.AnyTagClassName
{
color: #FBA89C;
}
</style>
background-color css
<style>
a { background-color: #FBA89C; }
a { background-color: rgb(251,168,156); }
div.DivClassName
{
background-color: #FBA89C;
}
.BgClassName
{
background-color: #FBA89C;
}
</style>
border-color css
<style>
span { border-color: #FBA89C; }
span { border-color: rgb(251,168,156); }
td.TdClassName
{
border-color: #FBA89C;
}
.TagClassName
{
border-color: #FBA89C;
}
</style>