#FAE3A1

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

Shades of Buttermilk #FAE3A1

Tints of Buttermilk #FAE3A1

Color information

#FAE3A1 (or 0xFAE3A1) is unknown color: approx Buttermilk. HEX triplet: FA, E3 and A1. RGB value is (250,227,161). Sum of RGB (Red+Green+Blue) = 250+227+161=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3A1 is #051C5E. Grayscale: #E2E2E2. Windows color (decimal): -334943 or 10609658. OLE color: 10609658.

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

Color convert

RGB250227161-
CMYK00.090.360.02
HSL44.49º89.9%80.59%-
HSV(B)44.49º35.6%98.04%-
XYZ73.3377.8444.88-
YUV226.3591.12144.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 161 (63.28% from 255) = 25.24%
R=39.18%
G=35.58%
B=25.24%

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
Decimal25022716100.090.360.0244.4989.980.59
HexFAE3A1092422c5a51
Octal37234324101144254132121
Binary111110101110001110100001010011001001010110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE3A1; }

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

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

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

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

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

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

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

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