#FAE4AA

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

Shades of Buttermilk #FAE4AA

Tints of Buttermilk #FAE4AA

Color information

#FAE4AA (or 0xFAE4AA) is unknown color: approx Buttermilk. HEX triplet: FA, E4 and AA. RGB value is (250,228,170). Sum of RGB (Red+Green+Blue) = 250+228+170=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4AA is #051B55. Grayscale: #E4E4E4. Windows color (decimal): -334678 or 11199738. OLE color: 11199738.

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

Color convert

RGB250228170-
CMYK00.090.320.02
HSL43.5º88.89%82.35%-
HSV(B)43.5º32%98.04%-
XYZ74.4278.7149.3-
YUV227.9795.29143.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=38.58%
G=35.19%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022817000.090.320.0243.588.8982.35
HexFAE4AA092022c5952
Octal37234425201140254131122
Binary111110101110010010101010010011000001010110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4AA; }

 p { color: rgb(250,228,170); }

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

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

 a { background-color: rgb(250,228,170); }

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

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

 span { border-color: rgb(250,228,170); }

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