#FEC7A3

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

Shades of Peach #FEC7A3

Tints of Peach #FEC7A3

Color information

#FEC7A3 (or 0xFEC7A3) is unknown color: approx Peach. HEX triplet: FE, C7 and A3. RGB value is (254,199,163). Sum of RGB (Red+Green+Blue) = 254+199+163=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A3 is #01385C. Grayscale: #D3D3D3. Windows color (decimal): -79965 or 10733566. OLE color: 10733566.

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

Color convert

RGB254199163-
CMYK00.220.360.00
HSL23.74º97.85%81.76%-
HSV(B)23.74º35.83%99.61%-
XYZ67.9164.5643.53-
YUV211.34100.72158.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 199 (78.12% from 255) = 32.31%
BLUE value IS 163 (64.06% from 255) = 26.46%
R=41.23%
G=32.31%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419916300.220.360.0023.7497.8581.76
HexFEC7A3016240186252
Octal37630724302644030142122
Binary11111110110001111010001101011010010001100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7A3; }

 p { color: rgb(254,199,163); }

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

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

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

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

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

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

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