#FEAEAA

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

Shades of Sundown #FEAEAA

Tints of Sundown #FEAEAA

Color information

#FEAEAA (or 0xFEAEAA) is unknown color: approx Sundown. HEX triplet: FE, AE and AA. RGB value is (254,174,170). Sum of RGB (Red+Green+Blue) = 254+174+170=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAA is #015155. Grayscale: #C5C5C5. Windows color (decimal): -86358 or 11185918. OLE color: 11185918.

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

Color convert

RGB254174170-
CMYK00.310.330.00
HSL2.86º97.67%83.14%-
HSV(B)2.86º33.07%99.61%-
XYZ63.2654.2545.17-
YUV197.46112.5168.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=42.47%
G=29.10%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417417000.310.330.002.8697.6783.14
HexFEAEAA01F21036253
Octal3762562520374103142123
Binary11111110101011101010101001111110000101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEAA; }

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

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

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

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

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

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

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

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