#FDCEAA

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

Shades of Peach #FDCEAA

Tints of Peach #FDCEAA

Color information

#FDCEAA (or 0xFDCEAA) is unknown color: approx Peach. HEX triplet: FD, CE and AA. RGB value is (253,206,170). Sum of RGB (Red+Green+Blue) = 253+206+170=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAA is #023155. Grayscale: #D8D8D8. Windows color (decimal): -143702 or 11194109. OLE color: 11194109.

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

Color convert

RGB253206170-
CMYK00.190.330.01
HSL26.02º95.4%82.94%-
HSV(B)26.02º32.81%99.22%-
XYZ69.8467.9347.46-
YUV215.95102.07154.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 170 (66.80% from 255) = 27.03%
R=40.22%
G=32.75%
B=27.03%

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
Decimal25320617000.190.330.0126.0295.482.94
HexFDCEAA0132111a5f53
Octal37531625202341132137123
Binary11111101110011101010101001001110000111101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEAA; }

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

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

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

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

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

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

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

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