#F5E1AC

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

Shades of Buttermilk #F5E1AC

Tints of Buttermilk #F5E1AC

Color information

#F5E1AC (or 0xF5E1AC) is unknown color: approx Buttermilk. HEX triplet: F5, E1 and AC. RGB value is (245,225,172). Sum of RGB (Red+Green+Blue) = 245+225+172=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E1AC is #0A1E53. Grayscale: #E1E1E1. Windows color (decimal): -663124 or 11330037. OLE color: 11330037.

HSL color Cylindrical-coordinate representation of color #F5E1AC: hue angle of 43.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5E1AC is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245225172-
CMYK00.080.300.04
HSL43.56º78.49%81.76%-
HSV(B)43.56º29.8%96.08%-
XYZ72.0376.2449.95-
YUV224.9498.13142.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 172 (67.58% from 255) = 26.79%
R=38.16%
G=35.05%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522517200.080.300.0443.5678.4981.76
HexF5E1AC081E42c4e52
Octal36534125401036454116122
Binary111101011110000110101100010001111010010110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1AC; }

 p { color: rgb(245,225,172); }

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

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

 a { background-color: rgb(245,225,172); }

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

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

 span { border-color: rgb(245,225,172); }

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