#FEC7A5

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

Shades of Peach #FEC7A5

Tints of Peach #FEC7A5

Color information

#FEC7A5 (or 0xFEC7A5) is unknown color: approx Peach. HEX triplet: FE, C7 and A5. RGB value is (254,199,165). Sum of RGB (Red+Green+Blue) = 254+199+165=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 165 (64.84% from 255 or 26.70% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A5 is #01385A. Grayscale: #D3D3D3. Windows color (decimal): -79963 or 10864638. OLE color: 10864638.

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

Color convert

RGB254199165-
CMYK00.220.350.00
HSL22.92º97.8%82.16%-
HSV(B)22.92º35.04%99.61%-
XYZ68.0964.6344.48-
YUV211.57101.72158.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 199 (78.12% from 255) = 32.20%
BLUE value IS 165 (64.84% from 255) = 26.70%
R=41.10%
G=32.20%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419916500.220.350.0022.9297.882.16
HexFEC7A5016230176252
Octal37630724502643027142122
Binary11111110110001111010010101011010001101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7A5; }

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

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

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

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

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

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

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

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