#FEAFA7

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

Shades of Sundown #FEAFA7

Tints of Sundown #FEAFA7

Color information

#FEAFA7 (or 0xFEAFA7) is unknown color: approx Sundown. HEX triplet: FE, AF and A7. RGB value is (254,175,167). Sum of RGB (Red+Green+Blue) = 254+175+167=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAFA7 is #015058. Grayscale: #C5C5C5. Windows color (decimal): -86105 or 10989566. OLE color: 10989566.

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

Color convert

RGB254175167-
CMYK00.310.340.00
HSL5.52º97.75%82.55%-
HSV(B)5.52º34.25%99.61%-
XYZ63.1854.5243.75-
YUV197.71110.67168.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 167 (65.62% from 255) = 28.02%
R=42.62%
G=29.36%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417516700.310.340.005.5297.7582.55
HexFEAFA701F22066253
Octal3762572470374206142123
Binary111111101010111110100111011111100010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFA7; }

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

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

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

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

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

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

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

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