#FEAD85

Color #FEAD85 Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #FEAD85

Tints of Tacao #FEAD85

Color information

#FEAD85 (or 0xFEAD85) is unknown color: approx Tacao. HEX triplet: FE, AD and 85. RGB value is (254,173,133). Sum of RGB (Red+Green+Blue) = 254+173+133=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD85 is #01527A. Grayscale: #C0C0C0. Windows color (decimal): -86651 or 8760830. OLE color: 8760830.

HSL color Cylindrical-coordinate representation of color #FEAD85: hue angle of 19.83º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEAD85 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254173133-
CMYK00.320.480.00
HSL19.83º98.37%75.88%-
HSV(B)19.83º47.64%99.61%-
XYZ60.0552.6529.19-
YUV192.6694.34171.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=45.36%
G=30.89%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417313300.320.480.0019.8398.3775.88
HexFEAD8502030014624c
Octal37625520504060024142114
Binary111111101010110110000101010000011000001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD85; }

 p { color: rgb(254,173,133); }

 H1.HeaderClassName
 {
   color: #FEAD85;
 }
 .AnyTagClassName
 {
   color: #FEAD85;
 }
</style>
background-color css

<style>
 a { background-color: #FEAD85; }

 a { background-color: rgb(254,173,133); }

 div.DivClassName
 {
   background-color: #FEAD85;
 }
 .BgClassName
 {
   background-color: #FEAD85;
 }
</style>
border-color css

<style>
 span { border-color: #FEAD85; }

 span { border-color: rgb(254,173,133); }

 td.TdClassName
 {
   border-color: #FEAD85;
 }
 .TagClassName
 {
   border-color: #FEAD85;
 }
</style>