Shades of Tacao #F8AB80
Tints of Tacao #F8AB80
RGB
CMYK
RGB Variations
Color information
#F8AB80 (or 0xF8AB80) is known color: Tacao. HEX triplet: F8, AB and 80. RGB value is (248,171,128). Sum of RGB (Red+Green+Blue) = 248+171+128=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AB80 is #07547F. Grayscale: #BDBDBD. Windows color (decimal): -480384 or 8432632. OLE color: 8432632.
HSL color Cylindrical-coordinate representation of color #F8AB80: hue angle of 21.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8AB80 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 128 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.03 |
| HSL | 21.5º | 0.9% | 0.74% | - |
| HSV(B) | 21.5º | 0.48% | 0.97% | - |
| XYZ | 57.17 | 50.64 | 27.18 | - |
| YUV | 189.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 128 | 0 | 0.31 | 0.48 | 0.03 | 21.5 | 0.9 | 0.74 |
| Hex | F8 | AB | 80 | 0 | 1F | 30 | 3 | 16 | 5A | 4A |
| Octal | 370 | 253 | 200 | 0 | 37 | 60 | 3 | 26 | 132 | 112 |
| Binary | 11111000 | 10101011 | 10000000 | 0 | 11111 | 110000 | 11 | 10110 | 1011010 | 1001010 |
Color Harmonies of #F8AB80
Complementary color
Monochromatic Colors of #F8AB80
Black with #F8AB80
Text Example
Text Example
White with #F8AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB80; }
p { color: rgb(248,171,128); }
H1.HeaderClassName
{
color: #F8AB80;
}
.AnyTagClassName
{
color: #F8AB80;
}
</style>
background-color css
<style>
a { background-color: #F8AB80; }
a { background-color: rgb(248,171,128); }
div.DivClassName
{
background-color: #F8AB80;
}
.BgClassName
{
background-color: #F8AB80;
}
</style>
border-color css
<style>
span { border-color: #F8AB80; }
span { border-color: rgb(248,171,128); }
td.TdClassName
{
border-color: #F8AB80;
}
.TagClassName
{
border-color: #F8AB80;
}
</style>