#FDE2AE

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

Shades of Peach-Yellow #FDE2AE

Tints of Peach-Yellow #FDE2AE

Color information

#FDE2AE (or 0xFDE2AE) is unknown color: approx Peach-Yellow. HEX triplet: FD, E2 and AE. RGB value is (253,226,174). Sum of RGB (Red+Green+Blue) = 253+226+174=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AE is #021D51. Grayscale: #E4E4E4. Windows color (decimal): -138578 or 11461373. OLE color: 11461373.

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

Color convert

RGB253226174-
CMYK00.110.310.01
HSL39.49º95.18%83.73%-
HSV(B)39.49º31.23%99.22%-
XYZ75.3478.3351.19-
YUV228.1497.45145.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 174 (68.36% from 255) = 26.65%
R=38.74%
G=34.61%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322617400.110.310.0139.4995.1883.73
HexFDE2AE0B1F1275f54
Octal37534225601337147137124
Binary1111110111100010101011100101111111110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2AE; }

 p { color: rgb(253,226,174); }

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

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

 a { background-color: rgb(253,226,174); }

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

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

 span { border-color: rgb(253,226,174); }

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