#FEAFA4

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

Shades of Sundown #FEAFA4

Tints of Sundown #FEAFA4

Color information

#FEAFA4 (or 0xFEAFA4) is unknown color: approx Sundown. HEX triplet: FE, AF and A4. RGB value is (254,175,164). Sum of RGB (Red+Green+Blue) = 254+175+164=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA4 is #01505B. Grayscale: #C5C5C5. Windows color (decimal): -86108 or 10792958. OLE color: 10792958.

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

Color convert

RGB254175164-
CMYK00.310.350.00
HSL7.33º97.83%81.96%-
HSV(B)7.33º35.43%99.61%-
XYZ62.954.4142.31-
YUV197.37109.17168.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 164 (64.45% from 255) = 27.66%
R=42.83%
G=29.51%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417516400.310.350.007.3397.8381.96
HexFEAFA401F23076252
Octal3762572440374307142122
Binary111111101010111110100100011111100011011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFA4; }

 p { color: rgb(254,175,164); }

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

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

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

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

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

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

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