Shades of Rose Bud #FBA896
Tints of Rose Bud #FBA896
RGB
CMYK
RGB Variations
Color information
#FBA896 (or 0xFBA896) is known color: Rose Bud. HEX triplet: FB, A8 and 96. RGB value is (251,168,150). Sum of RGB (Red+Green+Blue) = 251+168+150=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA896 is #045769. Grayscale: #BEBEBE. Windows color (decimal): -284522 or 9873659. OLE color: 9873659.
HSL color Cylindrical-coordinate representation of color #FBA896: hue angle of 10.69º 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 #FBA896 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 150 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.02 |
| HSL | 10.69º | 0.93% | 0.79% | - |
| HSV(B) | 10.69º | 0.4% | 0.98% | - |
| XYZ | 59.29 | 50.72 | 35.52 | - |
| YUV | 190.77 | 105 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 150 | 0 | 0.33 | 0.40 | 0.02 | 10.69 | 0.93 | 0.79 |
| Hex | FB | A8 | 96 | 0 | 21 | 28 | 2 | B | 5D | 4F |
| Octal | 373 | 250 | 226 | 0 | 41 | 50 | 2 | 13 | 135 | 117 |
| Binary | 11111011 | 10101000 | 10010110 | 0 | 100001 | 101000 | 10 | 1011 | 1011101 | 1001111 |
Color Harmonies of #FBA896
Complementary color
Monochromatic Colors of #FBA896
Black with #FBA896
Text Example
Text Example
White with #FBA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA896; }
p { color: rgb(251,168,150); }
H1.HeaderClassName
{
color: #FBA896;
}
.AnyTagClassName
{
color: #FBA896;
}
</style>
background-color css
<style>
a { background-color: #FBA896; }
a { background-color: rgb(251,168,150); }
div.DivClassName
{
background-color: #FBA896;
}
.BgClassName
{
background-color: #FBA896;
}
</style>
border-color css
<style>
span { border-color: #FBA896; }
span { border-color: rgb(251,168,150); }
td.TdClassName
{
border-color: #FBA896;
}
.TagClassName
{
border-color: #FBA896;
}
</style>