#FAE7A3

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

Shades of Buttermilk #FAE7A3

Tints of Buttermilk #FAE7A3

Color information

#FAE7A3 (or 0xFAE7A3) is unknown color: approx Buttermilk. HEX triplet: FA, E7 and A3. RGB value is (250,231,163). Sum of RGB (Red+Green+Blue) = 250+231+163=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 163 (64.06% from 255 or 25.31% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE7A3 is #05185C. Grayscale: #E5E5E5. Windows color (decimal): -333917 or 10741754. OLE color: 10741754.

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

Color convert

RGB250231163-
CMYK00.080.350.02
HSL46.9º89.69%80.98%-
HSV(B)46.9º34.8%98.04%-
XYZ74.6180.1246.18-
YUV228.9390.79143.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 231 (90.62% from 255) = 35.87%
BLUE value IS 163 (64.06% from 255) = 25.31%
R=38.82%
G=35.87%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023116300.080.350.0246.989.6980.98
HexFAE7A3082322f5a51
Octal37234724301043257132121
Binary111110101110011110100011010001000111010111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7A3; }

 p { color: rgb(250,231,163); }

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

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

 a { background-color: rgb(250,231,163); }

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

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

 span { border-color: rgb(250,231,163); }

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