#FEA8A4

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

Shades of Sundown #FEA8A4

Tints of Sundown #FEA8A4

Color information

#FEA8A4 (or 0xFEA8A4) is unknown color: approx Sundown. HEX triplet: FE, A8 and A4. RGB value is (254,168,164). Sum of RGB (Red+Green+Blue) = 254+168+164=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A4 is #01575B. Grayscale: #C1C1C1. Windows color (decimal): -87900 or 10791166. OLE color: 10791166.

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

Color convert

RGB254168164-
CMYK00.340.350.00
HSL2.67º97.83%81.96%-
HSV(B)2.67º35.43%99.61%-
XYZ61.5851.7641.87-
YUV193.26111.49171.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=43.34%
G=28.67%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416816400.340.350.002.6797.8381.96
HexFEA8A402223036252
Octal3762502440424303142122
Binary111111101010100010100100010001010001101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8A4; }

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

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

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

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

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

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

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

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