#FAA1A0

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

Shades of Sundown #FAA1A0

Tints of Sundown #FAA1A0

Color information

#FAA1A0 (or 0xFAA1A0) is unknown color: approx Sundown. HEX triplet: FA, A1 and A0. RGB value is (250,161,160). Sum of RGB (Red+Green+Blue) = 250+161+160=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 161 (63.28% from 255 or 28.20% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA1A0 is #055E5F. Grayscale: #BBBBBB. Windows color (decimal): -351840 or 10527226. OLE color: 10527226.

HSL color Cylindrical-coordinate representation of color #FAA1A0: hue angle of 0.67º 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 #FAA1A0 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250161160-
CMYK00.360.360.02
HSL0.67º90%80.39%-
HSV(B)0.67º36%98.04%-
XYZ58.5148.3539.51-
YUV187.5112.49172.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 161 (63.28% from 255) = 28.20%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=43.78%
G=28.20%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016116000.360.360.020.679080.39
HexFAA1A002424215a50
Octal3722412400444421132120
Binary111110101010000110100000010010010010010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1A0; }

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

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

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

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

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

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

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

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