Shades of Tacao #FBAA7D
Tints of Tacao #FBAA7D
RGB
CMYK
RGB Variations
Color information
#FBAA7D (or 0xFBAA7D) is known color: Tacao. HEX triplet: FB, AA and 7D. RGB value is (251,170,125). Sum of RGB (Red+Green+Blue) = 251+170+125=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAA7D is #045582. Grayscale: #BDBDBD. Windows color (decimal): -284035 or 8235771. OLE color: 8235771.
HSL color Cylindrical-coordinate representation of color #FBAA7D: hue angle of 21.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBAA7D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 125 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.02 |
| HSL | 21.43º | 0.94% | 0.74% | - |
| HSV(B) | 21.43º | 0.5% | 0.98% | - |
| XYZ | 57.86 | 50.74 | 26.15 | - |
| YUV | 189.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 125 | 0 | 0.32 | 0.50 | 0.02 | 21.43 | 0.94 | 0.74 |
| Hex | FB | AA | 7D | 0 | 20 | 32 | 2 | 15 | 5E | 4A |
| Octal | 373 | 252 | 175 | 0 | 40 | 62 | 2 | 25 | 136 | 112 |
| Binary | 11111011 | 10101010 | 1111101 | 0 | 100000 | 110010 | 10 | 10101 | 1011110 | 1001010 |
Color Harmonies of #FBAA7D
Complementary color
Monochromatic Colors of #FBAA7D
Black with #FBAA7D
Text Example
Text Example
White with #FBAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAA7D; }
p { color: rgb(251,170,125); }
H1.HeaderClassName
{
color: #FBAA7D;
}
.AnyTagClassName
{
color: #FBAA7D;
}
</style>
background-color css
<style>
a { background-color: #FBAA7D; }
a { background-color: rgb(251,170,125); }
div.DivClassName
{
background-color: #FBAA7D;
}
.BgClassName
{
background-color: #FBAA7D;
}
</style>
border-color css
<style>
span { border-color: #FBAA7D; }
span { border-color: rgb(251,170,125); }
td.TdClassName
{
border-color: #FBAA7D;
}
.TagClassName
{
border-color: #FBAA7D;
}
</style>