Shades of Tacao #F2AD88
Tints of Tacao #F2AD88
RGB
CMYK
RGB Variations
Color information
#F2AD88 (or 0xF2AD88) is known color: Tacao. HEX triplet: F2, AD and 88. RGB value is (242,173,136). Sum of RGB (Red+Green+Blue) = 242+173+136=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD88 is #0D5277. Grayscale: #BDBDBD. Windows color (decimal): -873080 or 8957426. OLE color: 8957426.
HSL color Cylindrical-coordinate representation of color #F2AD88: hue angle of 20.94º 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 #F2AD88 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 136 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.05 |
| HSL | 20.94º | 0.8% | 0.74% | - |
| HSV(B) | 20.94º | 0.44% | 0.95% | - |
| XYZ | 56.01 | 50.54 | 30.1 | - |
| YUV | 189.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 136 | 0 | 0.29 | 0.44 | 0.05 | 20.94 | 0.8 | 0.74 |
| Hex | F2 | AD | 88 | 0 | 1D | 2C | 5 | 15 | 50 | 4A |
| Octal | 362 | 255 | 210 | 0 | 35 | 54 | 5 | 25 | 120 | 112 |
| Binary | 11110010 | 10101101 | 10001000 | 0 | 11101 | 101100 | 101 | 10101 | 1010000 | 1001010 |
Color Harmonies of #F2AD88
Complementary color
Monochromatic Colors of #F2AD88
Black with #F2AD88
Text Example
Text Example
White with #F2AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD88; }
p { color: rgb(242,173,136); }
H1.HeaderClassName
{
color: #F2AD88;
}
.AnyTagClassName
{
color: #F2AD88;
}
</style>
background-color css
<style>
a { background-color: #F2AD88; }
a { background-color: rgb(242,173,136); }
div.DivClassName
{
background-color: #F2AD88;
}
.BgClassName
{
background-color: #F2AD88;
}
</style>
border-color css
<style>
span { border-color: #F2AD88; }
span { border-color: rgb(242,173,136); }
td.TdClassName
{
border-color: #F2AD88;
}
.TagClassName
{
border-color: #F2AD88;
}
</style>