#FAAEAC

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

Shades of Sundown #FAAEAC

Tints of Sundown #FAAEAC

Color information

#FAAEAC (or 0xFAAEAC) is unknown color: approx Sundown. HEX triplet: FA, AE and AC. RGB value is (250,174,172). Sum of RGB (Red+Green+Blue) = 250+174+172=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEAC is #055153. Grayscale: #C4C4C4. Windows color (decimal): -348500 or 11316986. OLE color: 11316986.

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

Color convert

RGB250174172-
CMYK00.300.310.02
HSL1.54º88.64%82.75%-
HSV(B)1.54º31.2%98.04%-
XYZ62.0153.5746.1-
YUV196.5114.18166.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=41.95%
G=29.19%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017417200.300.310.021.5488.6482.75
HexFAAEAC01E1F225953
Octal3722562540363722131123
Binary11111010101011101010110001111011111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEAC; }

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

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

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

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

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

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

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

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