#FEA8A5

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

Shades of Sundown #FEA8A5

Tints of Sundown #FEA8A5

Color information

#FEA8A5 (or 0xFEA8A5) is unknown color: approx Sundown. HEX triplet: FE, A8 and A5. RGB value is (254,168,165). Sum of RGB (Red+Green+Blue) = 254+168+165=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA8A5 is #01575A. Grayscale: #C1C1C1. Windows color (decimal): -87899 or 10856702. OLE color: 10856702.

HSL color Cylindrical-coordinate representation of color #FEA8A5: hue angle of 2.02º 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 #FEA8A5 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254168165-
CMYK00.340.350.00
HSL2.02º97.8%82.16%-
HSV(B)2.02º35.04%99.61%-
XYZ61.6751.7942.34-
YUV193.37111.99171.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=43.27%
G=28.62%
B=28.11%

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
Decimal25416816500.340.350.002.0297.882.16
HexFEA8A502223026252
Octal3762502450424302142122
Binary111111101010100010100101010001010001101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8A5; }

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

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

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

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

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

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

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

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