Shades of Tacao #F4AB7D
Tints of Tacao #F4AB7D
RGB
CMYK
RGB Variations
Color information
#F4AB7D (or 0xF4AB7D) is known color: Tacao. HEX triplet: F4, AB and 7D. RGB value is (244,171,125). Sum of RGB (Red+Green+Blue) = 244+171+125=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AB7D is #0B5482. Grayscale: #BBBBBB. Windows color (decimal): -742531 or 8236020. OLE color: 8236020.
HSL color Cylindrical-coordinate representation of color #F4AB7D: hue angle of 23.19º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4AB7D is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 125 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.04 |
| HSL | 23.19º | 0.84% | 0.72% | - |
| HSV(B) | 23.19º | 0.49% | 0.96% | - |
| XYZ | 55.57 | 49.84 | 26.09 | - |
| YUV | 187.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 125 | 0 | 0.30 | 0.49 | 0.04 | 23.19 | 0.84 | 0.72 |
| Hex | F4 | AB | 7D | 0 | 1E | 31 | 4 | 17 | 54 | 48 |
| Octal | 364 | 253 | 175 | 0 | 36 | 61 | 4 | 27 | 124 | 110 |
| Binary | 11110100 | 10101011 | 1111101 | 0 | 11110 | 110001 | 100 | 10111 | 1010100 | 1001000 |
Color Harmonies of #F4AB7D
Complementary color
Monochromatic Colors of #F4AB7D
Black with #F4AB7D
Text Example
Text Example
White with #F4AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AB7D; }
p { color: rgb(244,171,125); }
H1.HeaderClassName
{
color: #F4AB7D;
}
.AnyTagClassName
{
color: #F4AB7D;
}
</style>
background-color css
<style>
a { background-color: #F4AB7D; }
a { background-color: rgb(244,171,125); }
div.DivClassName
{
background-color: #F4AB7D;
}
.BgClassName
{
background-color: #F4AB7D;
}
</style>
border-color css
<style>
span { border-color: #F4AB7D; }
span { border-color: rgb(244,171,125); }
td.TdClassName
{
border-color: #F4AB7D;
}
.TagClassName
{
border-color: #F4AB7D;
}
</style>