Shades of Rose Bud #FBA58F
Tints of Rose Bud #FBA58F
RGB
CMYK
RGB Variations
Color information
#FBA58F (or 0xFBA58F) is known color: Rose Bud. HEX triplet: FB, A5 and 8F. RGB value is (251,165,143). Sum of RGB (Red+Green+Blue) = 251+165+143=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA58F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA58F is #045A70. Grayscale: #BCBCBC. Windows color (decimal): -285297 or 9414139. OLE color: 9414139.
HSL color Cylindrical-coordinate representation of color #FBA58F: hue angle of 12.22º 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 #FBA58F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 143 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.02 |
| HSL | 12.22º | 0.93% | 0.77% | - |
| HSV(B) | 12.22º | 0.43% | 0.98% | - |
| XYZ | 58.2 | 49.4 | 32.45 | - |
| YUV | 188.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 143 | 0 | 0.34 | 0.43 | 0.02 | 12.22 | 0.93 | 0.77 |
| Hex | FB | A5 | 8F | 0 | 22 | 2B | 2 | C | 5D | 4D |
| Octal | 373 | 245 | 217 | 0 | 42 | 53 | 2 | 14 | 135 | 115 |
| Binary | 11111011 | 10100101 | 10001111 | 0 | 100010 | 101011 | 10 | 1100 | 1011101 | 1001101 |
Color Harmonies of #FBA58F
Complementary color
Monochromatic Colors of #FBA58F
Black with #FBA58F
Text Example
Text Example
White with #FBA58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA58F; }
p { color: rgb(251,165,143); }
H1.HeaderClassName
{
color: #FBA58F;
}
.AnyTagClassName
{
color: #FBA58F;
}
</style>
background-color css
<style>
a { background-color: #FBA58F; }
a { background-color: rgb(251,165,143); }
div.DivClassName
{
background-color: #FBA58F;
}
.BgClassName
{
background-color: #FBA58F;
}
</style>
border-color css
<style>
span { border-color: #FBA58F; }
span { border-color: rgb(251,165,143); }
td.TdClassName
{
border-color: #FBA58F;
}
.TagClassName
{
border-color: #FBA58F;
}
</style>