#FDE1AC

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

Shades of Peach-Yellow #FDE1AC

Tints of Peach-Yellow #FDE1AC

Color information

#FDE1AC (or 0xFDE1AC) is unknown color: approx Peach-Yellow. HEX triplet: FD, E1 and AC. RGB value is (253,225,172). Sum of RGB (Red+Green+Blue) = 253+225+172=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE1AC is #021E53. Grayscale: #E3E3E3. Windows color (decimal): -138836 or 11330045. OLE color: 11330045.

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

Color convert

RGB253225172-
CMYK00.110.320.01
HSL39.26º95.29%83.33%-
HSV(B)39.26º32.02%99.22%-
XYZ74.8877.7150.08-
YUV227.3396.78146.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 172 (67.58% from 255) = 26.46%
R=38.92%
G=34.62%
B=26.46%

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
Decimal25322517200.110.320.0139.2695.2983.33
HexFDE1AC0B201275f53
Octal37534125401340147137123
Binary11111101111000011010110001011100000110011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1AC; }

 p { color: rgb(253,225,172); }

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

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

 a { background-color: rgb(253,225,172); }

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

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

 span { border-color: rgb(253,225,172); }

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