#FDC5A7

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

Shades of Peach #FDC5A7

Tints of Peach #FDC5A7

Color information

#FDC5A7 (or 0xFDC5A7) is unknown color: approx Peach. HEX triplet: FD, C5 and A7. RGB value is (253,197,167). Sum of RGB (Red+Green+Blue) = 253+197+167=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5A7 is #023A58. Grayscale: #D2D2D2. Windows color (decimal): -146009 or 10995197. OLE color: 10995197.

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

Color convert

RGB253197167-
CMYK00.220.340.01
HSL20.93º95.56%82.35%-
HSV(B)20.93º33.99%99.22%-
XYZ67.4563.6145.28-
YUV210.32103.55158.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 167 (65.62% from 255) = 27.07%
R=41.00%
G=31.93%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319716700.220.340.0120.9395.5682.35
HexFDC5A7016221156052
Octal37530524702642125140122
Binary11111101110001011010011101011010001011010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5A7; }

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

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

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

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

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

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

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

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