#FDC8A4

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

Shades of Peach #FDC8A4

Tints of Peach #FDC8A4

Color information

#FDC8A4 (or 0xFDC8A4) is unknown color: approx Peach. HEX triplet: FD, C8 and A4. RGB value is (253,200,164). Sum of RGB (Red+Green+Blue) = 253+200+164=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC8A4 is #02375B. Grayscale: #D3D3D3. Windows color (decimal): -145244 or 10799357. OLE color: 10799357.

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

Color convert

RGB253200164-
CMYK00.210.350.01
HSL24.27º95.7%81.76%-
HSV(B)24.27º35.18%99.22%-
XYZ67.8664.8744.07-
YUV211.74101.06157.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 164 (64.45% from 255) = 26.58%
R=41.00%
G=32.41%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320016400.210.350.0124.2795.781.76
HexFDC8A4015231186052
Octal37531024402543130140122
Binary11111101110010001010010001010110001111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC8A4; }

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

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

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

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

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

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

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

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