#FAACA4

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

Shades of Sundown #FAACA4

Tints of Sundown #FAACA4

Color information

#FAACA4 (or 0xFAACA4) is unknown color: approx Sundown. HEX triplet: FA, AC and A4. RGB value is (250,172,164). Sum of RGB (Red+Green+Blue) = 250+172+164=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACA4 is #05535B. Grayscale: #C2C2C2. Windows color (decimal): -349020 or 10792186. OLE color: 10792186.

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

Color convert

RGB250172164-
CMYK00.310.340.02
HSL5.58º89.58%81.18%-
HSV(B)5.58º34.4%98.04%-
XYZ60.8852.5142.05-
YUV194.41110.84167.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=42.66%
G=29.35%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017216400.310.340.025.5889.5881.18
HexFAACA401F22265a51
Octal3722542440374226132121
Binary1111101010101100101001000111111000101011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACA4; }

 p { color: rgb(250,172,164); }

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

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

 a { background-color: rgb(250,172,164); }

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

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

 span { border-color: rgb(250,172,164); }

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