Shades of Tacao #FAAB7F
Tints of Tacao #FAAB7F
RGB
CMYK
RGB Variations
Color information
#FAAB7F (or 0xFAAB7F) is known color: Tacao. HEX triplet: FA, AB and 7F. RGB value is (250,171,127). Sum of RGB (Red+Green+Blue) = 250+171+127=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB7F is #055480. Grayscale: #BDBDBD. Windows color (decimal): -349313 or 8367098. OLE color: 8367098.
HSL color Cylindrical-coordinate representation of color #FAAB7F: hue angle of 21.46º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAAB7F is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 127 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.02 |
| HSL | 21.46º | 0.92% | 0.74% | - |
| HSV(B) | 21.46º | 0.49% | 0.98% | - |
| XYZ | 57.82 | 50.98 | 26.87 | - |
| YUV | 189.61 | 92.67 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 127 | 0 | 0.32 | 0.49 | 0.02 | 21.46 | 0.92 | 0.74 |
| Hex | FA | AB | 7F | 0 | 20 | 31 | 2 | 15 | 5C | 4A |
| Octal | 372 | 253 | 177 | 0 | 40 | 61 | 2 | 25 | 134 | 112 |
| Binary | 11111010 | 10101011 | 1111111 | 0 | 100000 | 110001 | 10 | 10101 | 1011100 | 1001010 |
Color Harmonies of #FAAB7F
Complementary color
Monochromatic Colors of #FAAB7F
Black with #FAAB7F
Text Example
Text Example
White with #FAAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB7F; }
p { color: rgb(250,171,127); }
H1.HeaderClassName
{
color: #FAAB7F;
}
.AnyTagClassName
{
color: #FAAB7F;
}
</style>
background-color css
<style>
a { background-color: #FAAB7F; }
a { background-color: rgb(250,171,127); }
div.DivClassName
{
background-color: #FAAB7F;
}
.BgClassName
{
background-color: #FAAB7F;
}
</style>
border-color css
<style>
span { border-color: #FAAB7F; }
span { border-color: rgb(250,171,127); }
td.TdClassName
{
border-color: #FAAB7F;
}
.TagClassName
{
border-color: #FAAB7F;
}
</style>