COLOR #F0EEBE

HEX: #F0EEBE RGB: (240,238,190)

Color info

#F0EEBE contains red, green and blue colors in about the same proportion. Web safe color of #F0EEBE is #FFFFCC (or #FFC).

RGB color model

#F0EEBE color RGB value is (240,238,190).

RGB: (240,238,190) (94%, 93%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 238 of 255 = 93%
B 190 of 255 = 75%

240
238
190

R + G + B ~ 87%. #F0EEBE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 238 + 190 = 668 (100%)
R 240 of 668 ~ 35.93%
G 238 of 668 ~ 35.63%
B 190 of 668 ~ 28.44'%

%35.93
%35.63
%28.44

CMYK color model

#F0EEBE color CMYK value is (0,1,21,6).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 20.83%
  • key color value is 5.88%

CMYK: (0,1,21,6)
C0M1Y21K6 (0%, 1%, 21%, 6%)
(0.00 / 0.01 / 0.21 / 0.06)

CMYK percentages

%0
%0.83
%20.83
%5.88

Codes

Color #F0EEBE in popluar color models

F0 EE BE
RGB 240 238 190
HSL 58° 62.50% 84.31%
HSB/HSV 58° 20.83% 94.12%
CMYK 0.00% 0.83% 20.83%
5.88%

Color #F0EEBE in popluar number systems.

HEX F0 EE BE
Decimal 240 238 190
Binary 11110000 11101110 10111110
Octal 360 356 276

Shades and tints

Shades of #F0EEBE

#F0EEBE
(240,238,190)
#DBD9AD
(219,217,173)
#C6C49C
(198,196,156)
#B1AF8B
(177,175,139)
#9C9A7A
(156,154,122)
#878569
(135,133,105)
#727058
(114,112,88)
#5D5B47
(93,91,71)
#484636
(72,70,54)
#333125
(51,49,37)
#1E1C14
(30,28,20)
#000000
(0,0,0)

Tints of #F0EEBE

#F0EEBE
(240,238,190)
#F1EFC3
(241,239,195)
#F2F0C8
(242,240,200)
#F3F1CD
(243,241,205)
#F4F2D2
(244,242,210)
#F5F3D7
(245,243,215)
#F6F4DC
(246,244,220)
#F7F5E1
(247,245,225)
#F8F6E6
(248,246,230)
#F9F7EB
(249,247,235)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EEBE color. Also use rgb(240,238,190) instead hex code.

Text Font Color

.myTextColor { color: #F0EEBE; }

<p style="color:#F0EEBE">This sample text font color is #F0EEBE.</p>

This text font color is #F0EEBE.

Background Color

.myBgColor { background-color: #F0EEBE; }

<div style="background-color:#F0EEBE">Inner text</div>

This div background color is #F0EEBE.

Border color

.myBorderColor { border: 1px solid #F0EEBE; }

<div style="border:3px solid #F0EEBE">Div</div>

This div border color is #F0EEBE.

Opacity

.myOpacity80 { color: #F0EEBE; opacity: 0.8; }

<p style="color:#F0EEBE;opacity:0.8;">80%</p>

Text with #F0EEBE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0EEBE;}

<p style="text-shadow: 3px 3px 1px #F0EEBE">Text here.</p>

This text has shadow with #F0EEBE color.


.textShadow {text-shadow: 3px 3px 1px #F0EEBE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0EEBE, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0EEBE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EEBE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0EEBE, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0EEBE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0EEBE;
-webkit-box-shadow: 1px 1px 3px 2px #F0EEBE;
box-shadow: 1px 1px 3px 2px #F0EEBE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0EEBE; -webkit-box-shadow: 1px 1px 3px 2px #F0EEBE; box-shadow:1px 1px 3px 2px #F0EEBE;">
Div content here
</div>

This div box has shadow with color #F0EEBE.

Preview

Color preview on black background

This text has color #F0EEBE on black background.


Color preview on white background

This text has color #F0EEBE on white background.


Black color preview on #F0EEBE background

This text has black color on #F0EEBE background.


White color preview on #F0EEBE background

This text has white color on #F0EEBE background.


Related colors

Complementary color

Complementary color for #hex is #0F1141.


I love getcolorcode.com

Triadic colors

1 #BEF0EE and #EEBEF0 with #F0EEBE are triadic colors.

2 #BEEEF0 and #EEF0BE with #F0EEBE are triadic colors.