Shades of Rose Bud #FBA59E
Tints of Rose Bud #FBA59E
RGB
CMYK
RGB Variations
Color information
#FBA59E (or 0xFBA59E) is known color: Rose Bud. HEX triplet: FB, A5 and 9E. RGB value is (251,165,158). Sum of RGB (Red+Green+Blue) = 251+165+158=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA59E is #045A61. Grayscale: #BEBEBE. Windows color (decimal): -285282 or 10397179. OLE color: 10397179.
HSL color Cylindrical-coordinate representation of color #FBA59E: hue angle of 4.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 #FBA59E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 158 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.02 |
| HSL | 4.52º | 0.92% | 0.8% | - |
| HSV(B) | 4.52º | 0.37% | 0.98% | - |
| XYZ | 59.41 | 49.89 | 38.85 | - |
| YUV | 189.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 158 | 0 | 0.34 | 0.37 | 0.02 | 4.52 | 0.92 | 0.8 |
| Hex | FB | A5 | 9E | 0 | 22 | 25 | 2 | 5 | 5C | 50 |
| Octal | 373 | 245 | 236 | 0 | 42 | 45 | 2 | 5 | 134 | 120 |
| Binary | 11111011 | 10100101 | 10011110 | 0 | 100010 | 100101 | 10 | 101 | 1011100 | 1010000 |
Color Harmonies of #FBA59E
Complementary color
Monochromatic Colors of #FBA59E
Black with #FBA59E
Text Example
Text Example
White with #FBA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA59E; }
p { color: rgb(251,165,158); }
H1.HeaderClassName
{
color: #FBA59E;
}
.AnyTagClassName
{
color: #FBA59E;
}
</style>
background-color css
<style>
a { background-color: #FBA59E; }
a { background-color: rgb(251,165,158); }
div.DivClassName
{
background-color: #FBA59E;
}
.BgClassName
{
background-color: #FBA59E;
}
</style>
border-color css
<style>
span { border-color: #FBA59E; }
span { border-color: rgb(251,165,158); }
td.TdClassName
{
border-color: #FBA59E;
}
.TagClassName
{
border-color: #FBA59E;
}
</style>