#FAE0AE

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

Shades of Peach-Yellow #FAE0AE

Tints of Peach-Yellow #FAE0AE

Color information

#FAE0AE (or 0xFAE0AE) is unknown color: approx Peach-Yellow. HEX triplet: FA, E0 and AE. RGB value is (250,224,174). Sum of RGB (Red+Green+Blue) = 250+224+174=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0AE is #051F51. Grayscale: #E2E2E2. Windows color (decimal): -335698 or 11460858. OLE color: 11460858.

HSL color Cylindrical-coordinate representation of color #FAE0AE: hue angle of 39.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAE0AE is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250224174-
CMYK00.100.300.02
HSL39.47º88.37%83.14%-
HSV(B)39.47º30.4%98.04%-
XYZ73.7276.6950.96-
YUV226.0798.61145.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=38.58%
G=34.57%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022417400.100.300.0239.4788.3783.14
HexFAE0AE0A1E2275853
Octal37234025601236247130123
Binary11111010111000001010111001010111101010011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0AE; }

 p { color: rgb(250,224,174); }

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

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

 a { background-color: rgb(250,224,174); }

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

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

 span { border-color: rgb(250,224,174); }

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