#FDCDA1

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

Shades of Peach #FDCDA1

Tints of Peach #FDCDA1

Color information

#FDCDA1 (or 0xFDCDA1) is unknown color: approx Peach. HEX triplet: FD, CD and A1. RGB value is (253,205,161). Sum of RGB (Red+Green+Blue) = 253+205+161=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA1 is #02325E. Grayscale: #D6D6D6. Windows color (decimal): -143967 or 10604029. OLE color: 10604029.

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

Color convert

RGB253205161-
CMYK00.190.360.01
HSL28.7º95.83%81.18%-
HSV(B)28.7º36.36%99.22%-
XYZ68.7767.1243.05-
YUV214.3497.9155.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 161 (63.28% from 255) = 26.01%
R=40.87%
G=33.12%
B=26.01%

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
Decimal25320516100.190.360.0128.795.8381.18
HexFDCDA10132411d6051
Octal37531524102344135140121
Binary11111101110011011010000101001110010011110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDA1; }

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

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

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

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

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

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

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

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