Shades of Rose Bud #FBA992
Tints of Rose Bud #FBA992
RGB
CMYK
RGB Variations
Color information
#FBA992 (or 0xFBA992) is known color: Rose Bud. HEX triplet: FB, A9 and 92. RGB value is (251,169,146). Sum of RGB (Red+Green+Blue) = 251+169+146=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA992 is #04566D. Grayscale: #BFBFBF. Windows color (decimal): -284270 or 9611771. OLE color: 9611771.
HSL color Cylindrical-coordinate representation of color #FBA992: hue angle of 13.14º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBA992 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 146 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.02 |
| HSL | 13.14º | 0.93% | 0.78% | - |
| HSV(B) | 13.14º | 0.42% | 0.98% | - |
| XYZ | 59.16 | 50.96 | 33.91 | - |
| YUV | 190.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 146 | 0 | 0.33 | 0.42 | 0.02 | 13.14 | 0.93 | 0.78 |
| Hex | FB | A9 | 92 | 0 | 21 | 2A | 2 | D | 5D | 4E |
| Octal | 373 | 251 | 222 | 0 | 41 | 52 | 2 | 15 | 135 | 116 |
| Binary | 11111011 | 10101001 | 10010010 | 0 | 100001 | 101010 | 10 | 1101 | 1011101 | 1001110 |
Color Harmonies of #FBA992
Complementary color
Monochromatic Colors of #FBA992
Black with #FBA992
Text Example
Text Example
White with #FBA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA992; }
p { color: rgb(251,169,146); }
H1.HeaderClassName
{
color: #FBA992;
}
.AnyTagClassName
{
color: #FBA992;
}
</style>
background-color css
<style>
a { background-color: #FBA992; }
a { background-color: rgb(251,169,146); }
div.DivClassName
{
background-color: #FBA992;
}
.BgClassName
{
background-color: #FBA992;
}
</style>
border-color css
<style>
span { border-color: #FBA992; }
span { border-color: rgb(251,169,146); }
td.TdClassName
{
border-color: #FBA992;
}
.TagClassName
{
border-color: #FBA992;
}
</style>