Shades of Rose Bud #FBA793
Tints of Rose Bud #FBA793
RGB
CMYK
RGB Variations
Color information
#FBA793 (or 0xFBA793) is known color: Rose Bud. HEX triplet: FB, A7 and 93. RGB value is (251,167,147). Sum of RGB (Red+Green+Blue) = 251+167+147=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA793 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA793 is #04586C. Grayscale: #BEBEBE. Windows color (decimal): -284781 or 9676795. OLE color: 9676795.
HSL color Cylindrical-coordinate representation of color #FBA793: hue angle of 11.54º 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 #FBA793 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 147 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.02 |
| HSL | 11.54º | 0.93% | 0.78% | - |
| HSV(B) | 11.54º | 0.41% | 0.98% | - |
| XYZ | 58.87 | 50.25 | 34.2 | - |
| YUV | 189.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 147 | 0 | 0.33 | 0.41 | 0.02 | 11.54 | 0.93 | 0.78 |
| Hex | FB | A7 | 93 | 0 | 21 | 29 | 2 | C | 5D | 4E |
| Octal | 373 | 247 | 223 | 0 | 41 | 51 | 2 | 14 | 135 | 116 |
| Binary | 11111011 | 10100111 | 10010011 | 0 | 100001 | 101001 | 10 | 1100 | 1011101 | 1001110 |
Color Harmonies of #FBA793
Complementary color
Monochromatic Colors of #FBA793
Black with #FBA793
Text Example
Text Example
White with #FBA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA793; }
p { color: rgb(251,167,147); }
H1.HeaderClassName
{
color: #FBA793;
}
.AnyTagClassName
{
color: #FBA793;
}
</style>
background-color css
<style>
a { background-color: #FBA793; }
a { background-color: rgb(251,167,147); }
div.DivClassName
{
background-color: #FBA793;
}
.BgClassName
{
background-color: #FBA793;
}
</style>
border-color css
<style>
span { border-color: #FBA793; }
span { border-color: rgb(251,167,147); }
td.TdClassName
{
border-color: #FBA793;
}
.TagClassName
{
border-color: #FBA793;
}
</style>