Shades of Tacao #FAAB7D
Tints of Tacao #FAAB7D
RGB
CMYK
RGB Variations
Color information
#FAAB7D (or 0xFAAB7D) is known color: Tacao. HEX triplet: FA, AB and 7D. RGB value is (250,171,125). Sum of RGB (Red+Green+Blue) = 250+171+125=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB7D is #055482. Grayscale: #BDBDBD. Windows color (decimal): -349315 or 8236026. OLE color: 8236026.
HSL color Cylindrical-coordinate representation of color #FAAB7D: hue angle of 22.08º degrees, saturation: 0.93, 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 #FAAB7D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 125 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.02 |
| HSL | 22.08º | 0.93% | 0.74% | - |
| HSV(B) | 22.08º | 0.5% | 0.98% | - |
| XYZ | 57.69 | 50.93 | 26.19 | - |
| YUV | 189.38 | 91.67 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 125 | 0 | 0.32 | 0.50 | 0.02 | 22.08 | 0.93 | 0.74 |
| Hex | FA | AB | 7D | 0 | 20 | 32 | 2 | 16 | 5D | 4A |
| Octal | 372 | 253 | 175 | 0 | 40 | 62 | 2 | 26 | 135 | 112 |
| Binary | 11111010 | 10101011 | 1111101 | 0 | 100000 | 110010 | 10 | 10110 | 1011101 | 1001010 |
Color Harmonies of #FAAB7D
Complementary color
Monochromatic Colors of #FAAB7D
Black with #FAAB7D
Text Example
Text Example
White with #FAAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB7D; }
p { color: rgb(250,171,125); }
H1.HeaderClassName
{
color: #FAAB7D;
}
.AnyTagClassName
{
color: #FAAB7D;
}
</style>
background-color css
<style>
a { background-color: #FAAB7D; }
a { background-color: rgb(250,171,125); }
div.DivClassName
{
background-color: #FAAB7D;
}
.BgClassName
{
background-color: #FAAB7D;
}
</style>
border-color css
<style>
span { border-color: #FAAB7D; }
span { border-color: rgb(250,171,125); }
td.TdClassName
{
border-color: #FAAB7D;
}
.TagClassName
{
border-color: #FAAB7D;
}
</style>