#FAA2A1

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

Shades of Sundown #FAA2A1

Tints of Sundown #FAA2A1

Color information

#FAA2A1 (or 0xFAA2A1) is unknown color: approx Sundown. HEX triplet: FA, A2 and A1. RGB value is (250,162,161). Sum of RGB (Red+Green+Blue) = 250+162+161=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA2A1 is #055D5E. Grayscale: #BCBCBC. Windows color (decimal): -351583 or 10593018. OLE color: 10593018.

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

Color convert

RGB250162161-
CMYK00.350.360.02
HSL0.67º89.9%80.59%-
HSV(B)0.67º35.6%98.04%-
XYZ58.7848.7440.03-
YUV188.2112.65172.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 162 (63.67% from 255) = 28.27%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=43.63%
G=28.27%
B=28.10%

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
Decimal25016216100.350.360.020.6789.980.59
HexFAA2A102324215a51
Octal3722422410434421132121
Binary111110101010001010100001010001110010010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA2A1; }

 p { color: rgb(250,162,161); }

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

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

 a { background-color: rgb(250,162,161); }

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

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

 span { border-color: rgb(250,162,161); }

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