#FEADA5

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

Shades of Sundown #FEADA5

Tints of Sundown #FEADA5

Color information

#FEADA5 (or 0xFEADA5) is unknown color: approx Sundown. HEX triplet: FE, AD and A5. RGB value is (254,173,165). Sum of RGB (Red+Green+Blue) = 254+173+165=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADA5 is #01525A. Grayscale: #C4C4C4. Windows color (decimal): -86619 or 10857982. OLE color: 10857982.

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

Color convert

RGB254173165-
CMYK00.320.350.00
HSL5.39º97.8%82.16%-
HSV(B)5.39º35.04%99.61%-
XYZ62.6153.6742.66-
YUV196.31110.34169.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=42.91%
G=29.22%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417316500.320.350.005.3997.882.16
HexFEADA502023056252
Octal3762552450404305142122
Binary1111111010101101101001010100000100011010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADA5; }

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

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

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

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

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

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

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

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