#F0E1AA

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

Shades of Buttermilk #F0E1AA

Tints of Buttermilk #F0E1AA

Color information

#F0E1AA (or 0xF0E1AA) is unknown color: approx Buttermilk. HEX triplet: F0, E1 and AA. RGB value is (240,225,170). Sum of RGB (Red+Green+Blue) = 240+225+170=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E1AA is #0F1E55. Grayscale: #DFDFDF. Windows color (decimal): -990806 or 11198960. OLE color: 11198960.

HSL color Cylindrical-coordinate representation of color #F0E1AA: hue angle of 47.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0E1AA is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240225170-
CMYK00.060.290.06
HSL47.14º70%80.39%-
HSV(B)47.14º29.17%94.12%-
XYZ70.1275.2848.86-
YUV223.2197.97139.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=37.80%
G=35.43%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022517000.060.290.0647.147080.39
HexF0E1AA061D62f4650
Octal3603412520635657106120
Binary11110000111000011010101001101110111010111110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1AA; }

 p { color: rgb(240,225,170); }

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

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

 a { background-color: rgb(240,225,170); }

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

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

 span { border-color: rgb(240,225,170); }

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