#FDCAA0

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

Shades of Peach #FDCAA0

Tints of Peach #FDCAA0

Color information

#FDCAA0 (or 0xFDCAA0) is unknown color: approx Peach. HEX triplet: FD, CA and A0. RGB value is (253,202,160). Sum of RGB (Red+Green+Blue) = 253+202+160=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAA0 is #02355F. Grayscale: #D4D4D4. Windows color (decimal): -144736 or 10537725. OLE color: 10537725.

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

Color convert

RGB253202160-
CMYK00.200.370.01
HSL27.1º95.88%80.98%-
HSV(B)27.1º36.76%99.22%-
XYZ67.9765.6642.35-
YUV212.4698.4156.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=41.14%
G=32.85%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320216000.200.370.0127.195.8880.98
HexFDCAA00142511b6051
Octal37531224002445133140121
Binary11111101110010101010000001010010010111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAA0; }

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

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

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

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

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

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

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

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