#FDE4AC

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

Shades of Peach-Yellow #FDE4AC

Tints of Peach-Yellow #FDE4AC

Color information

#FDE4AC (or 0xFDE4AC) is unknown color: approx Peach-Yellow. HEX triplet: FD, E4 and AC. RGB value is (253,228,172). Sum of RGB (Red+Green+Blue) = 253+228+172=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AC is #021B53. Grayscale: #E5E5E5. Windows color (decimal): -138068 or 11330813. OLE color: 11330813.

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

Color convert

RGB253228172-
CMYK00.100.320.01
HSL41.48º95.29%83.33%-
HSV(B)41.48º32.02%99.22%-
XYZ75.779.3550.36-
YUV229.0995.78145.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 172 (67.58% from 255) = 26.34%
R=38.74%
G=34.92%
B=26.34%

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
Decimal25322817200.100.320.0141.4895.2983.33
HexFDE4AC0A201295f53
Octal37534425401240151137123
Binary11111101111001001010110001010100000110100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4AC; }

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

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

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

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

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

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

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

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