#FEAEAE

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

Shades of Sundown #FEAEAE

Tints of Sundown #FEAEAE

Color information

#FEAEAE (or 0xFEAEAE) is unknown color: approx Sundown. HEX triplet: FE, AE and AE. RGB value is (254,174,174). Sum of RGB (Red+Green+Blue) = 254+174+174=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAEAE is #015151. Grayscale: #C6C6C6. Windows color (decimal): -86354 or 11448062. OLE color: 11448062.

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

Color convert

RGB254174174-
CMYK00.310.310.00
HSL97.56%83.92%-
HSV(B)31.5%99.61%-
XYZ63.6554.447.19-
YUV197.92114.5168-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=42.19%
G=28.90%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417417400.310.310.00097.5683.92
HexFEAEAE01F1F006254
Octal3762562560373700142124
Binary111111101010111010101110011111111110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEAE; }

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

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

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

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

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

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

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

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