#FDC6A4

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

Shades of Peach #FDC6A4

Tints of Peach #FDC6A4

Color information

#FDC6A4 (or 0xFDC6A4) is unknown color: approx Peach. HEX triplet: FD, C6 and A4. RGB value is (253,198,164). Sum of RGB (Red+Green+Blue) = 253+198+164=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC6A4 is #02395B. Grayscale: #D2D2D2. Windows color (decimal): -145756 or 10798845. OLE color: 10798845.

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

Color convert

RGB253198164-
CMYK00.220.350.01
HSL22.92º95.7%81.76%-
HSV(B)22.92º35.18%99.22%-
XYZ67.463.9543.91-
YUV210.57101.72158.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=41.14%
G=32.20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319816400.220.350.0122.9295.781.76
HexFDC6A4016231176052
Octal37530624402643127140122
Binary11111101110001101010010001011010001111011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC6A4; }

 p { color: rgb(253,198,164); }

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

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

 a { background-color: rgb(253,198,164); }

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

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

 span { border-color: rgb(253,198,164); }

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