Shades of Tacao #F2AD81
Tints of Tacao #F2AD81
RGB
CMYK
RGB Variations
Color information
#F2AD81 (or 0xF2AD81) is known color: Tacao. HEX triplet: F2, AD and 81. RGB value is (242,173,129). Sum of RGB (Red+Green+Blue) = 242+173+129=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD81 is #0D527E. Grayscale: #BCBCBC. Windows color (decimal): -873087 or 8498674. OLE color: 8498674.
HSL color Cylindrical-coordinate representation of color #F2AD81: hue angle of 23.36º 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 #F2AD81 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 129 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.05 |
| HSL | 23.36º | 0.81% | 0.73% | - |
| HSV(B) | 23.36º | 0.47% | 0.95% | - |
| XYZ | 55.52 | 50.35 | 27.56 | - |
| YUV | 188.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 129 | 0 | 0.29 | 0.47 | 0.05 | 23.36 | 0.81 | 0.73 |
| Hex | F2 | AD | 81 | 0 | 1D | 2F | 5 | 17 | 51 | 49 |
| Octal | 362 | 255 | 201 | 0 | 35 | 57 | 5 | 27 | 121 | 111 |
| Binary | 11110010 | 10101101 | 10000001 | 0 | 11101 | 101111 | 101 | 10111 | 1010001 | 1001001 |
Color Harmonies of #F2AD81
Complementary color
Monochromatic Colors of #F2AD81
Black with #F2AD81
Text Example
Text Example
White with #F2AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD81; }
p { color: rgb(242,173,129); }
H1.HeaderClassName
{
color: #F2AD81;
}
.AnyTagClassName
{
color: #F2AD81;
}
</style>
background-color css
<style>
a { background-color: #F2AD81; }
a { background-color: rgb(242,173,129); }
div.DivClassName
{
background-color: #F2AD81;
}
.BgClassName
{
background-color: #F2AD81;
}
</style>
border-color css
<style>
span { border-color: #F2AD81; }
span { border-color: rgb(242,173,129); }
td.TdClassName
{
border-color: #F2AD81;
}
.TagClassName
{
border-color: #F2AD81;
}
</style>