#FAACA8

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

Shades of Sundown #FAACA8

Tints of Sundown #FAACA8

Color information

#FAACA8 (or 0xFAACA8) is unknown color: approx Sundown. HEX triplet: FA, AC and A8. RGB value is (250,172,168). Sum of RGB (Red+Green+Blue) = 250+172+168=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACA8 is #055357. Grayscale: #C2C2C2. Windows color (decimal): -349016 or 11054330. OLE color: 11054330.

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

Color convert

RGB250172168-
CMYK00.310.330.02
HSL2.93º89.13%81.96%-
HSV(B)2.93º32.8%98.04%-
XYZ61.2452.6643.98-
YUV194.87112.84167.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 168 (66.02% from 255) = 28.47%
R=42.37%
G=29.15%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017216800.310.330.022.9389.1381.96
HexFAACA801F21235952
Octal3722542500374123131122
Binary111110101010110010101000011111100001101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACA8; }

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

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

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

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

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

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

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

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