#FAAEA7

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

Shades of Sundown #FAAEA7

Tints of Sundown #FAAEA7

Color information

#FAAEA7 (or 0xFAAEA7) is unknown color: approx Sundown. HEX triplet: FA, AE and A7. RGB value is (250,174,167). Sum of RGB (Red+Green+Blue) = 250+174+167=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEA7 is #055158. Grayscale: #C4C4C4. Windows color (decimal): -348505 or 10989306. OLE color: 10989306.

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

Color convert

RGB250174167-
CMYK00.300.330.02
HSL5.06º89.25%81.76%-
HSV(B)5.06º33.2%98.04%-
XYZ61.5453.3943.62-
YUV195.93111.68166.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=42.30%
G=29.44%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017416700.300.330.025.0689.2581.76
HexFAAEA701E21255952
Octal3722562470364125131122
Binary1111101010101110101001110111101000011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEA7; }

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

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

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

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

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

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

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

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