#FEADAA

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

Shades of Sundown #FEADAA

Tints of Sundown #FEADAA

Color information

#FEADAA (or 0xFEADAA) is unknown color: approx Sundown. HEX triplet: FE, AD and AA. RGB value is (254,173,170). Sum of RGB (Red+Green+Blue) = 254+173+170=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAA is #015255. Grayscale: #C4C4C4. Windows color (decimal): -86614 or 11185662. OLE color: 11185662.

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

Color convert

RGB254173170-
CMYK00.320.330.00
HSL2.14º97.67%83.14%-
HSV(B)2.14º33.07%99.61%-
XYZ63.0753.8645.1-
YUV196.88112.84168.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=42.55%
G=28.98%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417317000.320.330.002.1497.6783.14
HexFEADAA02021026253
Octal3762552520404102142123
Binary111111101010110110101010010000010000101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADAA; }

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

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

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

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

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

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

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

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