Shades of Rose Bud #FBA98C
Tints of Rose Bud #FBA98C
RGB
CMYK
RGB Variations
Color information
#FBA98C (or 0xFBA98C) is known color: Rose Bud. HEX triplet: FB, A9 and 8C. RGB value is (251,169,140). Sum of RGB (Red+Green+Blue) = 251+169+140=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA98C is #045673. Grayscale: #BEBEBE. Windows color (decimal): -284276 or 9218555. OLE color: 9218555.
HSL color Cylindrical-coordinate representation of color #FBA98C: hue angle of 15.68º 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 #FBA98C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 140 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.02 |
| HSL | 15.68º | 0.93% | 0.77% | - |
| HSV(B) | 15.68º | 0.44% | 0.98% | - |
| XYZ | 58.71 | 50.78 | 31.52 | - |
| YUV | 190.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 140 | 0 | 0.33 | 0.44 | 0.02 | 15.68 | 0.93 | 0.77 |
| Hex | FB | A9 | 8C | 0 | 21 | 2C | 2 | 10 | 5D | 4D |
| Octal | 373 | 251 | 214 | 0 | 41 | 54 | 2 | 20 | 135 | 115 |
| Binary | 11111011 | 10101001 | 10001100 | 0 | 100001 | 101100 | 10 | 10000 | 1011101 | 1001101 |
Color Harmonies of #FBA98C
Complementary color
Monochromatic Colors of #FBA98C
Black with #FBA98C
Text Example
Text Example
White with #FBA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA98C; }
p { color: rgb(251,169,140); }
H1.HeaderClassName
{
color: #FBA98C;
}
.AnyTagClassName
{
color: #FBA98C;
}
</style>
background-color css
<style>
a { background-color: #FBA98C; }
a { background-color: rgb(251,169,140); }
div.DivClassName
{
background-color: #FBA98C;
}
.BgClassName
{
background-color: #FBA98C;
}
</style>
border-color css
<style>
span { border-color: #FBA98C; }
span { border-color: rgb(251,169,140); }
td.TdClassName
{
border-color: #FBA98C;
}
.TagClassName
{
border-color: #FBA98C;
}
</style>