#FDCBA4

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

Shades of Peach #FDCBA4

Tints of Peach #FDCBA4

Color information

#FDCBA4 (or 0xFDCBA4) is unknown color: approx Peach. HEX triplet: FD, CB and A4. RGB value is (253,203,164). Sum of RGB (Red+Green+Blue) = 253+203+164=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBA4 is #02345B. Grayscale: #D5D5D5. Windows color (decimal): -144476 or 10800125. OLE color: 10800125.

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

Color convert

RGB253203164-
CMYK00.200.350.01
HSL26.29º95.7%81.76%-
HSV(B)26.29º35.18%99.22%-
XYZ68.5666.2744.3-
YUV213.5100.06156.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=40.81%
G=32.74%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320316400.200.350.0126.2995.781.76
HexFDCBA40142311a6052
Octal37531324402443132140122
Binary11111101110010111010010001010010001111101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBA4; }

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

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

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

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

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

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

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

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