Shades of Tacao #FDAC81
Tints of Tacao #FDAC81
RGB
CMYK
RGB Variations
Color information
#FDAC81 (or 0xFDAC81) is known color: Tacao. HEX triplet: FD, AC and 81. RGB value is (253,172,129). Sum of RGB (Red+Green+Blue) = 253+172+129=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAC81 is #02537E. Grayscale: #BFBFBF. Windows color (decimal): -152447 or 8498429. OLE color: 8498429.
HSL color Cylindrical-coordinate representation of color #FDAC81: hue angle of 20.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FDAC81 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 129 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.01 |
| HSL | 20.81º | 0.97% | 0.75% | - |
| HSV(B) | 20.81º | 0.49% | 0.99% | - |
| XYZ | 59.22 | 51.97 | 27.68 | - |
| YUV | 191.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 129 | 0 | 0.32 | 0.49 | 0.01 | 20.81 | 0.97 | 0.75 |
| Hex | FD | AC | 81 | 0 | 20 | 31 | 1 | 15 | 61 | 4B |
| Octal | 375 | 254 | 201 | 0 | 40 | 61 | 1 | 25 | 141 | 113 |
| Binary | 11111101 | 10101100 | 10000001 | 0 | 100000 | 110001 | 1 | 10101 | 1100001 | 1001011 |
Color Harmonies of #FDAC81
Complementary color
Monochromatic Colors of #FDAC81
Black with #FDAC81
Text Example
Text Example
White with #FDAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC81; }
p { color: rgb(253,172,129); }
H1.HeaderClassName
{
color: #FDAC81;
}
.AnyTagClassName
{
color: #FDAC81;
}
</style>
background-color css
<style>
a { background-color: #FDAC81; }
a { background-color: rgb(253,172,129); }
div.DivClassName
{
background-color: #FDAC81;
}
.BgClassName
{
background-color: #FDAC81;
}
</style>
border-color css
<style>
span { border-color: #FDAC81; }
span { border-color: rgb(253,172,129); }
td.TdClassName
{
border-color: #FDAC81;
}
.TagClassName
{
border-color: #FDAC81;
}
</style>