#FEA8A2

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

Shades of Sundown #FEA8A2

Tints of Sundown #FEA8A2

Color information

#FEA8A2 (or 0xFEA8A2) is unknown color: approx Sundown. HEX triplet: FE, A8 and A2. RGB value is (254,168,162). Sum of RGB (Red+Green+Blue) = 254+168+162=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A2 is #01575D. Grayscale: #C1C1C1. Windows color (decimal): -87902 or 10660094. OLE color: 10660094.

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

Color convert

RGB254168162-
CMYK00.340.360.00
HSL3.91º97.87%81.57%-
HSV(B)3.91º36.22%99.61%-
XYZ61.451.6840.92-
YUV193.03110.49171.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 162 (63.67% from 255) = 27.74%
R=43.49%
G=28.77%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416816200.340.360.003.9197.8781.57
HexFEA8A202224046252
Octal3762502420424404142122
Binary1111111010101000101000100100010100100010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8A2; }

 p { color: rgb(254,168,162); }

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

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

 a { background-color: rgb(254,168,162); }

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

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

 span { border-color: rgb(254,168,162); }

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