Shades of Rose Bud #FBA493
Tints of Rose Bud #FBA493
RGB
CMYK
RGB Variations
Color information
#FBA493 (or 0xFBA493) is known color: Rose Bud. HEX triplet: FB, A4 and 93. RGB value is (251,164,147). Sum of RGB (Red+Green+Blue) = 251+164+147=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA493 is #045B6C. Grayscale: #BCBCBC. Windows color (decimal): -285549 or 9676027. OLE color: 9676027.
HSL color Cylindrical-coordinate representation of color #FBA493: hue angle of 9.81º 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 #FBA493 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 147 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.02 |
| HSL | 9.81º | 0.93% | 0.78% | - |
| HSV(B) | 9.81º | 0.41% | 0.98% | - |
| XYZ | 58.33 | 49.17 | 34.02 | - |
| YUV | 188.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 147 | 0 | 0.35 | 0.41 | 0.02 | 9.81 | 0.93 | 0.78 |
| Hex | FB | A4 | 93 | 0 | 23 | 29 | 2 | A | 5D | 4E |
| Octal | 373 | 244 | 223 | 0 | 43 | 51 | 2 | 12 | 135 | 116 |
| Binary | 11111011 | 10100100 | 10010011 | 0 | 100011 | 101001 | 10 | 1010 | 1011101 | 1001110 |
Color Harmonies of #FBA493
Complementary color
Monochromatic Colors of #FBA493
Black with #FBA493
Text Example
Text Example
White with #FBA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA493; }
p { color: rgb(251,164,147); }
H1.HeaderClassName
{
color: #FBA493;
}
.AnyTagClassName
{
color: #FBA493;
}
</style>
background-color css
<style>
a { background-color: #FBA493; }
a { background-color: rgb(251,164,147); }
div.DivClassName
{
background-color: #FBA493;
}
.BgClassName
{
background-color: #FBA493;
}
</style>
border-color css
<style>
span { border-color: #FBA493; }
span { border-color: rgb(251,164,147); }
td.TdClassName
{
border-color: #FBA493;
}
.TagClassName
{
border-color: #FBA493;
}
</style>