Shades of Rose Bud #FBA397
Tints of Rose Bud #FBA397
RGB
CMYK
RGB Variations
Color information
#FBA397 (or 0xFBA397) is known color: Rose Bud. HEX triplet: FB, A3 and 97. RGB value is (251,163,151). Sum of RGB (Red+Green+Blue) = 251+163+151=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA397 is #045C68. Grayscale: #BCBCBC. Windows color (decimal): -285801 or 9937915. OLE color: 9937915.
HSL color Cylindrical-coordinate representation of color #FBA397: hue angle of 7.2º 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 #FBA397 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 151 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.02 |
| HSL | 7.2º | 0.93% | 0.79% | - |
| HSV(B) | 7.2º | 0.4% | 0.98% | - |
| XYZ | 58.47 | 48.94 | 35.64 | - |
| YUV | 187.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 151 | 0 | 0.35 | 0.40 | 0.02 | 7.2 | 0.93 | 0.79 |
| Hex | FB | A3 | 97 | 0 | 23 | 28 | 2 | 7 | 5D | 4F |
| Octal | 373 | 243 | 227 | 0 | 43 | 50 | 2 | 7 | 135 | 117 |
| Binary | 11111011 | 10100011 | 10010111 | 0 | 100011 | 101000 | 10 | 111 | 1011101 | 1001111 |
Color Harmonies of #FBA397
Complementary color
Monochromatic Colors of #FBA397
Black with #FBA397
Text Example
Text Example
White with #FBA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA397; }
p { color: rgb(251,163,151); }
H1.HeaderClassName
{
color: #FBA397;
}
.AnyTagClassName
{
color: #FBA397;
}
</style>
background-color css
<style>
a { background-color: #FBA397; }
a { background-color: rgb(251,163,151); }
div.DivClassName
{
background-color: #FBA397;
}
.BgClassName
{
background-color: #FBA397;
}
</style>
border-color css
<style>
span { border-color: #FBA397; }
span { border-color: rgb(251,163,151); }
td.TdClassName
{
border-color: #FBA397;
}
.TagClassName
{
border-color: #FBA397;
}
</style>