Shades of Rose Bud #FBA198
Tints of Rose Bud #FBA198
RGB
CMYK
RGB Variations
Color information
#FBA198 (or 0xFBA198) is known color: Rose Bud. HEX triplet: FB, A1 and 98. RGB value is (251,161,152). Sum of RGB (Red+Green+Blue) = 251+161+152=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA198 is #045E67. Grayscale: #BBBBBB. Windows color (decimal): -286312 or 10002939. OLE color: 10002939.
HSL color Cylindrical-coordinate representation of color #FBA198: hue angle of 5.45º 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 #FBA198 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 152 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.02 |
| HSL | 5.45º | 0.93% | 0.79% | - |
| HSV(B) | 5.45º | 0.39% | 0.98% | - |
| XYZ | 58.2 | 48.27 | 35.95 | - |
| YUV | 186.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 152 | 0 | 0.36 | 0.39 | 0.02 | 5.45 | 0.93 | 0.79 |
| Hex | FB | A1 | 98 | 0 | 24 | 27 | 2 | 5 | 5D | 4F |
| Octal | 373 | 241 | 230 | 0 | 44 | 47 | 2 | 5 | 135 | 117 |
| Binary | 11111011 | 10100001 | 10011000 | 0 | 100100 | 100111 | 10 | 101 | 1011101 | 1001111 |
Color Harmonies of #FBA198
Complementary color
Monochromatic Colors of #FBA198
Black with #FBA198
Text Example
Text Example
White with #FBA198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA198; }
p { color: rgb(251,161,152); }
H1.HeaderClassName
{
color: #FBA198;
}
.AnyTagClassName
{
color: #FBA198;
}
</style>
background-color css
<style>
a { background-color: #FBA198; }
a { background-color: rgb(251,161,152); }
div.DivClassName
{
background-color: #FBA198;
}
.BgClassName
{
background-color: #FBA198;
}
</style>
border-color css
<style>
span { border-color: #FBA198; }
span { border-color: rgb(251,161,152); }
td.TdClassName
{
border-color: #FBA198;
}
.TagClassName
{
border-color: #FBA198;
}
</style>