Shades of Rose Bud #FBA98E
Tints of Rose Bud #FBA98E
RGB
CMYK
RGB Variations
Color information
#FBA98E (or 0xFBA98E) is known color: Rose Bud. HEX triplet: FB, A9 and 8E. RGB value is (251,169,142). Sum of RGB (Red+Green+Blue) = 251+169+142=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA98E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA98E is #045671. Grayscale: #BEBEBE. Windows color (decimal): -284274 or 9349627. OLE color: 9349627.
HSL color Cylindrical-coordinate representation of color #FBA98E: hue angle of 14.86º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBA98E is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 142 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.02 |
| HSL | 14.86º | 0.93% | 0.77% | - |
| HSV(B) | 14.86º | 0.43% | 0.98% | - |
| XYZ | 58.85 | 50.84 | 32.3 | - |
| YUV | 190.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 142 | 0 | 0.33 | 0.43 | 0.02 | 14.86 | 0.93 | 0.77 |
| Hex | FB | A9 | 8E | 0 | 21 | 2B | 2 | F | 5D | 4D |
| Octal | 373 | 251 | 216 | 0 | 41 | 53 | 2 | 17 | 135 | 115 |
| Binary | 11111011 | 10101001 | 10001110 | 0 | 100001 | 101011 | 10 | 1111 | 1011101 | 1001101 |
Color Harmonies of #FBA98E
Complementary color
Monochromatic Colors of #FBA98E
Black with #FBA98E
Text Example
Text Example
White with #FBA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA98E; }
p { color: rgb(251,169,142); }
H1.HeaderClassName
{
color: #FBA98E;
}
.AnyTagClassName
{
color: #FBA98E;
}
</style>
background-color css
<style>
a { background-color: #FBA98E; }
a { background-color: rgb(251,169,142); }
div.DivClassName
{
background-color: #FBA98E;
}
.BgClassName
{
background-color: #FBA98E;
}
</style>
border-color css
<style>
span { border-color: #FBA98E; }
span { border-color: rgb(251,169,142); }
td.TdClassName
{
border-color: #FBA98E;
}
.TagClassName
{
border-color: #FBA98E;
}
</style>