#FEACA4

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

Shades of Sundown #FEACA4

Tints of Sundown #FEACA4

Color information

#FEACA4 (or 0xFEACA4) is unknown color: approx Sundown. HEX triplet: FE, AC and A4. RGB value is (254,172,164). Sum of RGB (Red+Green+Blue) = 254+172+164=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEACA4 is #01535B. Grayscale: #C3C3C3. Windows color (decimal): -86876 or 10792190. OLE color: 10792190.

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

Color convert

RGB254172164-
CMYK00.320.350.00
HSL5.33º97.83%81.96%-
HSV(B)5.33º35.43%99.61%-
XYZ62.3353.2642.12-
YUV195.61110.17169.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 164 (64.45% from 255) = 27.80%
R=43.05%
G=29.15%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417216400.320.350.005.3397.8381.96
HexFEACA402023056252
Octal3762542440404305142122
Binary1111111010101100101001000100000100011010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEACA4; }

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

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

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

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

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

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

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

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