#F0E1AB

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

Shades of Buttermilk #F0E1AB

Tints of Buttermilk #F0E1AB

Color information

#F0E1AB (or 0xF0E1AB) is unknown color: approx Buttermilk. HEX triplet: F0, E1 and AB. RGB value is (240,225,171). Sum of RGB (Red+Green+Blue) = 240+225+171=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E1AB is #0F1E54. Grayscale: #DFDFDF. Windows color (decimal): -990805 or 11264496. OLE color: 11264496.

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

Color convert

RGB240225171-
CMYK00.060.290.06
HSL46.96º69.7%80.59%-
HSV(B)46.96º28.75%94.12%-
XYZ70.2175.3249.36-
YUV223.3398.47139.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 26.89%
R=37.74%
G=35.38%
B=26.89%

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
Decimal24022517100.060.290.0646.9669.780.59
HexF0E1AB061D62f4651
Octal3603412530635657106121
Binary11110000111000011010101101101110111010111110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1AB; }

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

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

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

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

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

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

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

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