#FDC5A6

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

Shades of Peach #FDC5A6

Tints of Peach #FDC5A6

Color information

#FDC5A6 (or 0xFDC5A6) is unknown color: approx Peach. HEX triplet: FD, C5 and A6. RGB value is (253,197,166). Sum of RGB (Red+Green+Blue) = 253+197+166=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5A6 is #023A59. Grayscale: #D2D2D2. Windows color (decimal): -146010 or 10929661. OLE color: 10929661.

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

Color convert

RGB253197166-
CMYK00.220.340.01
HSL21.38º95.6%82.16%-
HSV(B)21.38º34.39%99.22%-
XYZ67.3663.5744.8-
YUV210.21103.05158.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 197 (77.34% from 255) = 31.98%
BLUE value IS 166 (65.23% from 255) = 26.95%
R=41.07%
G=31.98%
B=26.95%

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
Decimal25319716600.220.340.0121.3895.682.16
HexFDC5A6016221156052
Octal37530524602642125140122
Binary11111101110001011010011001011010001011010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5A6; }

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

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

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

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

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

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

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

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