#FDCEA2

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

Shades of Peach #FDCEA2

Tints of Peach #FDCEA2

Color information

#FDCEA2 (or 0xFDCEA2) is unknown color: approx Peach. HEX triplet: FD, CE and A2. RGB value is (253,206,162). Sum of RGB (Red+Green+Blue) = 253+206+162=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA2 is #02315D. Grayscale: #D7D7D7. Windows color (decimal): -143710 or 10669821. OLE color: 10669821.

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

Color convert

RGB253206162-
CMYK00.190.360.01
HSL29.01º95.79%81.37%-
HSV(B)29.01º35.97%99.22%-
XYZ69.167.6343.6-
YUV215.0498.07155.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 162 (63.67% from 255) = 26.09%
R=40.74%
G=33.17%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320616200.190.360.0129.0195.7981.37
HexFDCEA20132411d6051
Octal37531624202344135140121
Binary11111101110011101010001001001110010011110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEA2; }

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

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

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

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

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

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

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

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