#FAAE80

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

Shades of Tacao #FAAE80

Tints of Tacao #FAAE80

Color information

#FAAE80 (or 0xFAAE80) is unknown color: approx Tacao. HEX triplet: FA, AE and 80. RGB value is (250,174,128). Sum of RGB (Red+Green+Blue) = 250+174+128=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE80 is #05517F. Grayscale: #BFBFBF. Windows color (decimal): -348544 or 8433402. OLE color: 8433402.

HSL color Cylindrical-coordinate representation of color #FAAE80: hue angle of 22.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FAAE80 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250174128-
CMYK00.300.490.02
HSL22.62º92.42%74.12%-
HSV(B)22.62º48.8%98.04%-
XYZ58.4652.1527.41-
YUV191.4892.18169.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=45.29%
G=31.52%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017412800.300.490.0222.6292.4274.12
HexFAAE8001E312175c4a
Octal37225620003661227134112
Binary111110101010111010000000011110110001101011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE80; }

 p { color: rgb(250,174,128); }

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

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

 a { background-color: rgb(250,174,128); }

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

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

 span { border-color: rgb(250,174,128); }

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