COLOR #F0EFBE

HEX: #F0EFBE RGB: (240,239,190)

Color info

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

RGB color model

#F0EFBE color RGB value is (240,239,190).

RGB: (240,239,190) (94%, 94%, 75%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 190 of 255 = 75%

240
239
190

R + G + B ~ 88%. #F0EFBE is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 239 + 190 = 669 (100%)
R 240 of 669 ~ 35.87%
G 239 of 669 ~ 35.72%
B 190 of 669 ~ 28.4'%

%35.87
%35.72
%28.4

CMYK color model

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

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

CMYK: (0,0,21,6)
C0M0Y21K6 (0%, 0%, 21%, 6%)
(0.00 / 0.00 / 0.21 / 0.06)

CMYK percentages

%0
%0.42
%20.83
%5.88

Codes

Color #F0EFBE in popluar color models

F0 EF BE
RGB 240 239 190
HSL 59° 62.50% 84.31%
HSB/HSV 59° 20.83% 94.12%
CMYK 0.00% 0.42% 20.83%
5.88%

Color #F0EFBE in popluar number systems.

HEX F0 EF BE
Decimal 240 239 190
Binary 11110000 11101111 10111110
Octal 360 357 276

Shades and tints

Shades of #F0EFBE

#F0EFBE
(240,239,190)
#DBDAAD
(219,218,173)
#C6C59C
(198,197,156)
#B1B08B
(177,176,139)
#9C9B7A
(156,155,122)
#878669
(135,134,105)
#727158
(114,113,88)
#5D5C47
(93,92,71)
#484736
(72,71,54)
#333225
(51,50,37)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #F0EFBE

#F0EFBE
(240,239,190)
#F1F0C3
(241,240,195)
#F2F1C8
(242,241,200)
#F3F2CD
(243,242,205)
#F4F3D2
(244,243,210)
#F5F4D7
(245,244,215)
#F6F5DC
(246,245,220)
#F7F6E1
(247,246,225)
#F8F7E6
(248,247,230)
#F9F8EB
(249,248,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EFBE; }

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

This text font color is #F0EFBE.

Background Color

.myBgColor { background-color: #F0EFBE; }

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

This div background color is #F0EFBE.

Border color

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

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

This div border color is #F0EFBE.

Opacity

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

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

Text with #F0EFBE 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 #F0EFBE;}

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

This text has shadow with #F0EFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EFBE.

Preview

Color preview on black background

This text has color #F0EFBE on black background.


Color preview on white background

This text has color #F0EFBE on white background.


Black color preview on #F0EFBE background

This text has black color on #F0EFBE background.


White color preview on #F0EFBE background

This text has white color on #F0EFBE background.


Related colors

Complementary color

Complementary color for #hex is #0F1041.


I love getcolorcode.com

Triadic colors

1 #BEF0EF and #EFBEF0 with #F0EFBE are triadic colors.

2 #BEEFF0 and #EFF0BE with #F0EFBE are triadic colors.