#FAE0A2

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

Shades of Buttermilk #FAE0A2

Tints of Buttermilk #FAE0A2

Color information

#FAE0A2 (or 0xFAE0A2) is unknown color: approx Buttermilk. HEX triplet: FA, E0 and A2. RGB value is (250,224,162). Sum of RGB (Red+Green+Blue) = 250+224+162=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A2 is #051F5D. Grayscale: #E0E0E0. Windows color (decimal): -335710 or 10674426. OLE color: 10674426.

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

Color convert

RGB250224162-
CMYK00.100.350.02
HSL42.27º89.8%80.78%-
HSV(B)42.27º35.2%98.04%-
XYZ72.676.2445.07-
YUV224.7192.61146.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 162 (63.67% from 255) = 25.47%
R=39.31%
G=35.22%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022416200.100.350.0242.2789.880.78
HexFAE0A20A2322a5a51
Octal37234024201243252132121
Binary111110101110000010100010010101000111010101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE0A2; }

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

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

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

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

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

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

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

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