Shades of Tacao #FEAD83
Tints of Tacao #FEAD83
RGB
CMYK
RGB Variations
Color information
#FEAD83 (or 0xFEAD83) is known color: Tacao. HEX triplet: FE, AD and 83. RGB value is (254,173,131). Sum of RGB (Red+Green+Blue) = 254+173+131=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD83 is #01527C. Grayscale: #C0C0C0. Windows color (decimal): -86653 or 8629758. OLE color: 8629758.
HSL color Cylindrical-coordinate representation of color #FEAD83: hue angle of 20.49º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEAD83 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 131 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.00 |
| HSL | 20.49º | 0.98% | 0.75% | - |
| HSV(B) | 20.49º | 0.48% | 1% | - |
| XYZ | 59.91 | 52.6 | 28.47 | - |
| YUV | 192.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 131 | 0 | 0.32 | 0.48 | 0.00 | 20.49 | 0.98 | 0.75 |
| Hex | FE | AD | 83 | 0 | 20 | 30 | 0 | 14 | 62 | 4B |
| Octal | 376 | 255 | 203 | 0 | 40 | 60 | 0 | 24 | 142 | 113 |
| Binary | 11111110 | 10101101 | 10000011 | 0 | 100000 | 110000 | 0 | 10100 | 1100010 | 1001011 |
Color Harmonies of #FEAD83
Complementary color
Monochromatic Colors of #FEAD83
Black with #FEAD83
Text Example
Text Example
White with #FEAD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD83; }
p { color: rgb(254,173,131); }
H1.HeaderClassName
{
color: #FEAD83;
}
.AnyTagClassName
{
color: #FEAD83;
}
</style>
background-color css
<style>
a { background-color: #FEAD83; }
a { background-color: rgb(254,173,131); }
div.DivClassName
{
background-color: #FEAD83;
}
.BgClassName
{
background-color: #FEAD83;
}
</style>
border-color css
<style>
span { border-color: #FEAD83; }
span { border-color: rgb(254,173,131); }
td.TdClassName
{
border-color: #FEAD83;
}
.TagClassName
{
border-color: #FEAD83;
}
</style>