#FEAEAC

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

Shades of Sundown #FEAEAC

Tints of Sundown #FEAEAC

Color information

#FEAEAC (or 0xFEAEAC) is unknown color: approx Sundown. HEX triplet: FE, AE and AC. RGB value is (254,174,172). Sum of RGB (Red+Green+Blue) = 254+174+172=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAC is #015153. Grayscale: #C5C5C5. Windows color (decimal): -86356 or 11316990. OLE color: 11316990.

HSL color Cylindrical-coordinate representation of color #FEAEAC: hue angle of 1.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEAEAC is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254174172-
CMYK00.310.320.00
HSL1.46º97.62%83.53%-
HSV(B)1.46º32.28%99.61%-
XYZ63.4654.3246.17-
YUV197.69113.5168.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=42.33%
G=29%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417417200.310.320.001.4697.6283.53
HexFEAEAC01F20016254
Octal3762562540374001142124
Binary1111111010101110101011000111111000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEAC; }

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

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

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

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

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

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

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

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