#FAE5A8

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

Shades of Buttermilk #FAE5A8

Tints of Buttermilk #FAE5A8

Color information

#FAE5A8 (or 0xFAE5A8) is unknown color: approx Buttermilk. HEX triplet: FA, E5 and A8. RGB value is (250,229,168). Sum of RGB (Red+Green+Blue) = 250+229+168=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 168 (66.02% from 255 or 25.97% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A8 is #051A57. Grayscale: #E4E4E4. Windows color (decimal): -334424 or 11068922. OLE color: 11068922.

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

Color convert

RGB250229168-
CMYK00.080.330.02
HSL44.63º89.13%81.96%-
HSV(B)44.63º32.8%98.04%-
XYZ74.5179.1948.4-
YUV228.3293.96143.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 229 (89.84% from 255) = 35.39%
BLUE value IS 168 (66.02% from 255) = 25.97%
R=38.64%
G=35.39%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022916800.080.330.0244.6389.1381.96
HexFAE5A8082122d5952
Octal37234525001041255131122
Binary111110101110010110101000010001000011010110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5A8; }

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

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

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

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

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

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

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

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