Shades of Tacao #F3AA7D
Tints of Tacao #F3AA7D
RGB
CMYK
RGB Variations
Color information
#F3AA7D (or 0xF3AA7D) is known color: Tacao. HEX triplet: F3, AA and 7D. RGB value is (243,170,125). Sum of RGB (Red+Green+Blue) = 243+170+125=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AA7D is #0C5582. Grayscale: #BABABA. Windows color (decimal): -808323 or 8235763. OLE color: 8235763.
HSL color Cylindrical-coordinate representation of color #F3AA7D: hue angle of 22.88º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3AA7D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 125 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.05 |
| HSL | 22.88º | 0.83% | 0.72% | - |
| HSV(B) | 22.88º | 0.49% | 0.95% | - |
| XYZ | 55.04 | 49.28 | 26.01 | - |
| YUV | 186.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 125 | 0 | 0.30 | 0.49 | 0.05 | 22.88 | 0.83 | 0.72 |
| Hex | F3 | AA | 7D | 0 | 1E | 31 | 5 | 17 | 53 | 48 |
| Octal | 363 | 252 | 175 | 0 | 36 | 61 | 5 | 27 | 123 | 110 |
| Binary | 11110011 | 10101010 | 1111101 | 0 | 11110 | 110001 | 101 | 10111 | 1010011 | 1001000 |
Color Harmonies of #F3AA7D
Complementary color
Monochromatic Colors of #F3AA7D
Black with #F3AA7D
Text Example
Text Example
White with #F3AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AA7D; }
p { color: rgb(243,170,125); }
H1.HeaderClassName
{
color: #F3AA7D;
}
.AnyTagClassName
{
color: #F3AA7D;
}
</style>
background-color css
<style>
a { background-color: #F3AA7D; }
a { background-color: rgb(243,170,125); }
div.DivClassName
{
background-color: #F3AA7D;
}
.BgClassName
{
background-color: #F3AA7D;
}
</style>
border-color css
<style>
span { border-color: #F3AA7D; }
span { border-color: rgb(243,170,125); }
td.TdClassName
{
border-color: #F3AA7D;
}
.TagClassName
{
border-color: #F3AA7D;
}
</style>