Shades of Tacao #FDAB7A
Tints of Tacao #FDAB7A
RGB
CMYK
RGB Variations
Color information
#FDAB7A (or 0xFDAB7A) is known color: Tacao. HEX triplet: FD, AB and 7A. RGB value is (253,171,122). Sum of RGB (Red+Green+Blue) = 253+171+122=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB7A is #025485. Grayscale: #BEBEBE. Windows color (decimal): -152710 or 8039421. OLE color: 8039421.
HSL color Cylindrical-coordinate representation of color #FDAB7A: hue angle of 22.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDAB7A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 122 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.01 |
| HSL | 22.44º | 0.97% | 0.74% | - |
| HSV(B) | 22.44º | 0.52% | 0.99% | - |
| XYZ | 58.58 | 51.41 | 25.25 | - |
| YUV | 189.93 | 89.67 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 122 | 0 | 0.32 | 0.52 | 0.01 | 22.44 | 0.97 | 0.74 |
| Hex | FD | AB | 7A | 0 | 20 | 34 | 1 | 16 | 61 | 4A |
| Octal | 375 | 253 | 172 | 0 | 40 | 64 | 1 | 26 | 141 | 112 |
| Binary | 11111101 | 10101011 | 1111010 | 0 | 100000 | 110100 | 1 | 10110 | 1100001 | 1001010 |
Color Harmonies of #FDAB7A
Complementary color
Monochromatic Colors of #FDAB7A
Black with #FDAB7A
Text Example
Text Example
White with #FDAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB7A; }
p { color: rgb(253,171,122); }
H1.HeaderClassName
{
color: #FDAB7A;
}
.AnyTagClassName
{
color: #FDAB7A;
}
</style>
background-color css
<style>
a { background-color: #FDAB7A; }
a { background-color: rgb(253,171,122); }
div.DivClassName
{
background-color: #FDAB7A;
}
.BgClassName
{
background-color: #FDAB7A;
}
</style>
border-color css
<style>
span { border-color: #FDAB7A; }
span { border-color: rgb(253,171,122); }
td.TdClassName
{
border-color: #FDAB7A;
}
.TagClassName
{
border-color: #FDAB7A;
}
</style>