#F2E3AC

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

Shades of Buttermilk #F2E3AC

Tints of Buttermilk #F2E3AC

Color information

#F2E3AC (or 0xF2E3AC) is unknown color: approx Buttermilk. HEX triplet: F2, E3 and AC. RGB value is (242,227,172). Sum of RGB (Red+Green+Blue) = 242+227+172=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E3AC is #0D1C53. Grayscale: #E1E1E1. Windows color (decimal): -859220 or 11330546. OLE color: 11330546.

HSL color Cylindrical-coordinate representation of color #F2E3AC: hue angle of 47.14º degrees, saturation: 0.73, 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 #F2E3AC is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242227172-
CMYK00.060.290.05
HSL47.14º72.92%81.18%-
HSV(B)47.14º28.93%94.9%-
XYZ71.5376.7950.08-
YUV225.2297.97139.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 172 (67.58% from 255) = 26.83%
R=37.75%
G=35.41%
B=26.83%

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
Decimal24222717200.060.290.0547.1472.9281.18
HexF2E3AC061D52f4951
Octal3623432540635557111121
Binary11110010111000111010110001101110110110111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3AC; }

 p { color: rgb(242,227,172); }

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

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

 a { background-color: rgb(242,227,172); }

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

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

 span { border-color: rgb(242,227,172); }

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