#FDE2AB

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

Shades of Peach-Yellow #FDE2AB

Tints of Peach-Yellow #FDE2AB

Color information

#FDE2AB (or 0xFDE2AB) is unknown color: approx Peach-Yellow. HEX triplet: FD, E2 and AB. RGB value is (253,226,171). Sum of RGB (Red+Green+Blue) = 253+226+171=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2AB is #021D54. Grayscale: #E4E4E4. Windows color (decimal): -138581 or 11264765. OLE color: 11264765.

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

Color convert

RGB253226171-
CMYK00.110.320.01
HSL40.24º95.35%83.14%-
HSV(B)40.24º32.41%99.22%-
XYZ75.0678.2249.67-
YUV227.895.95145.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=38.92%
G=34.77%
B=26.31%

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
Decimal25322617100.110.320.0140.2495.3583.14
HexFDE2AB0B201285f53
Octal37534225301340150137123
Binary11111101111000101010101101011100000110100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2AB; }

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

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

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

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

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

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

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

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