Shades of Rose Bud #FBA99F
Tints of Rose Bud #FBA99F
RGB
CMYK
RGB Variations
Color information
#FBA99F (or 0xFBA99F) is known color: Rose Bud. HEX triplet: FB, A9 and 9F. RGB value is (251,169,159). Sum of RGB (Red+Green+Blue) = 251+169+159=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA99F is #045660. Grayscale: #C0C0C0. Windows color (decimal): -284257 or 10463739. OLE color: 10463739.
HSL color Cylindrical-coordinate representation of color #FBA99F: hue angle of 6.52º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBA99F is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 159 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.02 |
| HSL | 6.52º | 0.92% | 0.8% | - |
| HSV(B) | 6.52º | 0.37% | 0.98% | - |
| XYZ | 60.23 | 51.39 | 39.55 | - |
| YUV | 192.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 159 | 0 | 0.33 | 0.37 | 0.02 | 6.52 | 0.92 | 0.8 |
| Hex | FB | A9 | 9F | 0 | 21 | 25 | 2 | 7 | 5C | 50 |
| Octal | 373 | 251 | 237 | 0 | 41 | 45 | 2 | 7 | 134 | 120 |
| Binary | 11111011 | 10101001 | 10011111 | 0 | 100001 | 100101 | 10 | 111 | 1011100 | 1010000 |
Color Harmonies of #FBA99F
Complementary color
Monochromatic Colors of #FBA99F
Black with #FBA99F
Text Example
Text Example
White with #FBA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA99F; }
p { color: rgb(251,169,159); }
H1.HeaderClassName
{
color: #FBA99F;
}
.AnyTagClassName
{
color: #FBA99F;
}
</style>
background-color css
<style>
a { background-color: #FBA99F; }
a { background-color: rgb(251,169,159); }
div.DivClassName
{
background-color: #FBA99F;
}
.BgClassName
{
background-color: #FBA99F;
}
</style>
border-color css
<style>
span { border-color: #FBA99F; }
span { border-color: rgb(251,169,159); }
td.TdClassName
{
border-color: #FBA99F;
}
.TagClassName
{
border-color: #FBA99F;
}
</style>