#FDCAA4

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

Shades of Peach #FDCAA4

Tints of Peach #FDCAA4

Color information

#FDCAA4 (or 0xFDCAA4) is unknown color: approx Peach. HEX triplet: FD, CA and A4. RGB value is (253,202,164). Sum of RGB (Red+Green+Blue) = 253+202+164=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCAA4 is #02355B. Grayscale: #D5D5D5. Windows color (decimal): -144732 or 10799869. OLE color: 10799869.

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

Color convert

RGB253202164-
CMYK00.200.350.01
HSL25.62º95.7%81.76%-
HSV(B)25.62º35.18%99.22%-
XYZ68.3365.844.22-
YUV212.92100.4156.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 164 (64.45% from 255) = 26.49%
R=40.87%
G=32.63%
B=26.49%

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
Decimal25320216400.200.350.0125.6295.781.76
HexFDCAA40142311a6052
Octal37531224402443132140122
Binary11111101110010101010010001010010001111101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAA4; }

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

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

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

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

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

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

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

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