#FAAEA5

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

Shades of Sundown #FAAEA5

Tints of Sundown #FAAEA5

Color information

#FAAEA5 (or 0xFAAEA5) is unknown color: approx Sundown. HEX triplet: FA, AE and A5. RGB value is (250,174,165). Sum of RGB (Red+Green+Blue) = 250+174+165=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA5 is #05515A. Grayscale: #C3C3C3. Windows color (decimal): -348507 or 10858234. OLE color: 10858234.

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

Color convert

RGB250174165-
CMYK00.300.340.02
HSL6.35º89.47%81.37%-
HSV(B)6.35º34%98.04%-
XYZ61.3553.3142.65-
YUV195.7110.68166.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 174 (68.36% from 255) = 29.54%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=42.44%
G=29.54%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017416500.300.340.026.3589.4781.37
HexFAAEA501E22265951
Octal3722562450364226131121
Binary1111101010101110101001010111101000101011010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEA5; }

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

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

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

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

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

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

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

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