Shades of Rose Bud #FBA99B
Tints of Rose Bud #FBA99B
RGB
CMYK
RGB Variations
Color information
#FBA99B (or 0xFBA99B) is known color: Rose Bud. HEX triplet: FB, A9 and 9B. RGB value is (251,169,155). Sum of RGB (Red+Green+Blue) = 251+169+155=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA99B is #045664. Grayscale: #C0C0C0. Windows color (decimal): -284261 or 10201595. OLE color: 10201595.
HSL color Cylindrical-coordinate representation of color #FBA99B: hue angle of 8.75º 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 #FBA99B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 155 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.02 |
| HSL | 8.75º | 0.92% | 0.8% | - |
| HSV(B) | 8.75º | 0.38% | 0.98% | - |
| XYZ | 59.89 | 51.25 | 37.75 | - |
| YUV | 191.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 155 | 0 | 0.33 | 0.38 | 0.02 | 8.75 | 0.92 | 0.8 |
| Hex | FB | A9 | 9B | 0 | 21 | 26 | 2 | 9 | 5C | 50 |
| Octal | 373 | 251 | 233 | 0 | 41 | 46 | 2 | 11 | 134 | 120 |
| Binary | 11111011 | 10101001 | 10011011 | 0 | 100001 | 100110 | 10 | 1001 | 1011100 | 1010000 |
Color Harmonies of #FBA99B
Complementary color
Monochromatic Colors of #FBA99B
Black with #FBA99B
Text Example
Text Example
White with #FBA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA99B; }
p { color: rgb(251,169,155); }
H1.HeaderClassName
{
color: #FBA99B;
}
.AnyTagClassName
{
color: #FBA99B;
}
</style>
background-color css
<style>
a { background-color: #FBA99B; }
a { background-color: rgb(251,169,155); }
div.DivClassName
{
background-color: #FBA99B;
}
.BgClassName
{
background-color: #FBA99B;
}
</style>
border-color css
<style>
span { border-color: #FBA99B; }
span { border-color: rgb(251,169,155); }
td.TdClassName
{
border-color: #FBA99B;
}
.TagClassName
{
border-color: #FBA99B;
}
</style>