Shades of Rose Bud #FBA498
Tints of Rose Bud #FBA498
RGB
CMYK
RGB Variations
Color information
#FBA498 (or 0xFBA498) is known color: Rose Bud. HEX triplet: FB, A4 and 98. RGB value is (251,164,152). Sum of RGB (Red+Green+Blue) = 251+164+152=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA498 is #045B67. Grayscale: #BCBCBC. Windows color (decimal): -285544 or 10003707. OLE color: 10003707.
HSL color Cylindrical-coordinate representation of color #FBA498: hue angle of 7.27º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA498 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 152 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.02 |
| HSL | 7.27º | 0.93% | 0.79% | - |
| HSV(B) | 7.27º | 0.39% | 0.98% | - |
| XYZ | 58.73 | 49.33 | 36.13 | - |
| YUV | 188.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 152 | 0 | 0.35 | 0.39 | 0.02 | 7.27 | 0.93 | 0.79 |
| Hex | FB | A4 | 98 | 0 | 23 | 27 | 2 | 7 | 5D | 4F |
| Octal | 373 | 244 | 230 | 0 | 43 | 47 | 2 | 7 | 135 | 117 |
| Binary | 11111011 | 10100100 | 10011000 | 0 | 100011 | 100111 | 10 | 111 | 1011101 | 1001111 |
Color Harmonies of #FBA498
Complementary color
Monochromatic Colors of #FBA498
Black with #FBA498
Text Example
Text Example
White with #FBA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA498; }
p { color: rgb(251,164,152); }
H1.HeaderClassName
{
color: #FBA498;
}
.AnyTagClassName
{
color: #FBA498;
}
</style>
background-color css
<style>
a { background-color: #FBA498; }
a { background-color: rgb(251,164,152); }
div.DivClassName
{
background-color: #FBA498;
}
.BgClassName
{
background-color: #FBA498;
}
</style>
border-color css
<style>
span { border-color: #FBA498; }
span { border-color: rgb(251,164,152); }
td.TdClassName
{
border-color: #FBA498;
}
.TagClassName
{
border-color: #FBA498;
}
</style>