#FAA3A0

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

Shades of Sundown #FAA3A0

Tints of Sundown #FAA3A0

Color information

#FAA3A0 (or 0xFAA3A0) is unknown color: approx Sundown. HEX triplet: FA, A3 and A0. RGB value is (250,163,160). Sum of RGB (Red+Green+Blue) = 250+163+160=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA3A0 is #055C5F. Grayscale: #BCBCBC. Windows color (decimal): -351328 or 10527738. OLE color: 10527738.

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

Color convert

RGB250163160-
CMYK00.350.360.02
HSL90%80.39%-
HSV(B)36%98.04%-
XYZ58.8749.0639.62-
YUV188.67111.82171.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=43.63%
G=28.45%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016316000.350.360.0229080.39
HexFAA3A002324225a50
Octal3722432400434422132120
Binary1111101010100011101000000100011100100101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA3A0; }

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

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

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

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

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

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

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

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