#FAE3AD

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

Shades of Peach-Yellow #FAE3AD

Tints of Peach-Yellow #FAE3AD

Color information

#FAE3AD (or 0xFAE3AD) is unknown color: approx Peach-Yellow. HEX triplet: FA, E3 and AD. RGB value is (250,227,173). Sum of RGB (Red+Green+Blue) = 250+227+173=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3AD is #051C52. Grayscale: #E3E3E3. Windows color (decimal): -334931 or 11396090. OLE color: 11396090.

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

Color convert

RGB250227173-
CMYK00.090.310.02
HSL42.08º88.51%82.94%-
HSV(B)42.08º30.8%98.04%-
XYZ74.4478.2850.72-
YUV227.7297.12143.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 26.62%
R=38.46%
G=34.92%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022717300.090.310.0242.0888.5182.94
HexFAE3AD091F22a5953
Octal37234325501137252131123
Binary11111010111000111010110101001111111010101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3AD; }

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

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

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

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

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

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

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

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