#FEAAA8

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

Shades of Sundown #FEAAA8

Tints of Sundown #FEAAA8

Color information

#FEAAA8 (or 0xFEAAA8) is unknown color: approx Sundown. HEX triplet: FE, AA and A8. RGB value is (254,170,168). Sum of RGB (Red+Green+Blue) = 254+170+168=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAA8 is #015557. Grayscale: #C2C2C2. Windows color (decimal): -87384 or 11053822. OLE color: 11053822.

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

Color convert

RGB254170168-
CMYK00.330.340.00
HSL1.4º97.73%82.75%-
HSV(B)1.4º33.86%99.61%-
XYZ62.3252.6543.92-
YUV194.89112.83170.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 168 (66.02% from 255) = 28.38%
R=42.91%
G=28.72%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417016800.330.340.001.497.7382.75
HexFEAAA802122016253
Octal3762522500414201142123
Binary11111110101010101010100001000011000100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAA8; }

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

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

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

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

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

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

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

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