#FEAEAD

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

Shades of Sundown #FEAEAD

Tints of Sundown #FEAEAD

Color information

#FEAEAD (or 0xFEAEAD) is unknown color: approx Sundown. HEX triplet: FE, AE and AD. RGB value is (254,174,173). Sum of RGB (Red+Green+Blue) = 254+174+173=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAD is #015152. Grayscale: #C5C5C5. Windows color (decimal): -86355 or 11382526. OLE color: 11382526.

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

Color convert

RGB254174173-
CMYK00.310.320.00
HSL0.74º97.59%83.73%-
HSV(B)0.74º31.89%99.61%-
XYZ63.5554.3646.68-
YUV197.81114168.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=42.26%
G=28.95%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417417300.310.320.000.7497.5983.73
HexFEAEAD01F20016254
Octal3762562550374001142124
Binary1111111010101110101011010111111000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEAD; }

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

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

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

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

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

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

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

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