Shades of Tacao #FDAB7B
Tints of Tacao #FDAB7B
RGB
CMYK
RGB Variations
Color information
#FDAB7B (or 0xFDAB7B) is known color: Tacao. HEX triplet: FD, AB and 7B. RGB value is (253,171,123). Sum of RGB (Red+Green+Blue) = 253+171+123=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB7B is #025484. Grayscale: #BEBEBE. Windows color (decimal): -152709 or 8104957. OLE color: 8104957.
HSL color Cylindrical-coordinate representation of color #FDAB7B: hue angle of 22.15º 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 #FDAB7B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 123 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.01 |
| HSL | 22.15º | 0.97% | 0.74% | - |
| HSV(B) | 22.15º | 0.51% | 0.99% | - |
| XYZ | 58.65 | 51.44 | 25.58 | - |
| YUV | 190.05 | 90.17 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 123 | 0 | 0.32 | 0.51 | 0.01 | 22.15 | 0.97 | 0.74 |
| Hex | FD | AB | 7B | 0 | 20 | 33 | 1 | 16 | 61 | 4A |
| Octal | 375 | 253 | 173 | 0 | 40 | 63 | 1 | 26 | 141 | 112 |
| Binary | 11111101 | 10101011 | 1111011 | 0 | 100000 | 110011 | 1 | 10110 | 1100001 | 1001010 |
Color Harmonies of #FDAB7B
Complementary color
Monochromatic Colors of #FDAB7B
Black with #FDAB7B
Text Example
Text Example
White with #FDAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB7B; }
p { color: rgb(253,171,123); }
H1.HeaderClassName
{
color: #FDAB7B;
}
.AnyTagClassName
{
color: #FDAB7B;
}
</style>
background-color css
<style>
a { background-color: #FDAB7B; }
a { background-color: rgb(253,171,123); }
div.DivClassName
{
background-color: #FDAB7B;
}
.BgClassName
{
background-color: #FDAB7B;
}
</style>
border-color css
<style>
span { border-color: #FDAB7B; }
span { border-color: rgb(253,171,123); }
td.TdClassName
{
border-color: #FDAB7B;
}
.TagClassName
{
border-color: #FDAB7B;
}
</style>