#FDCEA7

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

Shades of Peach #FDCEA7

Tints of Peach #FDCEA7

Color information

#FDCEA7 (or 0xFDCEA7) is unknown color: approx Peach. HEX triplet: FD, CE and A7. RGB value is (253,206,167). Sum of RGB (Red+Green+Blue) = 253+206+167=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA7 is #023158. Grayscale: #D7D7D7. Windows color (decimal): -143705 or 10997501. OLE color: 10997501.

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

Color convert

RGB253206167-
CMYK00.190.340.01
HSL27.21º95.56%82.35%-
HSV(B)27.21º33.99%99.22%-
XYZ69.5567.8245.98-
YUV215.61100.57154.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 167 (65.62% from 255) = 26.68%
R=40.42%
G=32.91%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320616700.190.340.0127.2195.5682.35
HexFDCEA70132211b6052
Octal37531624702342133140122
Binary11111101110011101010011101001110001011101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEA7; }

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

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

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

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

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

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

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

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