Shades of Rose Bud #FBA68D
Tints of Rose Bud #FBA68D
RGB
CMYK
RGB Variations
Color information
#FBA68D (or 0xFBA68D) is known color: Rose Bud. HEX triplet: FB, A6 and 8D. RGB value is (251,166,141). Sum of RGB (Red+Green+Blue) = 251+166+141=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA68D is #045972. Grayscale: #BCBCBC. Windows color (decimal): -285043 or 9283323. OLE color: 9283323.
HSL color Cylindrical-coordinate representation of color #FBA68D: hue angle of 13.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBA68D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 141 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.02 |
| HSL | 13.64º | 0.93% | 0.77% | - |
| HSV(B) | 13.64º | 0.44% | 0.98% | - |
| XYZ | 58.23 | 49.7 | 31.72 | - |
| YUV | 188.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 141 | 0 | 0.34 | 0.44 | 0.02 | 13.64 | 0.93 | 0.77 |
| Hex | FB | A6 | 8D | 0 | 22 | 2C | 2 | E | 5D | 4D |
| Octal | 373 | 246 | 215 | 0 | 42 | 54 | 2 | 16 | 135 | 115 |
| Binary | 11111011 | 10100110 | 10001101 | 0 | 100010 | 101100 | 10 | 1110 | 1011101 | 1001101 |
Color Harmonies of #FBA68D
Complementary color
Monochromatic Colors of #FBA68D
Black with #FBA68D
Text Example
Text Example
White with #FBA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA68D; }
p { color: rgb(251,166,141); }
H1.HeaderClassName
{
color: #FBA68D;
}
.AnyTagClassName
{
color: #FBA68D;
}
</style>
background-color css
<style>
a { background-color: #FBA68D; }
a { background-color: rgb(251,166,141); }
div.DivClassName
{
background-color: #FBA68D;
}
.BgClassName
{
background-color: #FBA68D;
}
</style>
border-color css
<style>
span { border-color: #FBA68D; }
span { border-color: rgb(251,166,141); }
td.TdClassName
{
border-color: #FBA68D;
}
.TagClassName
{
border-color: #FBA68D;
}
</style>