#FAE3A4

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

Shades of Buttermilk #FAE3A4

Tints of Buttermilk #FAE3A4

Color information

#FAE3A4 (or 0xFAE3A4) is unknown color: approx Buttermilk. HEX triplet: FA, E3 and A4. RGB value is (250,227,164). Sum of RGB (Red+Green+Blue) = 250+227+164=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 164 (64.45% from 255 or 25.59% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3A4 is #051C5B. Grayscale: #E2E2E2. Windows color (decimal): -334940 or 10806266. OLE color: 10806266.

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

Color convert

RGB250227164-
CMYK00.090.340.02
HSL43.95º89.58%81.18%-
HSV(B)43.95º34.4%98.04%-
XYZ73.5977.9446.29-
YUV226.792.62144.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 164 (64.45% from 255) = 25.59%
R=39.00%
G=35.41%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022716400.090.340.0243.9589.5881.18
HexFAE3A4092222c5a51
Octal37234324401142254132121
Binary111110101110001110100100010011000101010110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3A4; }

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

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

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

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

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

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

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

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