Shades of Rose Bud #FBA19B
Tints of Rose Bud #FBA19B
RGB
CMYK
RGB Variations
Color information
#FBA19B (or 0xFBA19B) is known color: Rose Bud. HEX triplet: FB, A1 and 9B. RGB value is (251,161,155). Sum of RGB (Red+Green+Blue) = 251+161+155=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA19B is #045E64. Grayscale: #BBBBBB. Windows color (decimal): -286309 or 10199547. OLE color: 10199547.
HSL color Cylindrical-coordinate representation of color #FBA19B: hue angle of 3.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBA19B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 155 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.02 |
| HSL | 3.75º | 0.92% | 0.8% | - |
| HSV(B) | 3.75º | 0.38% | 0.98% | - |
| XYZ | 58.44 | 48.37 | 37.27 | - |
| YUV | 187.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 155 | 0 | 0.36 | 0.38 | 0.02 | 3.75 | 0.92 | 0.8 |
| Hex | FB | A1 | 9B | 0 | 24 | 26 | 2 | 4 | 5C | 50 |
| Octal | 373 | 241 | 233 | 0 | 44 | 46 | 2 | 4 | 134 | 120 |
| Binary | 11111011 | 10100001 | 10011011 | 0 | 100100 | 100110 | 10 | 100 | 1011100 | 1010000 |
Color Harmonies of #FBA19B
Complementary color
Monochromatic Colors of #FBA19B
Black with #FBA19B
Text Example
Text Example
White with #FBA19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA19B; }
p { color: rgb(251,161,155); }
H1.HeaderClassName
{
color: #FBA19B;
}
.AnyTagClassName
{
color: #FBA19B;
}
</style>
background-color css
<style>
a { background-color: #FBA19B; }
a { background-color: rgb(251,161,155); }
div.DivClassName
{
background-color: #FBA19B;
}
.BgClassName
{
background-color: #FBA19B;
}
</style>
border-color css
<style>
span { border-color: #FBA19B; }
span { border-color: rgb(251,161,155); }
td.TdClassName
{
border-color: #FBA19B;
}
.TagClassName
{
border-color: #FBA19B;
}
</style>