#FAE0A1

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

Shades of Buttermilk #FAE0A1

Tints of Buttermilk #FAE0A1

Color information

#FAE0A1 (or 0xFAE0A1) is unknown color: approx Buttermilk. HEX triplet: FA, E0 and A1. RGB value is (250,224,161). Sum of RGB (Red+Green+Blue) = 250+224+161=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A1 is #051F5E. Grayscale: #E0E0E0. Windows color (decimal): -335711 or 10608890. OLE color: 10608890.

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

Color convert

RGB250224161-
CMYK00.100.360.02
HSL42.47º89.9%80.59%-
HSV(B)42.47º35.6%98.04%-
XYZ72.5176.2144.61-
YUV224.5992.11146.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 161 (63.28% from 255) = 25.35%
R=39.37%
G=35.28%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022416100.100.360.0242.4789.980.59
HexFAE0A10A2422a5a51
Octal37234024101244252132121
Binary111110101110000010100001010101001001010101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0A1; }

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

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

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

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

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

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

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

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