#FDE4AB

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

Shades of Peach-Yellow #FDE4AB

Tints of Peach-Yellow #FDE4AB

Color information

#FDE4AB (or 0xFDE4AB) is unknown color: approx Peach-Yellow. HEX triplet: FD, E4 and AB. RGB value is (253,228,171). Sum of RGB (Red+Green+Blue) = 253+228+171=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AB is #021B54. Grayscale: #E5E5E5. Windows color (decimal): -138069 or 11265277. OLE color: 11265277.

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

Color convert

RGB253228171-
CMYK00.100.320.01
HSL41.71º95.35%83.14%-
HSV(B)41.71º32.41%99.22%-
XYZ75.679.3149.85-
YUV228.9895.28145.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 171 (67.19% from 255) = 26.23%
R=38.80%
G=34.97%
B=26.23%

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
Decimal25322817100.100.320.0141.7195.3583.14
HexFDE4AB0A2012a5f53
Octal37534425301240152137123
Binary11111101111001001010101101010100000110101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4AB; }

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

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

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

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

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

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

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

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