#F0E1A1

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

Shades of Buttermilk #F0E1A1

Tints of Buttermilk #F0E1A1

Color information

#F0E1A1 (or 0xF0E1A1) is unknown color: approx Buttermilk. HEX triplet: F0, E1 and A1. RGB value is (240,225,161). Sum of RGB (Red+Green+Blue) = 240+225+161=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E1A1 is #0F1E5E. Grayscale: #DEDEDE. Windows color (decimal): -990815 or 10609136. OLE color: 10609136.

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

Color convert

RGB240225161-
CMYK00.060.330.06
HSL48.61º72.48%78.63%-
HSV(B)48.61º32.92%94.12%-
XYZ69.2974.9544.53-
YUV222.1993.47140.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 161 (63.28% from 255) = 25.72%
R=38.34%
G=35.94%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022516100.060.330.0648.6172.4878.63
HexF0E1A10621631484f
Octal3603412410641661110117
Binary111100001110000110100001011010000111011000110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1A1; }

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

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

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

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

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

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

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

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