#FDCEA4

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

Shades of Peach #FDCEA4

Tints of Peach #FDCEA4

Color information

#FDCEA4 (or 0xFDCEA4) is unknown color: approx Peach. HEX triplet: FD, CE and A4. RGB value is (253,206,164). Sum of RGB (Red+Green+Blue) = 253+206+164=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA4 is #02315B. Grayscale: #D7D7D7. Windows color (decimal): -143708 or 10800893. OLE color: 10800893.

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

Color convert

RGB253206164-
CMYK00.190.350.01
HSL28.31º95.7%81.76%-
HSV(B)28.31º35.18%99.22%-
XYZ69.2867.7144.54-
YUV215.2699.07154.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=40.61%
G=33.07%
B=26.32%

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
Decimal25320616400.190.350.0128.3195.781.76
HexFDCEA40132311c6052
Octal37531624402343134140122
Binary11111101110011101010010001001110001111110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEA4; }

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

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

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

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

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

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

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

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