#FEADAC

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

Shades of Sundown #FEADAC

Tints of Sundown #FEADAC

Color information

#FEADAC (or 0xFEADAC) is unknown color: approx Sundown. HEX triplet: FE, AD and AC. RGB value is (254,173,172). Sum of RGB (Red+Green+Blue) = 254+173+172=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEADAC is #015253. Grayscale: #C5C5C5. Windows color (decimal): -86612 or 11316734. OLE color: 11316734.

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

Color convert

RGB254173172-
CMYK00.320.320.00
HSL0.73º97.62%83.53%-
HSV(B)0.73º32.28%99.61%-
XYZ63.2653.9446.11-
YUV197.1113.84168.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=42.40%
G=28.88%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417317200.320.320.000.7397.6283.53
HexFEADAC02020016254
Octal3762552540404001142124
Binary11111110101011011010110001000001000000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADAC; }

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

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

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

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

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

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

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

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