Shades of Rose Bud #FBA39D
Tints of Rose Bud #FBA39D
RGB
CMYK
RGB Variations
Color information
#FBA39D (or 0xFBA39D) is known color: Rose Bud. HEX triplet: FB, A3 and 9D. RGB value is (251,163,157). Sum of RGB (Red+Green+Blue) = 251+163+157=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA39D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA39D is #045C62. Grayscale: #BCBCBC. Windows color (decimal): -285795 or 10331131. OLE color: 10331131.
HSL color Cylindrical-coordinate representation of color #FBA39D: hue angle of 3.83º 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 #FBA39D is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 157 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.02 |
| HSL | 3.83º | 0.92% | 0.8% | - |
| HSV(B) | 3.83º | 0.37% | 0.98% | - |
| XYZ | 58.97 | 49.14 | 38.27 | - |
| YUV | 188.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 157 | 0 | 0.35 | 0.37 | 0.02 | 3.83 | 0.92 | 0.8 |
| Hex | FB | A3 | 9D | 0 | 23 | 25 | 2 | 4 | 5C | 50 |
| Octal | 373 | 243 | 235 | 0 | 43 | 45 | 2 | 4 | 134 | 120 |
| Binary | 11111011 | 10100011 | 10011101 | 0 | 100011 | 100101 | 10 | 100 | 1011100 | 1010000 |
Color Harmonies of #FBA39D
Complementary color
Monochromatic Colors of #FBA39D
Black with #FBA39D
Text Example
Text Example
White with #FBA39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA39D; }
p { color: rgb(251,163,157); }
H1.HeaderClassName
{
color: #FBA39D;
}
.AnyTagClassName
{
color: #FBA39D;
}
</style>
background-color css
<style>
a { background-color: #FBA39D; }
a { background-color: rgb(251,163,157); }
div.DivClassName
{
background-color: #FBA39D;
}
.BgClassName
{
background-color: #FBA39D;
}
</style>
border-color css
<style>
span { border-color: #FBA39D; }
span { border-color: rgb(251,163,157); }
td.TdClassName
{
border-color: #FBA39D;
}
.TagClassName
{
border-color: #FBA39D;
}
</style>