#FAAEA4

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

Shades of Sundown #FAAEA4

Tints of Sundown #FAAEA4

Color information

#FAAEA4 (or 0xFAAEA4) is unknown color: approx Sundown. HEX triplet: FA, AE and A4. RGB value is (250,174,164). Sum of RGB (Red+Green+Blue) = 250+174+164=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA4 is #05515B. Grayscale: #C3C3C3. Windows color (decimal): -348508 or 10792698. OLE color: 10792698.

HSL color Cylindrical-coordinate representation of color #FAAEA4: hue angle of 6.98º degrees, saturation: 0.9, 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 #FAAEA4 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB250174164-
CMYK00.300.340.02
HSL6.98º89.58%81.18%-
HSV(B)6.98º34.4%98.04%-
XYZ61.2653.2842.18-
YUV195.58110.18166.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 164 (64.45% from 255) = 27.89%
R=42.52%
G=29.59%
B=27.89%

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
Decimal25017416400.300.340.026.9889.5881.18
HexFAAEA401E22275a51
Octal3722562440364227132121
Binary1111101010101110101001000111101000101011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEA4; }

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

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

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

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

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

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

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

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