#F0E2AB

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

Shades of Buttermilk #F0E2AB

Tints of Buttermilk #F0E2AB

Color information

#F0E2AB (or 0xF0E2AB) is unknown color: approx Buttermilk. HEX triplet: F0, E2 and AB. RGB value is (240,226,171). Sum of RGB (Red+Green+Blue) = 240+226+171=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E2AB is #0F1D54. Grayscale: #E0E0E0. Windows color (decimal): -990549 or 11264752. OLE color: 11264752.

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

Color convert

RGB240226171-
CMYK00.060.290.06
HSL47.83º69.7%80.59%-
HSV(B)47.83º28.75%94.12%-
XYZ70.4875.8649.46-
YUV223.9298.14139.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 226 (88.67% from 255) = 35.48%
BLUE value IS 171 (67.19% from 255) = 26.84%
R=37.68%
G=35.48%
B=26.84%

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
Decimal24022617100.060.290.0647.8369.780.59
HexF0E2AB061D6304651
Octal3603422530635660106121
Binary11110000111000101010101101101110111011000010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2AB; }

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

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

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

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

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

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

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

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