#FAA8A1

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

Shades of Sundown #FAA8A1

Tints of Sundown #FAA8A1

Color information

#FAA8A1 (or 0xFAA8A1) is unknown color: approx Sundown. HEX triplet: FA, A8 and A1. RGB value is (250,168,161). Sum of RGB (Red+Green+Blue) = 250+168+161=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8A1 is #05575E. Grayscale: #BFBFBF. Windows color (decimal): -350047 or 10594554. OLE color: 10594554.

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

Color convert

RGB250168161-
CMYK00.330.360.02
HSL4.72º89.9%80.59%-
HSV(B)4.72º35.6%98.04%-
XYZ59.8650.940.39-
YUV191.72110.67169.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=43.18%
G=29.02%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016816100.330.360.024.7289.980.59
HexFAA8A102124255a51
Octal3722502410414425132121
Binary11111010101010001010000101000011001001010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8A1; }

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

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

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

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

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

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

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

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