#FDCEA5

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

Shades of Peach #FDCEA5

Tints of Peach #FDCEA5

Color information

#FDCEA5 (or 0xFDCEA5) is unknown color: approx Peach. HEX triplet: FD, CE and A5. RGB value is (253,206,165). Sum of RGB (Red+Green+Blue) = 253+206+165=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA5 is #02315A. Grayscale: #D7D7D7. Windows color (decimal): -143707 or 10866429. OLE color: 10866429.

HSL color Cylindrical-coordinate representation of color #FDCEA5: hue angle of 27.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDCEA5 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253206165-
CMYK00.190.350.01
HSL27.95º95.65%81.96%-
HSV(B)27.95º34.78%99.22%-
XYZ69.3767.7445.02-
YUV215.3899.57154.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 165 (64.84% from 255) = 26.44%
R=40.54%
G=33.01%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320616500.190.350.0127.9595.6581.96
HexFDCEA50132311c6052
Octal37531624502343134140122
Binary11111101110011101010010101001110001111110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEA5; }

 p { color: rgb(253,206,165); }

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

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

 a { background-color: rgb(253,206,165); }

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

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

 span { border-color: rgb(253,206,165); }

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