COLOR #F0EFEB

HEX: #F0EFEB RGB: (240,239,235)

Color info

#F0EFEB contains red, green and blue colors in about the same proportion. Web safe color of #F0EFEB is #FFFFFF (or #FFF).

RGB color model

#F0EFEB color RGB value is (240,239,235).

RGB: (240,239,235) (94%, 94%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 239 of 255 = 94%
B 235 of 255 = 92%

240
239
235

R + G + B ~ 93%. #F0EFEB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 239 + 235 = 714 (100%)
R 240 of 714 ~ 33.61%
G 239 of 714 ~ 33.47%
B 235 of 714 ~ 32.91'%

%33.61
%33.47
%32.91

CMYK color model

#F0EFEB color CMYK value is (0,0,2,6).

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

CMYK: (0,0,2,6)
C0M0Y2K6 (0%, 0%, 2%, 6%)
(0.00 / 0.00 / 0.02 / 0.06)

CMYK percentages

%0
%0.42
%2.08
%5.88

Codes

Color #F0EFEB in popluar color models

F0 EF EB
RGB 240 239 235
HSL 48° 14.29% 93.14%
HSB/HSV 48° 2.08% 94.12%
CMYK 0.00% 0.42% 2.08%
5.88%

Color #F0EFEB in popluar number systems.

HEX F0 EF EB
Decimal 240 239 235
Binary 11110000 11101111 11101011
Octal 360 357 353

Shades and tints

Shades of #F0EFEB

#F0EFEB
(240,239,235)
#DBDAD6
(219,218,214)
#C6C5C1
(198,197,193)
#B1B0AC
(177,176,172)
#9C9B97
(156,155,151)
#878682
(135,134,130)
#72716D
(114,113,109)
#5D5C58
(93,92,88)
#484743
(72,71,67)
#33322E
(51,50,46)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #F0EFEB

#F0EFEB
(240,239,235)
#F1F0EC
(241,240,236)
#F2F1ED
(242,241,237)
#F3F2EE
(243,242,238)
#F4F3EF
(244,243,239)
#F5F4F0
(245,244,240)
#F6F5F1
(246,245,241)
#F7F6F2
(247,246,242)
#F8F7F3
(248,247,243)
#F9F8F4
(249,248,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EFEB; }

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

This text font color is #F0EFEB.

Background Color

.myBgColor { background-color: #F0EFEB; }

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

This div background color is #F0EFEB.

Border color

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

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

This div border color is #F0EFEB.

Opacity

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

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

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

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

This text has shadow with #F0EFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EFEB.

Preview

Color preview on black background

This text has color #F0EFEB on black background.


Color preview on white background

This text has color #F0EFEB on white background.


Black color preview on #F0EFEB background

This text has black color on #F0EFEB background.


White color preview on #F0EFEB background

This text has white color on #F0EFEB background.


Related colors

Complementary color

Complementary color for #hex is #0F1014.


I love getcolorcode.com

Triadic colors

1 #EBF0EF and #EFEBF0 with #F0EFEB are triadic colors.

2 #EBEFF0 and #EFF0EB with #F0EFEB are triadic colors.