#FAE1AA

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

Shades of Peach-Yellow #FAE1AA

Tints of Peach-Yellow #FAE1AA

Color information

#FAE1AA (or 0xFAE1AA) is unknown color: approx Peach-Yellow. HEX triplet: FA, E1 and AA. RGB value is (250,225,170). Sum of RGB (Red+Green+Blue) = 250+225+170=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1AA is #051E55. Grayscale: #E2E2E2. Windows color (decimal): -335446 or 11198970. OLE color: 11198970.

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

Color convert

RGB250225170-
CMYK00.100.320.02
HSL41.25º88.89%82.35%-
HSV(B)41.25º32%98.04%-
XYZ73.6177.0849.03-
YUV226.296.28144.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 170 (66.80% from 255) = 26.36%
R=38.76%
G=34.88%
B=26.36%

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
Decimal25022517000.100.320.0241.2588.8982.35
HexFAE1AA0A202295952
Octal37234125201240251131122
Binary111110101110000110101010010101000001010100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1AA; }

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

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

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

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

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

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

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

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