#F0E0AC

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

Shades of Buttermilk #F0E0AC

Tints of Buttermilk #F0E0AC

Color information

#F0E0AC (or 0xF0E0AC) is unknown color: approx Buttermilk. HEX triplet: F0, E0 and AC. RGB value is (240,224,172). Sum of RGB (Red+Green+Blue) = 240+224+172=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AC is #0F1F53. Grayscale: #DFDFDF. Windows color (decimal): -991060 or 11329776. OLE color: 11329776.

HSL color Cylindrical-coordinate representation of color #F0E0AC: hue angle of 45.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0E0AC is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240224172-
CMYK00.070.280.06
HSL45.88º69.39%80.78%-
HSV(B)45.88º28.33%94.12%-
XYZ70.0474.8249.78-
YUV222.8699.3140.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=37.74%
G=35.22%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022417200.070.280.0645.8869.3980.78
HexF0E0AC071C62e4551
Octal3603402540734656105121
Binary11110000111000001010110001111110011010111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E0AC; }

 p { color: rgb(240,224,172); }

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

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

 a { background-color: rgb(240,224,172); }

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

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

 span { border-color: rgb(240,224,172); }

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