#FDC7A3

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

Shades of Peach #FDC7A3

Tints of Peach #FDC7A3

Color information

#FDC7A3 (or 0xFDC7A3) is unknown color: approx Peach. HEX triplet: FD, C7 and A3. RGB value is (253,199,163). Sum of RGB (Red+Green+Blue) = 253+199+163=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC7A3 is #02385C. Grayscale: #D3D3D3. Windows color (decimal): -145501 or 10733565. OLE color: 10733565.

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

Color convert

RGB253199163-
CMYK00.210.360.01
HSL24º95.74%81.57%-
HSV(B)24º35.57%99.22%-
XYZ67.5464.3743.52-
YUV211.04100.89157.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 163 (64.06% from 255) = 26.50%
R=41.14%
G=32.36%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319916300.210.360.012495.7481.57
HexFDC7A3015241186052
Octal37530724302544130140122
Binary11111101110001111010001101010110010011100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC7A3; }

 p { color: rgb(253,199,163); }

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

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

 a { background-color: rgb(253,199,163); }

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

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

 span { border-color: rgb(253,199,163); }

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