#FEA6A4

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

Shades of Sundown #FEA6A4

Tints of Sundown #FEA6A4

Color information

#FEA6A4 (or 0xFEA6A4) is unknown color: approx Sundown. HEX triplet: FE, A6 and A4. RGB value is (254,166,164). Sum of RGB (Red+Green+Blue) = 254+166+164=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6A4 is #01595B. Grayscale: #C0C0C0. Windows color (decimal): -88412 or 10790654. OLE color: 10790654.

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

Color convert

RGB254166164-
CMYK00.350.350.00
HSL1.33º97.83%81.96%-
HSV(B)1.33º35.43%99.61%-
XYZ61.2151.0241.74-
YUV192.08112.15172.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 164 (64.45% from 255) = 28.08%
R=43.49%
G=28.42%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416616400.350.350.001.3397.8381.96
HexFEA6A402323016252
Octal3762462440434301142122
Binary11111110101001101010010001000111000110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6A4; }

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

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

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

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

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

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

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

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