Shades of Rose Bud #FBA193
Tints of Rose Bud #FBA193
RGB
CMYK
RGB Variations
Color information
#FBA193 (or 0xFBA193) is known color: Rose Bud. HEX triplet: FB, A1 and 93. RGB value is (251,161,147). Sum of RGB (Red+Green+Blue) = 251+161+147=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA193 is #045E6C. Grayscale: #BABABA. Windows color (decimal): -286317 or 9675259. OLE color: 9675259.
HSL color Cylindrical-coordinate representation of color #FBA193: hue angle of 8.08º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBA193 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 147 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.02 |
| HSL | 8.08º | 0.93% | 0.78% | - |
| HSV(B) | 8.08º | 0.41% | 0.98% | - |
| XYZ | 57.79 | 48.11 | 33.84 | - |
| YUV | 186.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 147 | 0 | 0.36 | 0.41 | 0.02 | 8.08 | 0.93 | 0.78 |
| Hex | FB | A1 | 93 | 0 | 24 | 29 | 2 | 8 | 5D | 4E |
| Octal | 373 | 241 | 223 | 0 | 44 | 51 | 2 | 10 | 135 | 116 |
| Binary | 11111011 | 10100001 | 10010011 | 0 | 100100 | 101001 | 10 | 1000 | 1011101 | 1001110 |
Color Harmonies of #FBA193
Complementary color
Monochromatic Colors of #FBA193
Black with #FBA193
Text Example
Text Example
White with #FBA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA193; }
p { color: rgb(251,161,147); }
H1.HeaderClassName
{
color: #FBA193;
}
.AnyTagClassName
{
color: #FBA193;
}
</style>
background-color css
<style>
a { background-color: #FBA193; }
a { background-color: rgb(251,161,147); }
div.DivClassName
{
background-color: #FBA193;
}
.BgClassName
{
background-color: #FBA193;
}
</style>
border-color css
<style>
span { border-color: #FBA193; }
span { border-color: rgb(251,161,147); }
td.TdClassName
{
border-color: #FBA193;
}
.TagClassName
{
border-color: #FBA193;
}
</style>