Shades of Tacao #F2AB81
Tints of Tacao #F2AB81
RGB
CMYK
RGB Variations
Color information
#F2AB81 (or 0xF2AB81) is known color: Tacao. HEX triplet: F2, AB and 81. RGB value is (242,171,129). Sum of RGB (Red+Green+Blue) = 242+171+129=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB81 is #0D547E. Grayscale: #BBBBBB. Windows color (decimal): -873599 or 8498162. OLE color: 8498162.
HSL color Cylindrical-coordinate representation of color #F2AB81: hue angle of 22.3º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2AB81 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 129 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.05 |
| HSL | 22.3º | 0.81% | 0.73% | - |
| HSV(B) | 22.3º | 0.47% | 0.95% | - |
| XYZ | 55.14 | 49.59 | 27.43 | - |
| YUV | 187.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 129 | 0 | 0.29 | 0.47 | 0.05 | 22.3 | 0.81 | 0.73 |
| Hex | F2 | AB | 81 | 0 | 1D | 2F | 5 | 16 | 51 | 49 |
| Octal | 362 | 253 | 201 | 0 | 35 | 57 | 5 | 26 | 121 | 111 |
| Binary | 11110010 | 10101011 | 10000001 | 0 | 11101 | 101111 | 101 | 10110 | 1010001 | 1001001 |
Color Harmonies of #F2AB81
Complementary color
Monochromatic Colors of #F2AB81
Black with #F2AB81
Text Example
Text Example
White with #F2AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB81; }
p { color: rgb(242,171,129); }
H1.HeaderClassName
{
color: #F2AB81;
}
.AnyTagClassName
{
color: #F2AB81;
}
</style>
background-color css
<style>
a { background-color: #F2AB81; }
a { background-color: rgb(242,171,129); }
div.DivClassName
{
background-color: #F2AB81;
}
.BgClassName
{
background-color: #F2AB81;
}
</style>
border-color css
<style>
span { border-color: #F2AB81; }
span { border-color: rgb(242,171,129); }
td.TdClassName
{
border-color: #F2AB81;
}
.TagClassName
{
border-color: #F2AB81;
}
</style>