COLOR #F0EBED

HEX: #F0EBED RGB: (240,235,237)

Color info

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

RGB color model

#F0EBED color RGB value is (240,235,237).

RGB: (240,235,237) (94%, 92%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 235 of 255 = 92%
B 237 of 255 = 93%

240
235
237

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

Portions of RGB colors in percentages

R + G + B = 240 + 235 + 237 = 712 (100%)
R 240 of 712 ~ 33.71%
G 235 of 712 ~ 33.01%
B 237 of 712 ~ 33.29'%

%33.71
%33.01
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.08%
  • yellow value is 1.25%
  • key color value is 5.88%
CMYK: (0,2,1,6) C0M2Y1K6 (0%,2%,1%,6%) (0.00/0.02/0.01/0.06) 

CMYK percentages

%0
%2.08
%1.25
%5.88

Codes

Color #F0EBED in popluar color models

F0 EB ED
RGB 240 235 237
HSL 336° 14.29% 93.14%
HSB/HSV 336° 2.08% 94.12%
CMYK 0.00% 2.08% 1.25%
5.88%

Color #F0EBED in popluar number systems.

HEX F0 EB ED
Decimal 240 235 237
Binary 11110000 11101011 11101101
Octal 360 353 355

Shades and tints

Shades of #F0EBED

#F0EBED
(240,235,237)
#DBD6D8
(219,214,216)
#C6C1C3
(198,193,195)
#B1ACAE
(177,172,174)
#9C9799
(156,151,153)
#878284
(135,130,132)
#726D6F
(114,109,111)
#5D585A
(93,88,90)
#484345
(72,67,69)
#332E30
(51,46,48)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #F0EBED

#F0EBED
(240,235,237)
#F1ECEE
(241,236,238)
#F2EDEF
(242,237,239)
#F3EEF0
(243,238,240)
#F4EFF1
(244,239,241)
#F5F0F2
(245,240,242)
#F6F1F3
(246,241,243)
#F7F2F4
(247,242,244)
#F8F3F5
(248,243,245)
#F9F4F6
(249,244,246)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBED; }

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

This text font color is #F0EBED.

Background Color

.myBgColor { background-color: #F0EBED; }

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

This div background color is #F0EBED.

Border color

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

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

This div border color is #F0EBED.

Opacity

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

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

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

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

This text has shadow with #F0EBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0EBED.

Preview

Color preview on black background

This text has color #F0EBED on black background.


Color preview on white background

This text has color #F0EBED on white background.


Black color preview on #F0EBED background

This text has black color on #F0EBED background.


White color preview on #F0EBED background

This text has white color on #F0EBED background.


Related colors

Complementary color

Complementary color for #hex is #0F1412.


I love getcolorcode.com

Triadic colors

1 #EDF0EB and #EBEDF0 with #F0EBED are triadic colors.

2 #EDEBF0 and #EBF0ED with #F0EBED are triadic colors.