#FDE0AE

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

Shades of Peach-Yellow #FDE0AE

Tints of Peach-Yellow #FDE0AE

Color information

#FDE0AE (or 0xFDE0AE) is unknown color: approx Peach-Yellow. HEX triplet: FD, E0 and AE. RGB value is (253,224,174). Sum of RGB (Red+Green+Blue) = 253+224+174=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0AE is #021F51. Grayscale: #E3E3E3. Windows color (decimal): -139090 or 11460861. OLE color: 11460861.

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

Color convert

RGB253224174-
CMYK00.110.310.01
HSL37.97º95.18%83.73%-
HSV(B)37.97º31.23%99.22%-
XYZ74.877.2551.01-
YUV226.9798.11146.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 224 (87.89% from 255) = 34.41%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=38.86%
G=34.41%
B=26.73%

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
Decimal25322417400.110.310.0137.9795.1883.73
HexFDE0AE0B1F1265f54
Octal37534025601337146137124
Binary1111110111100000101011100101111111110011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE0AE; }

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

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

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

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

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

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

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

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