#FAE6A2

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

Shades of Buttermilk #FAE6A2

Tints of Buttermilk #FAE6A2

Color information

#FAE6A2 (or 0xFAE6A2) is unknown color: approx Buttermilk. HEX triplet: FA, E6 and A2. RGB value is (250,230,162). Sum of RGB (Red+Green+Blue) = 250+230+162=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A2 is #05195D. Grayscale: #E4E4E4. Windows color (decimal): -334174 or 10675962. OLE color: 10675962.

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

Color convert

RGB250230162-
CMYK00.080.350.02
HSL46.36º89.8%80.78%-
HSV(B)46.36º35.2%98.04%-
XYZ74.2479.5345.62-
YUV228.2390.63143.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 162 (63.67% from 255) = 25.23%
R=38.94%
G=35.83%
B=25.23%

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
Decimal25023016200.080.350.0246.3689.880.78
HexFAE6A2082322e5a51
Octal37234624201043256132121
Binary111110101110011010100010010001000111010111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6A2; }

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

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

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

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

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

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

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

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