#FAE3AB

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

Shades of Peach-Yellow #FAE3AB

Tints of Peach-Yellow #FAE3AB

Color information

#FAE3AB (or 0xFAE3AB) is unknown color: approx Peach-Yellow. HEX triplet: FA, E3 and AB. RGB value is (250,227,171). Sum of RGB (Red+Green+Blue) = 250+227+171=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3AB is #051C54. Grayscale: #E3E3E3. Windows color (decimal): -334933 or 11265018. OLE color: 11265018.

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

Color convert

RGB250227171-
CMYK00.090.320.02
HSL42.53º88.76%82.55%-
HSV(B)42.53º31.6%98.04%-
XYZ74.2478.249.71-
YUV227.4996.12144.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 227 (89.06% from 255) = 35.03%
BLUE value IS 171 (67.19% from 255) = 26.39%
R=38.58%
G=35.03%
B=26.39%

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
Decimal25022717100.090.320.0242.5388.7682.55
HexFAE3AB092022b5953
Octal37234325301140253131123
Binary111110101110001110101011010011000001010101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3AB; }

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

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

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

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

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

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

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

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