#FAE6A8

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

Shades of Buttermilk #FAE6A8

Tints of Buttermilk #FAE6A8

Color information

#FAE6A8 (or 0xFAE6A8) is unknown color: approx Buttermilk. HEX triplet: FA, E6 and A8. RGB value is (250,230,168). Sum of RGB (Red+Green+Blue) = 250+230+168=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A8 is #051957. Grayscale: #E5E5E5. Windows color (decimal): -334168 or 11069178. OLE color: 11069178.

HSL color Cylindrical-coordinate representation of color #FAE6A8: hue angle of 45.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAE6A8 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB250230168-
CMYK00.080.330.02
HSL45.37º89.13%81.96%-
HSV(B)45.37º32.8%98.04%-
XYZ74.7979.7448.5-
YUV228.9193.63143.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 230 (90.23% from 255) = 35.49%
BLUE value IS 168 (66.02% from 255) = 25.93%
R=38.58%
G=35.49%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023016800.080.330.0245.3789.1381.96
HexFAE6A8082122d5952
Octal37234625001041255131122
Binary111110101110011010101000010001000011010110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6A8; }

 p { color: rgb(250,230,168); }

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

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

 a { background-color: rgb(250,230,168); }

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

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

 span { border-color: rgb(250,230,168); }

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