Shades of Rose Bud #FBA68E
Tints of Rose Bud #FBA68E
RGB
CMYK
RGB Variations
Color information
#FBA68E (or 0xFBA68E) is known color: Rose Bud. HEX triplet: FB, A6 and 8E. RGB value is (251,166,142). Sum of RGB (Red+Green+Blue) = 251+166+142=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA68E is #045971. Grayscale: #BCBCBC. Windows color (decimal): -285042 or 9348859. OLE color: 9348859.
HSL color Cylindrical-coordinate representation of color #FBA68E: hue angle of 13.21º 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 #FBA68E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 142 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.02 |
| HSL | 13.21º | 0.93% | 0.77% | - |
| HSV(B) | 13.21º | 0.43% | 0.98% | - |
| XYZ | 58.3 | 49.73 | 32.12 | - |
| YUV | 188.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 142 | 0 | 0.34 | 0.43 | 0.02 | 13.21 | 0.93 | 0.77 |
| Hex | FB | A6 | 8E | 0 | 22 | 2B | 2 | D | 5D | 4D |
| Octal | 373 | 246 | 216 | 0 | 42 | 53 | 2 | 15 | 135 | 115 |
| Binary | 11111011 | 10100110 | 10001110 | 0 | 100010 | 101011 | 10 | 1101 | 1011101 | 1001101 |
Color Harmonies of #FBA68E
Complementary color
Monochromatic Colors of #FBA68E
Black with #FBA68E
Text Example
Text Example
White with #FBA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA68E; }
p { color: rgb(251,166,142); }
H1.HeaderClassName
{
color: #FBA68E;
}
.AnyTagClassName
{
color: #FBA68E;
}
</style>
background-color css
<style>
a { background-color: #FBA68E; }
a { background-color: rgb(251,166,142); }
div.DivClassName
{
background-color: #FBA68E;
}
.BgClassName
{
background-color: #FBA68E;
}
</style>
border-color css
<style>
span { border-color: #FBA68E; }
span { border-color: rgb(251,166,142); }
td.TdClassName
{
border-color: #FBA68E;
}
.TagClassName
{
border-color: #FBA68E;
}
</style>