#FAE4A1

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

Shades of Buttermilk #FAE4A1

Tints of Buttermilk #FAE4A1

Color information

#FAE4A1 (or 0xFAE4A1) is unknown color: approx Buttermilk. HEX triplet: FA, E4 and A1. RGB value is (250,228,161). Sum of RGB (Red+Green+Blue) = 250+228+161=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4A1 is #051B5E. Grayscale: #E3E3E3. Windows color (decimal): -334687 or 10609914. OLE color: 10609914.

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

Color convert

RGB250228161-
CMYK00.090.360.02
HSL45.17º89.9%80.59%-
HSV(B)45.17º35.6%98.04%-
XYZ73.678.3844.97-
YUV226.9490.79144.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 161 (63.28% from 255) = 25.20%
R=39.12%
G=35.68%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022816100.090.360.0245.1789.980.59
HexFAE4A1092422d5a51
Octal37234424101144255132121
Binary111110101110010010100001010011001001010110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4A1; }

 p { color: rgb(250,228,161); }

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

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

 a { background-color: rgb(250,228,161); }

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

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

 span { border-color: rgb(250,228,161); }

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