Shades of Tacao #FBAB7C
Tints of Tacao #FBAB7C
RGB
CMYK
RGB Variations
Color information
#FBAB7C (or 0xFBAB7C) is known color: Tacao. HEX triplet: FB, AB and 7C. RGB value is (251,171,124). Sum of RGB (Red+Green+Blue) = 251+171+124=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB7C is #045483. Grayscale: #BDBDBD. Windows color (decimal): -283780 or 8170491. OLE color: 8170491.
HSL color Cylindrical-coordinate representation of color #FBAB7C: hue angle of 22.2º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBAB7C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 124 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.02 |
| HSL | 22.2º | 0.94% | 0.74% | - |
| HSV(B) | 22.2º | 0.51% | 0.98% | - |
| XYZ | 57.98 | 51.09 | 25.87 | - |
| YUV | 189.56 | 91 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 124 | 0 | 0.32 | 0.51 | 0.02 | 22.2 | 0.94 | 0.74 |
| Hex | FB | AB | 7C | 0 | 20 | 33 | 2 | 16 | 5E | 4A |
| Octal | 373 | 253 | 174 | 0 | 40 | 63 | 2 | 26 | 136 | 112 |
| Binary | 11111011 | 10101011 | 1111100 | 0 | 100000 | 110011 | 10 | 10110 | 1011110 | 1001010 |
Color Harmonies of #FBAB7C
Complementary color
Monochromatic Colors of #FBAB7C
Black with #FBAB7C
Text Example
Text Example
White with #FBAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB7C; }
p { color: rgb(251,171,124); }
H1.HeaderClassName
{
color: #FBAB7C;
}
.AnyTagClassName
{
color: #FBAB7C;
}
</style>
background-color css
<style>
a { background-color: #FBAB7C; }
a { background-color: rgb(251,171,124); }
div.DivClassName
{
background-color: #FBAB7C;
}
.BgClassName
{
background-color: #FBAB7C;
}
</style>
border-color css
<style>
span { border-color: #FBAB7C; }
span { border-color: rgb(251,171,124); }
td.TdClassName
{
border-color: #FBAB7C;
}
.TagClassName
{
border-color: #FBAB7C;
}
</style>