Shades of Rose Bud #FBA296
Tints of Rose Bud #FBA296
RGB
CMYK
RGB Variations
Color information
#FBA296 (or 0xFBA296) is known color: Rose Bud. HEX triplet: FB, A2 and 96. RGB value is (251,162,150). Sum of RGB (Red+Green+Blue) = 251+162+150=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA296 is #045D69. Grayscale: #BBBBBB. Windows color (decimal): -286058 or 9872123. OLE color: 9872123.
HSL color Cylindrical-coordinate representation of color #FBA296: hue angle of 7.13º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBA296 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 150 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.02 |
| HSL | 7.13º | 0.93% | 0.79% | - |
| HSV(B) | 7.13º | 0.4% | 0.98% | - |
| XYZ | 58.21 | 48.55 | 35.16 | - |
| YUV | 187.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 150 | 0 | 0.35 | 0.40 | 0.02 | 7.13 | 0.93 | 0.79 |
| Hex | FB | A2 | 96 | 0 | 23 | 28 | 2 | 7 | 5D | 4F |
| Octal | 373 | 242 | 226 | 0 | 43 | 50 | 2 | 7 | 135 | 117 |
| Binary | 11111011 | 10100010 | 10010110 | 0 | 100011 | 101000 | 10 | 111 | 1011101 | 1001111 |
Color Harmonies of #FBA296
Complementary color
Monochromatic Colors of #FBA296
Black with #FBA296
Text Example
Text Example
White with #FBA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA296; }
p { color: rgb(251,162,150); }
H1.HeaderClassName
{
color: #FBA296;
}
.AnyTagClassName
{
color: #FBA296;
}
</style>
background-color css
<style>
a { background-color: #FBA296; }
a { background-color: rgb(251,162,150); }
div.DivClassName
{
background-color: #FBA296;
}
.BgClassName
{
background-color: #FBA296;
}
</style>
border-color css
<style>
span { border-color: #FBA296; }
span { border-color: rgb(251,162,150); }
td.TdClassName
{
border-color: #FBA296;
}
.TagClassName
{
border-color: #FBA296;
}
</style>