Shades of Rose Bud #FBAB92
Tints of Rose Bud #FBAB92
RGB
CMYK
RGB Variations
Color information
#FBAB92 (or 0xFBAB92) is known color: Rose Bud. HEX triplet: FB, AB and 92. RGB value is (251,171,146). Sum of RGB (Red+Green+Blue) = 251+171+146=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB92 is #04546D. Grayscale: #C0C0C0. Windows color (decimal): -283758 or 9612283. OLE color: 9612283.
HSL color Cylindrical-coordinate representation of color #FBAB92: hue angle of 14.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBAB92 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 146 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.02 |
| HSL | 14.29º | 0.93% | 0.78% | - |
| HSV(B) | 14.29º | 0.42% | 0.98% | - |
| XYZ | 59.53 | 51.71 | 34.04 | - |
| YUV | 192.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 146 | 0 | 0.32 | 0.42 | 0.02 | 14.29 | 0.93 | 0.78 |
| Hex | FB | AB | 92 | 0 | 20 | 2A | 2 | E | 5D | 4E |
| Octal | 373 | 253 | 222 | 0 | 40 | 52 | 2 | 16 | 135 | 116 |
| Binary | 11111011 | 10101011 | 10010010 | 0 | 100000 | 101010 | 10 | 1110 | 1011101 | 1001110 |
Color Harmonies of #FBAB92
Complementary color
Monochromatic Colors of #FBAB92
Black with #FBAB92
Text Example
Text Example
White with #FBAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB92; }
p { color: rgb(251,171,146); }
H1.HeaderClassName
{
color: #FBAB92;
}
.AnyTagClassName
{
color: #FBAB92;
}
</style>
background-color css
<style>
a { background-color: #FBAB92; }
a { background-color: rgb(251,171,146); }
div.DivClassName
{
background-color: #FBAB92;
}
.BgClassName
{
background-color: #FBAB92;
}
</style>
border-color css
<style>
span { border-color: #FBAB92; }
span { border-color: rgb(251,171,146); }
td.TdClassName
{
border-color: #FBAB92;
}
.TagClassName
{
border-color: #FBAB92;
}
</style>