#FAE0AD

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

Shades of Peach-Yellow #FAE0AD

Tints of Peach-Yellow #FAE0AD

Color information

#FAE0AD (or 0xFAE0AD) is unknown color: approx Peach-Yellow. HEX triplet: FA, E0 and AD. RGB value is (250,224,173). Sum of RGB (Red+Green+Blue) = 250+224+173=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0AD is #051F52. Grayscale: #E2E2E2. Windows color (decimal): -335699 or 11395322. OLE color: 11395322.

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

Color convert

RGB250224173-
CMYK00.100.310.02
HSL39.74º88.51%82.94%-
HSV(B)39.74º30.8%98.04%-
XYZ73.6276.6550.45-
YUV225.9698.11145.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=38.64%
G=34.62%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022417300.100.310.0239.7488.5182.94
HexFAE0AD0A1F2285953
Octal37234025501237250131123
Binary11111010111000001010110101010111111010100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0AD; }

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

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

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

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

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

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

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

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