#FAE3AA

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

Shades of Peach-Yellow #FAE3AA

Tints of Peach-Yellow #FAE3AA

Color information

#FAE3AA (or 0xFAE3AA) is unknown color: approx Peach-Yellow. HEX triplet: FA, E3 and AA. RGB value is (250,227,170). Sum of RGB (Red+Green+Blue) = 250+227+170=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3AA is #051C55. Grayscale: #E3E3E3. Windows color (decimal): -334934 or 11199482. OLE color: 11199482.

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

Color convert

RGB250227170-
CMYK00.090.320.02
HSL42.75º88.89%82.35%-
HSV(B)42.75º32%98.04%-
XYZ74.1578.1649.21-
YUV227.3895.62144.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 26.28%
R=38.64%
G=35.09%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022717000.090.320.0242.7588.8982.35
HexFAE3AA092022b5952
Octal37234325201140253131122
Binary111110101110001110101010010011000001010101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3AA; }

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

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

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

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

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

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

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

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