Shades of Tacao #FBAB83
Tints of Tacao #FBAB83
RGB
CMYK
RGB Variations
Color information
#FBAB83 (or 0xFBAB83) is known color: Tacao. HEX triplet: FB, AB and 83. RGB value is (251,171,131). Sum of RGB (Red+Green+Blue) = 251+171+131=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB83 is #04547C. Grayscale: #BEBEBE. Windows color (decimal): -283773 or 8629243. OLE color: 8629243.
HSL color Cylindrical-coordinate representation of color #FBAB83: hue angle of 20º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FBAB83 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 131 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.02 |
| HSL | 20º | 0.94% | 0.75% | - |
| HSV(B) | 20º | 0.48% | 0.98% | - |
| XYZ | 58.44 | 51.27 | 28.29 | - |
| YUV | 190.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 131 | 0 | 0.32 | 0.48 | 0.02 | 20 | 0.94 | 0.75 |
| Hex | FB | AB | 83 | 0 | 20 | 30 | 2 | 14 | 5E | 4B |
| Octal | 373 | 253 | 203 | 0 | 40 | 60 | 2 | 24 | 136 | 113 |
| Binary | 11111011 | 10101011 | 10000011 | 0 | 100000 | 110000 | 10 | 10100 | 1011110 | 1001011 |
Color Harmonies of #FBAB83
Complementary color
Monochromatic Colors of #FBAB83
Black with #FBAB83
Text Example
Text Example
White with #FBAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB83; }
p { color: rgb(251,171,131); }
H1.HeaderClassName
{
color: #FBAB83;
}
.AnyTagClassName
{
color: #FBAB83;
}
</style>
background-color css
<style>
a { background-color: #FBAB83; }
a { background-color: rgb(251,171,131); }
div.DivClassName
{
background-color: #FBAB83;
}
.BgClassName
{
background-color: #FBAB83;
}
</style>
border-color css
<style>
span { border-color: #FBAB83; }
span { border-color: rgb(251,171,131); }
td.TdClassName
{
border-color: #FBAB83;
}
.TagClassName
{
border-color: #FBAB83;
}
</style>