Shades of Tacao #FEAB7B
Tints of Tacao #FEAB7B
RGB
CMYK
RGB Variations
Color information
#FEAB7B (or 0xFEAB7B) is known color: Tacao. HEX triplet: FE, AB and 7B. RGB value is (254,171,123). Sum of RGB (Red+Green+Blue) = 254+171+123=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 123 (48.44% from 255 or 22.45% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB7B is #015484. Grayscale: #BEBEBE. Windows color (decimal): -87173 or 8104958. OLE color: 8104958.
HSL color Cylindrical-coordinate representation of color #FEAB7B: hue angle of 21.98º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEAB7B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 123 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.00 |
| HSL | 21.98º | 0.98% | 0.74% | - |
| HSV(B) | 21.98º | 0.52% | 1% | - |
| XYZ | 59.01 | 51.63 | 25.59 | - |
| YUV | 190.35 | 90 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 123 | 0 | 0.33 | 0.52 | 0.00 | 21.98 | 0.98 | 0.74 |
| Hex | FE | AB | 7B | 0 | 21 | 34 | 0 | 16 | 62 | 4A |
| Octal | 376 | 253 | 173 | 0 | 41 | 64 | 0 | 26 | 142 | 112 |
| Binary | 11111110 | 10101011 | 1111011 | 0 | 100001 | 110100 | 0 | 10110 | 1100010 | 1001010 |
Color Harmonies of #FEAB7B
Complementary color
Monochromatic Colors of #FEAB7B
Black with #FEAB7B
Text Example
Text Example
White with #FEAB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB7B; }
p { color: rgb(254,171,123); }
H1.HeaderClassName
{
color: #FEAB7B;
}
.AnyTagClassName
{
color: #FEAB7B;
}
</style>
background-color css
<style>
a { background-color: #FEAB7B; }
a { background-color: rgb(254,171,123); }
div.DivClassName
{
background-color: #FEAB7B;
}
.BgClassName
{
background-color: #FEAB7B;
}
</style>
border-color css
<style>
span { border-color: #FEAB7B; }
span { border-color: rgb(254,171,123); }
td.TdClassName
{
border-color: #FEAB7B;
}
.TagClassName
{
border-color: #FEAB7B;
}
</style>