#FDCAA5

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

Shades of Peach #FDCAA5

Tints of Peach #FDCAA5

Color information

#FDCAA5 (or 0xFDCAA5) is unknown color: approx Peach. HEX triplet: FD, CA and A5. RGB value is (253,202,165). Sum of RGB (Red+Green+Blue) = 253+202+165=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAA5 is #02355A. Grayscale: #D5D5D5. Windows color (decimal): -144731 or 10865405. OLE color: 10865405.

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

Color convert

RGB253202165-
CMYK00.200.350.01
HSL25.23º95.65%81.96%-
HSV(B)25.23º34.78%99.22%-
XYZ68.4265.8444.7-
YUV213.03100.9156.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 165 (64.84% from 255) = 26.61%
R=40.81%
G=32.58%
B=26.61%

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
Decimal25320216500.200.350.0125.2395.6581.96
HexFDCAA5014231196052
Octal37531224502443131140122
Binary11111101110010101010010101010010001111100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAA5; }

 p { color: rgb(253,202,165); }

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

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

 a { background-color: rgb(253,202,165); }

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

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

 span { border-color: rgb(253,202,165); }

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