Shades of Tacao #FDAB7D
Tints of Tacao #FDAB7D
RGB
CMYK
RGB Variations
Color information
#FDAB7D (or 0xFDAB7D) is known color: Tacao. HEX triplet: FD, AB and 7D. RGB value is (253,171,125). Sum of RGB (Red+Green+Blue) = 253+171+125=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB7D is #025482. Grayscale: #BEBEBE. Windows color (decimal): -152707 or 8236029. OLE color: 8236029.
HSL color Cylindrical-coordinate representation of color #FDAB7D: hue angle of 21.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDAB7D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 125 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.01 |
| HSL | 21.56º | 0.97% | 0.74% | - |
| HSV(B) | 21.56º | 0.51% | 0.99% | - |
| XYZ | 58.77 | 51.49 | 26.24 | - |
| YUV | 190.27 | 91.17 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 125 | 0 | 0.32 | 0.51 | 0.01 | 21.56 | 0.97 | 0.74 |
| Hex | FD | AB | 7D | 0 | 20 | 33 | 1 | 16 | 61 | 4A |
| Octal | 375 | 253 | 175 | 0 | 40 | 63 | 1 | 26 | 141 | 112 |
| Binary | 11111101 | 10101011 | 1111101 | 0 | 100000 | 110011 | 1 | 10110 | 1100001 | 1001010 |
Color Harmonies of #FDAB7D
Complementary color
Monochromatic Colors of #FDAB7D
Black with #FDAB7D
Text Example
Text Example
White with #FDAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB7D; }
p { color: rgb(253,171,125); }
H1.HeaderClassName
{
color: #FDAB7D;
}
.AnyTagClassName
{
color: #FDAB7D;
}
</style>
background-color css
<style>
a { background-color: #FDAB7D; }
a { background-color: rgb(253,171,125); }
div.DivClassName
{
background-color: #FDAB7D;
}
.BgClassName
{
background-color: #FDAB7D;
}
</style>
border-color css
<style>
span { border-color: #FDAB7D; }
span { border-color: rgb(253,171,125); }
td.TdClassName
{
border-color: #FDAB7D;
}
.TagClassName
{
border-color: #FDAB7D;
}
</style>