#FDCEA9

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

Shades of Peach #FDCEA9

Tints of Peach #FDCEA9

Color information

#FDCEA9 (or 0xFDCEA9) is unknown color: approx Peach. HEX triplet: FD, CE and A9. RGB value is (253,206,169). Sum of RGB (Red+Green+Blue) = 253+206+169=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA9 is #023156. Grayscale: #D8D8D8. Windows color (decimal): -143703 or 11128573. OLE color: 11128573.

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

Color convert

RGB253206169-
CMYK00.190.330.01
HSL26.43º95.45%82.75%-
HSV(B)26.43º33.2%99.22%-
XYZ69.7467.8946.96-
YUV215.83101.57154.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 169 (66.41% from 255) = 26.91%
R=40.29%
G=32.80%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320616900.190.330.0126.4395.4582.75
HexFDCEA90132111a5f53
Octal37531625102341132137123
Binary11111101110011101010100101001110000111101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEA9; }

 p { color: rgb(253,206,169); }

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

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

 a { background-color: rgb(253,206,169); }

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

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

 span { border-color: rgb(253,206,169); }

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