Shades of Rose Bud #FBA48E
Tints of Rose Bud #FBA48E
RGB
CMYK
RGB Variations
Color information
#FBA48E (or 0xFBA48E) is known color: Rose Bud. HEX triplet: FB, A4 and 8E. RGB value is (251,164,142). Sum of RGB (Red+Green+Blue) = 251+164+142=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA48E is #045B71. Grayscale: #BBBBBB. Windows color (decimal): -285554 or 9348347. OLE color: 9348347.
HSL color Cylindrical-coordinate representation of color #FBA48E: hue angle of 12.11º 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 #FBA48E is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 142 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.02 |
| HSL | 12.11º | 0.93% | 0.77% | - |
| HSV(B) | 12.11º | 0.43% | 0.98% | - |
| XYZ | 57.94 | 49.01 | 32 | - |
| YUV | 187.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 142 | 0 | 0.35 | 0.43 | 0.02 | 12.11 | 0.93 | 0.77 |
| Hex | FB | A4 | 8E | 0 | 23 | 2B | 2 | C | 5D | 4D |
| Octal | 373 | 244 | 216 | 0 | 43 | 53 | 2 | 14 | 135 | 115 |
| Binary | 11111011 | 10100100 | 10001110 | 0 | 100011 | 101011 | 10 | 1100 | 1011101 | 1001101 |
Color Harmonies of #FBA48E
Complementary color
Monochromatic Colors of #FBA48E
Black with #FBA48E
Text Example
Text Example
White with #FBA48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA48E; }
p { color: rgb(251,164,142); }
H1.HeaderClassName
{
color: #FBA48E;
}
.AnyTagClassName
{
color: #FBA48E;
}
</style>
background-color css
<style>
a { background-color: #FBA48E; }
a { background-color: rgb(251,164,142); }
div.DivClassName
{
background-color: #FBA48E;
}
.BgClassName
{
background-color: #FBA48E;
}
</style>
border-color css
<style>
span { border-color: #FBA48E; }
span { border-color: rgb(251,164,142); }
td.TdClassName
{
border-color: #FBA48E;
}
.TagClassName
{
border-color: #FBA48E;
}
</style>