Shades of Rose Bud #FBA590
Tints of Rose Bud #FBA590
RGB
CMYK
RGB Variations
Color information
#FBA590 (or 0xFBA590) is known color: Rose Bud. HEX triplet: FB, A5 and 90. RGB value is (251,165,144). Sum of RGB (Red+Green+Blue) = 251+165+144=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA590 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA590 is #045A6F. Grayscale: #BCBCBC. Windows color (decimal): -285296 or 9479675. OLE color: 9479675.
HSL color Cylindrical-coordinate representation of color #FBA590: hue angle of 11.78º 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 #FBA590 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 144 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.02 |
| HSL | 11.78º | 0.93% | 0.77% | - |
| HSV(B) | 11.78º | 0.43% | 0.98% | - |
| XYZ | 58.27 | 49.43 | 32.86 | - |
| YUV | 188.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 144 | 0 | 0.34 | 0.43 | 0.02 | 11.78 | 0.93 | 0.77 |
| Hex | FB | A5 | 90 | 0 | 22 | 2B | 2 | C | 5D | 4D |
| Octal | 373 | 245 | 220 | 0 | 42 | 53 | 2 | 14 | 135 | 115 |
| Binary | 11111011 | 10100101 | 10010000 | 0 | 100010 | 101011 | 10 | 1100 | 1011101 | 1001101 |
Color Harmonies of #FBA590
Complementary color
Monochromatic Colors of #FBA590
Black with #FBA590
Text Example
Text Example
White with #FBA590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA590; }
p { color: rgb(251,165,144); }
H1.HeaderClassName
{
color: #FBA590;
}
.AnyTagClassName
{
color: #FBA590;
}
</style>
background-color css
<style>
a { background-color: #FBA590; }
a { background-color: rgb(251,165,144); }
div.DivClassName
{
background-color: #FBA590;
}
.BgClassName
{
background-color: #FBA590;
}
</style>
border-color css
<style>
span { border-color: #FBA590; }
span { border-color: rgb(251,165,144); }
td.TdClassName
{
border-color: #FBA590;
}
.TagClassName
{
border-color: #FBA590;
}
</style>