#FEE3AF

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

Shades of Peach-Yellow #FEE3AF

Tints of Peach-Yellow #FEE3AF

Color information

#FEE3AF (or 0xFEE3AF) is unknown color: approx Peach-Yellow. HEX triplet: FE, E3 and AF. RGB value is (254,227,175). Sum of RGB (Red+Green+Blue) = 254+227+175=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 227 (89.06% from 255 or 34.60% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3AF is #011C50. Grayscale: #E5E5E5. Windows color (decimal): -72785 or 11527166. OLE color: 11527166.

HSL color Cylindrical-coordinate representation of color #FEE3AF: hue angle of 39.49º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE3AF is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254227175-
CMYK00.110.310.00
HSL39.49º97.53%84.12%-
HSV(B)39.49º31.1%99.61%-
XYZ76.0879.151.82-
YUV229.1497.45145.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 227 (89.06% from 255) = 34.60%
BLUE value IS 175 (68.75% from 255) = 26.68%
R=38.72%
G=34.60%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422717500.110.310.0039.4997.5384.12
HexFEE3AF0B1F0276254
Octal37634325701337047142124
Binary1111111011100011101011110101111111010011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE3AF; }

 p { color: rgb(254,227,175); }

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

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

 a { background-color: rgb(254,227,175); }

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

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

 span { border-color: rgb(254,227,175); }

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