#FAE7A8

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

Shades of Buttermilk #FAE7A8

Tints of Buttermilk #FAE7A8

Color information

#FAE7A8 (or 0xFAE7A8) is unknown color: approx Buttermilk. HEX triplet: FA, E7 and A8. RGB value is (250,231,168). Sum of RGB (Red+Green+Blue) = 250+231+168=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE7A8 is #051857. Grayscale: #E5E5E5. Windows color (decimal): -333912 or 11069434. OLE color: 11069434.

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

Color convert

RGB250231168-
CMYK00.080.330.02
HSL46.1º89.13%81.96%-
HSV(B)46.1º32.8%98.04%-
XYZ75.0780.348.59-
YUV229.593.29142.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 231 (90.62% from 255) = 35.59%
BLUE value IS 168 (66.02% from 255) = 25.89%
R=38.52%
G=35.59%
B=25.89%

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
Decimal25023116800.080.330.0246.189.1381.96
HexFAE7A8082122e5952
Octal37234725001041256131122
Binary111110101110011110101000010001000011010111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7A8; }

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

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

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

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

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

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

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

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