#F0E2AD

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

Shades of Buttermilk #F0E2AD

Tints of Buttermilk #F0E2AD

Color information

#F0E2AD (or 0xF0E2AD) is unknown color: approx Buttermilk. HEX triplet: F0, E2 and AD. RGB value is (240,226,173). Sum of RGB (Red+Green+Blue) = 240+226+173=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E2AD is #0F1D52. Grayscale: #E0E0E0. Windows color (decimal): -990547 or 11395824. OLE color: 11395824.

HSL color Cylindrical-coordinate representation of color #F0E2AD: hue angle of 47.46º 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 #F0E2AD is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240226173-
CMYK00.060.280.06
HSL47.46º69.07%80.98%-
HSV(B)47.46º27.92%94.12%-
XYZ70.6775.9450.47-
YUV224.1499.14139.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 173 (67.97% from 255) = 27.07%
R=37.56%
G=35.37%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022617300.060.280.0647.4669.0780.98
HexF0E2AD061C62f4551
Octal3603422550634657105121
Binary11110000111000101010110101101110011010111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2AD; }

 p { color: rgb(240,226,173); }

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

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

 a { background-color: rgb(240,226,173); }

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

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

 span { border-color: rgb(240,226,173); }

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