#FAE5A0

Color #FAE5A0 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #FAE5A0

Tints of Buttermilk #FAE5A0

Color information

#FAE5A0 (or 0xFAE5A0) is unknown color: approx Buttermilk. HEX triplet: FA, E5 and A0. RGB value is (250,229,160). Sum of RGB (Red+Green+Blue) = 250+229+160=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A0 is #051A5F. Grayscale: #E3E3E3. Windows color (decimal): -334432 or 10544634. OLE color: 10544634.

HSL color Cylindrical-coordinate representation of color #FAE5A0: hue angle of 46º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE5A0 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250229160-
CMYK00.080.360.02
HSL46º90%80.39%-
HSV(B)46º36%98.04%-
XYZ73.7978.944.6-
YUV227.4189.96144.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 160 (62.89% from 255) = 25.04%
R=39.12%
G=35.84%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022916000.080.360.02469080.39
HexFAE5A0082422e5a50
Octal37234524001044256132120
Binary111110101110010110100000010001001001010111010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5A0; }

 p { color: rgb(250,229,160); }

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

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

 a { background-color: rgb(250,229,160); }

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

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

 span { border-color: rgb(250,229,160); }

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