#FDE3AD

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

Shades of Peach-Yellow #FDE3AD

Tints of Peach-Yellow #FDE3AD

Color information

#FDE3AD (or 0xFDE3AD) is unknown color: approx Peach-Yellow. HEX triplet: FD, E3 and AD. RGB value is (253,227,173). Sum of RGB (Red+Green+Blue) = 253+227+173=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 173 (67.97% from 255 or 26.49% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE3AD is #021C52. Grayscale: #E4E4E4. Windows color (decimal): -138323 or 11396093. OLE color: 11396093.

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

Color convert

RGB253227173-
CMYK00.100.320.01
HSL40.5º95.24%83.53%-
HSV(B)40.5º31.62%99.22%-
XYZ75.5278.8450.77-
YUV228.6296.61145.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 173 (67.97% from 255) = 26.49%
R=38.74%
G=34.76%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322717300.100.320.0140.595.2483.53
HexFDE3AD0A201285f54
Octal37534325501240150137124
Binary11111101111000111010110101010100000110100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3AD; }

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

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

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

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

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

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

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

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