Shades of Tacao #FAB085
Tints of Tacao #FAB085
RGB
CMYK
RGB Variations
Color information
#FAB085 (or 0xFAB085) is known color: Tacao. HEX triplet: FA, B0 and 85. RGB value is (250,176,133). Sum of RGB (Red+Green+Blue) = 250+176+133=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB085 is #054F7A. Grayscale: #C1C1C1. Windows color (decimal): -348027 or 8761594. OLE color: 8761594.
HSL color Cylindrical-coordinate representation of color #FAB085: hue angle of 22.05º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAB085 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 133 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.02 |
| HSL | 22.05º | 0.92% | 0.75% | - |
| HSV(B) | 22.05º | 0.47% | 0.98% | - |
| XYZ | 59.18 | 53.07 | 29.31 | - |
| YUV | 193.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 133 | 0 | 0.30 | 0.47 | 0.02 | 22.05 | 0.92 | 0.75 |
| Hex | FA | B0 | 85 | 0 | 1E | 2F | 2 | 16 | 5C | 4B |
| Octal | 372 | 260 | 205 | 0 | 36 | 57 | 2 | 26 | 134 | 113 |
| Binary | 11111010 | 10110000 | 10000101 | 0 | 11110 | 101111 | 10 | 10110 | 1011100 | 1001011 |
Color Harmonies of #FAB085
Complementary color
Monochromatic Colors of #FAB085
Black with #FAB085
Text Example
Text Example
White with #FAB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB085; }
p { color: rgb(250,176,133); }
H1.HeaderClassName
{
color: #FAB085;
}
.AnyTagClassName
{
color: #FAB085;
}
</style>
background-color css
<style>
a { background-color: #FAB085; }
a { background-color: rgb(250,176,133); }
div.DivClassName
{
background-color: #FAB085;
}
.BgClassName
{
background-color: #FAB085;
}
</style>
border-color css
<style>
span { border-color: #FAB085; }
span { border-color: rgb(250,176,133); }
td.TdClassName
{
border-color: #FAB085;
}
.TagClassName
{
border-color: #FAB085;
}
</style>