Shades of Rose Bud #FBA393
Tints of Rose Bud #FBA393
RGB
CMYK
RGB Variations
Color information
#FBA393 (or 0xFBA393) is known color: Rose Bud. HEX triplet: FB, A3 and 93. RGB value is (251,163,147). Sum of RGB (Red+Green+Blue) = 251+163+147=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA393 is #045C6C. Grayscale: #BBBBBB. Windows color (decimal): -285805 or 9675771. OLE color: 9675771.
HSL color Cylindrical-coordinate representation of color #FBA393: hue angle of 9.23º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBA393 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 147 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.02 |
| HSL | 9.23º | 0.93% | 0.78% | - |
| HSV(B) | 9.23º | 0.41% | 0.98% | - |
| XYZ | 58.15 | 48.81 | 33.96 | - |
| YUV | 187.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 147 | 0 | 0.35 | 0.41 | 0.02 | 9.23 | 0.93 | 0.78 |
| Hex | FB | A3 | 93 | 0 | 23 | 29 | 2 | 9 | 5D | 4E |
| Octal | 373 | 243 | 223 | 0 | 43 | 51 | 2 | 11 | 135 | 116 |
| Binary | 11111011 | 10100011 | 10010011 | 0 | 100011 | 101001 | 10 | 1001 | 1011101 | 1001110 |
Color Harmonies of #FBA393
Complementary color
Monochromatic Colors of #FBA393
Black with #FBA393
Text Example
Text Example
White with #FBA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA393; }
p { color: rgb(251,163,147); }
H1.HeaderClassName
{
color: #FBA393;
}
.AnyTagClassName
{
color: #FBA393;
}
</style>
background-color css
<style>
a { background-color: #FBA393; }
a { background-color: rgb(251,163,147); }
div.DivClassName
{
background-color: #FBA393;
}
.BgClassName
{
background-color: #FBA393;
}
</style>
border-color css
<style>
span { border-color: #FBA393; }
span { border-color: rgb(251,163,147); }
td.TdClassName
{
border-color: #FBA393;
}
.TagClassName
{
border-color: #FBA393;
}
</style>