#F1E2AC

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

Shades of Buttermilk #F1E2AC

Tints of Buttermilk #F1E2AC

Color information

#F1E2AC (or 0xF1E2AC) is unknown color: approx Buttermilk. HEX triplet: F1, E2 and AC. RGB value is (241,226,172). Sum of RGB (Red+Green+Blue) = 241+226+172=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E2AC is #0E1D53. Grayscale: #E0E0E0. Windows color (decimal): -925012 or 11330289. OLE color: 11330289.

HSL color Cylindrical-coordinate representation of color #F1E2AC: hue angle of 46.96º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1E2AC is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241226172-
CMYK00.060.290.05
HSL46.96º71.13%80.98%-
HSV(B)46.96º28.63%94.51%-
XYZ70.9276.0749.98-
YUV224.3398.47139.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 172 (67.58% from 255) = 26.92%
R=37.72%
G=35.37%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122617200.060.290.0546.9671.1380.98
HexF1E2AC061D52f4751
Octal3613422540635557107121
Binary11110001111000101010110001101110110110111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2AC; }

 p { color: rgb(241,226,172); }

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

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

 a { background-color: rgb(241,226,172); }

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

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

 span { border-color: rgb(241,226,172); }

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