Shades of Tacao #F2AB88
Tints of Tacao #F2AB88
RGB
CMYK
RGB Variations
Color information
#F2AB88 (or 0xF2AB88) is known color: Tacao. HEX triplet: F2, AB and 88. RGB value is (242,171,136). Sum of RGB (Red+Green+Blue) = 242+171+136=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB88 is #0D5477. Grayscale: #BCBCBC. Windows color (decimal): -873592 or 8956914. OLE color: 8956914.
HSL color Cylindrical-coordinate representation of color #F2AB88: hue angle of 19.81º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2AB88 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 136 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.05 |
| HSL | 19.81º | 0.8% | 0.74% | - |
| HSV(B) | 19.81º | 0.44% | 0.95% | - |
| XYZ | 55.62 | 49.78 | 29.97 | - |
| YUV | 188.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 136 | 0 | 0.29 | 0.44 | 0.05 | 19.81 | 0.8 | 0.74 |
| Hex | F2 | AB | 88 | 0 | 1D | 2C | 5 | 14 | 50 | 4A |
| Octal | 362 | 253 | 210 | 0 | 35 | 54 | 5 | 24 | 120 | 112 |
| Binary | 11110010 | 10101011 | 10001000 | 0 | 11101 | 101100 | 101 | 10100 | 1010000 | 1001010 |
Color Harmonies of #F2AB88
Complementary color
Monochromatic Colors of #F2AB88
Black with #F2AB88
Text Example
Text Example
White with #F2AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB88; }
p { color: rgb(242,171,136); }
H1.HeaderClassName
{
color: #F2AB88;
}
.AnyTagClassName
{
color: #F2AB88;
}
</style>
background-color css
<style>
a { background-color: #F2AB88; }
a { background-color: rgb(242,171,136); }
div.DivClassName
{
background-color: #F2AB88;
}
.BgClassName
{
background-color: #F2AB88;
}
</style>
border-color css
<style>
span { border-color: #F2AB88; }
span { border-color: rgb(242,171,136); }
td.TdClassName
{
border-color: #F2AB88;
}
.TagClassName
{
border-color: #F2AB88;
}
</style>