Shades of Tacao #F0AD88
Tints of Tacao #F0AD88
RGB
CMYK
RGB Variations
Color information
#F0AD88 (or 0xF0AD88) is known color: Tacao. HEX triplet: F0, AD and 88. RGB value is (240,173,136). Sum of RGB (Red+Green+Blue) = 240+173+136=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AD88 is #0F5277. Grayscale: #BDBDBD. Windows color (decimal): -1004152 or 8957424. OLE color: 8957424.
HSL color Cylindrical-coordinate representation of color #F0AD88: hue angle of 21.35º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0AD88 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 136 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.06 |
| HSL | 21.35º | 0.78% | 0.74% | - |
| HSV(B) | 21.35º | 0.43% | 0.94% | - |
| XYZ | 55.32 | 50.19 | 30.06 | - |
| YUV | 188.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 136 | 0 | 0.28 | 0.43 | 0.06 | 21.35 | 0.78 | 0.74 |
| Hex | F0 | AD | 88 | 0 | 1C | 2B | 6 | 15 | 4E | 4A |
| Octal | 360 | 255 | 210 | 0 | 34 | 53 | 6 | 25 | 116 | 112 |
| Binary | 11110000 | 10101101 | 10001000 | 0 | 11100 | 101011 | 110 | 10101 | 1001110 | 1001010 |
Color Harmonies of #F0AD88
Complementary color
Monochromatic Colors of #F0AD88
Black with #F0AD88
Text Example
Text Example
White with #F0AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD88; }
p { color: rgb(240,173,136); }
H1.HeaderClassName
{
color: #F0AD88;
}
.AnyTagClassName
{
color: #F0AD88;
}
</style>
background-color css
<style>
a { background-color: #F0AD88; }
a { background-color: rgb(240,173,136); }
div.DivClassName
{
background-color: #F0AD88;
}
.BgClassName
{
background-color: #F0AD88;
}
</style>
border-color css
<style>
span { border-color: #F0AD88; }
span { border-color: rgb(240,173,136); }
td.TdClassName
{
border-color: #F0AD88;
}
.TagClassName
{
border-color: #F0AD88;
}
</style>