#FDE2AD

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

Shades of Peach-Yellow #FDE2AD

Tints of Peach-Yellow #FDE2AD

Color information

#FDE2AD (or 0xFDE2AD) is unknown color: approx Peach-Yellow. HEX triplet: FD, E2 and AD. RGB value is (253,226,173). Sum of RGB (Red+Green+Blue) = 253+226+173=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AD is #021D52. Grayscale: #E4E4E4. Windows color (decimal): -138579 or 11395837. OLE color: 11395837.

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

Color convert

RGB253226173-
CMYK00.110.320.01
HSL39.75º95.24%83.53%-
HSV(B)39.75º31.62%99.22%-
XYZ75.2578.2950.68-
YUV228.0396.95145.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 173 (67.97% from 255) = 26.53%
R=38.80%
G=34.66%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322617300.110.320.0139.7595.2483.53
HexFDE2AD0B201285f54
Octal37534225501340150137124
Binary11111101111000101010110101011100000110100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2AD; }

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

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

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

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

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

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

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

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