#FDE1AB

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

Shades of Peach-Yellow #FDE1AB

Tints of Peach-Yellow #FDE1AB

Color information

#FDE1AB (or 0xFDE1AB) is unknown color: approx Peach-Yellow. HEX triplet: FD, E1 and AB. RGB value is (253,225,171). Sum of RGB (Red+Green+Blue) = 253+225+171=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE1AB is #021E54. Grayscale: #E3E3E3. Windows color (decimal): -138837 or 11264509. OLE color: 11264509.

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

Color convert

RGB253225171-
CMYK00.110.320.01
HSL39.51º95.35%83.14%-
HSV(B)39.51º32.41%99.22%-
XYZ74.7877.6749.58-
YUV227.2296.28146.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 171 (67.19% from 255) = 26.35%
R=38.98%
G=34.67%
B=26.35%

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
Decimal25322517100.110.320.0139.5195.3583.14
HexFDE1AB0B201285f53
Octal37534125301340150137123
Binary11111101111000011010101101011100000110100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1AB; }

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

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

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

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

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

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

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

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