#FAE1A4

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

Shades of Buttermilk #FAE1A4

Tints of Buttermilk #FAE1A4

Color information

#FAE1A4 (or 0xFAE1A4) is unknown color: approx Buttermilk. HEX triplet: FA, E1 and A4. RGB value is (250,225,164). Sum of RGB (Red+Green+Blue) = 250+225+164=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 164 (64.45% from 255 or 25.67% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1A4 is #051E5B. Grayscale: #E1E1E1. Windows color (decimal): -335452 or 10805754. OLE color: 10805754.

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

Color convert

RGB250225164-
CMYK00.100.340.02
HSL42.56º89.58%81.18%-
HSV(B)42.56º34.4%98.04%-
XYZ73.0576.8546.11-
YUV225.5293.28145.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 164 (64.45% from 255) = 25.67%
R=39.12%
G=35.21%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022516400.100.340.0242.5689.5881.18
HexFAE1A40A2222b5a51
Octal37234124401242253132121
Binary111110101110000110100100010101000101010101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE1A4; }

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

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

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

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

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

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

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

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