#FAAEA3

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

Shades of Sundown #FAAEA3

Tints of Sundown #FAAEA3

Color information

#FAAEA3 (or 0xFAAEA3) is unknown color: approx Sundown. HEX triplet: FA, AE and A3. RGB value is (250,174,163). Sum of RGB (Red+Green+Blue) = 250+174+163=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA3 is #05515C. Grayscale: #C3C3C3. Windows color (decimal): -348509 or 10727162. OLE color: 10727162.

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

Color convert

RGB250174163-
CMYK00.300.350.02
HSL7.59º89.69%80.98%-
HSV(B)7.59º34.8%98.04%-
XYZ61.1753.2441.7-
YUV195.47109.68166.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=42.59%
G=29.64%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017416300.300.350.027.5989.6980.98
HexFAAEA301E23285a51
Octal37225624303643210132121
Binary11111010101011101010001101111010001110100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEA3; }

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

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

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

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

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

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

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

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