#FAE0AA

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

Shades of Peach-Yellow #FAE0AA

Tints of Peach-Yellow #FAE0AA

Color information

#FAE0AA (or 0xFAE0AA) is unknown color: approx Peach-Yellow. HEX triplet: FA, E0 and AA. RGB value is (250,224,170). Sum of RGB (Red+Green+Blue) = 250+224+170=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0AA is #051F55. Grayscale: #E1E1E1. Windows color (decimal): -335702 or 11198714. OLE color: 11198714.

HSL color Cylindrical-coordinate representation of color #FAE0AA: hue angle of 40.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAE0AA is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250224170-
CMYK00.100.320.02
HSL40.5º88.89%82.35%-
HSV(B)40.5º32%98.04%-
XYZ73.3476.5448.94-
YUV225.6296.61145.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 224 (87.89% from 255) = 34.78%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=38.82%
G=34.78%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022417000.100.320.0240.588.8982.35
HexFAE0AA0A202285952
Octal37234025201240250131122
Binary111110101110000010101010010101000001010100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0AA; }

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

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

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

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

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

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

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

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