#FAAE83

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

Shades of Tacao #FAAE83

Tints of Tacao #FAAE83

Color information

#FAAE83 (or 0xFAAE83) is unknown color: approx Tacao. HEX triplet: FA, AE and 83. RGB value is (250,174,131). Sum of RGB (Red+Green+Blue) = 250+174+131=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE83 is #05517C. Grayscale: #C0C0C0. Windows color (decimal): -348541 or 8630010. OLE color: 8630010.

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

Color convert

RGB250174131-
CMYK00.300.480.02
HSL21.68º92.25%74.71%-
HSV(B)21.68º47.6%98.04%-
XYZ58.6652.2328.46-
YUV191.8293.68169.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 131 (51.56% from 255) = 23.60%
R=45.05%
G=31.35%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017413100.300.480.0221.6892.2574.71
HexFAAE8301E302165c4b
Octal37225620303660226134113
Binary111110101010111010000011011110110000101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAE83; }

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

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

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

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

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

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

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

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