Shades of Tacao #FBAB7B
Tints of Tacao #FBAB7B
RGB
CMYK
RGB Variations
Color information
#FBAB7B (or 0xFBAB7B) is known color: Tacao. HEX triplet: FB, AB and 7B. RGB value is (251,171,123). Sum of RGB (Red+Green+Blue) = 251+171+123=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB7B is #045484. Grayscale: #BDBDBD. Windows color (decimal): -283781 or 8104955. OLE color: 8104955.
HSL color Cylindrical-coordinate representation of color #FBAB7B: hue angle of 22.5º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBAB7B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 123 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.02 |
| HSL | 22.5º | 0.94% | 0.73% | - |
| HSV(B) | 22.5º | 0.51% | 0.98% | - |
| XYZ | 57.92 | 51.07 | 25.54 | - |
| YUV | 189.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 123 | 0 | 0.32 | 0.51 | 0.02 | 22.5 | 0.94 | 0.73 |
| Hex | FB | AB | 7B | 0 | 20 | 33 | 2 | 16 | 5E | 49 |
| Octal | 373 | 253 | 173 | 0 | 40 | 63 | 2 | 26 | 136 | 111 |
| Binary | 11111011 | 10101011 | 1111011 | 0 | 100000 | 110011 | 10 | 10110 | 1011110 | 1001001 |
Color Harmonies of #FBAB7B
Complementary color
Monochromatic Colors of #FBAB7B
Black with #FBAB7B
Text Example
Text Example
White with #FBAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB7B; }
p { color: rgb(251,171,123); }
H1.HeaderClassName
{
color: #FBAB7B;
}
.AnyTagClassName
{
color: #FBAB7B;
}
</style>
background-color css
<style>
a { background-color: #FBAB7B; }
a { background-color: rgb(251,171,123); }
div.DivClassName
{
background-color: #FBAB7B;
}
.BgClassName
{
background-color: #FBAB7B;
}
</style>
border-color css
<style>
span { border-color: #FBAB7B; }
span { border-color: rgb(251,171,123); }
td.TdClassName
{
border-color: #FBAB7B;
}
.TagClassName
{
border-color: #FBAB7B;
}
</style>