#FDCDA3

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

Shades of Peach #FDCDA3

Tints of Peach #FDCDA3

Color information

#FDCDA3 (or 0xFDCDA3) is unknown color: approx Peach. HEX triplet: FD, CD and A3. RGB value is (253,205,163). Sum of RGB (Red+Green+Blue) = 253+205+163=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA3 is #02325C. Grayscale: #D6D6D6. Windows color (decimal): -143965 or 10735101. OLE color: 10735101.

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

Color convert

RGB253205163-
CMYK00.190.360.01
HSL28º95.74%81.57%-
HSV(B)28º35.57%99.22%-
XYZ68.9567.1943.99-
YUV214.5698.9155.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 163 (64.06% from 255) = 26.25%
R=40.74%
G=33.01%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320516300.190.360.012895.7481.57
HexFDCDA30132411c6052
Octal37531524302344134140122
Binary11111101110011011010001101001110010011110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDA3; }

 p { color: rgb(253,205,163); }

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

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

 a { background-color: rgb(253,205,163); }

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

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

 span { border-color: rgb(253,205,163); }

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