COLOR #F0EBF0

HEX: #F0EBF0
RGB: (240,235,240)

Color info

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

RGB color model

#F0EBF0 color RGB value is (240,235,240).

  • red value is 240;
  • green value is 235;
  • blue value is 240.
RGB:
(240,235,240)
(94%,92%,94%)

RGB channels and saturation

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

240
235
240

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

Portions of RGB colors in percentages

R + G + B =
240 + 235 + 240 = 715 (100%)
R 240 of 715 ~ 33.57%
G 235 of 715 ~ 32.87%
B 240 of 715 ~ 33.57%

%33.57
%32.87
%33.57

CMYK color model

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

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

CMYK percentages

%0
%2.08
%0
%5.88

Codes

Color #F0EBF0 in popluar color models

F0EBF0
RGB240235240
HSL300°14.29%93.14%
HSB/HSV300°2.08%94.12%
CMYK0.00%2.08%0.00%
5.88%

Color #F0EBF0 in popluar number systems.

HEXF0EBF0
Decimal240235240
Binary111100001110101111110000
Octal360353360

Shades and tints

Shades of #F0EBF0

#F0EBF0
(240,235,240)
#DBD6DB
(219,214,219)
#C6C1C6
(198,193,198)
#B1ACB1
(177,172,177)
#9C979C
(156,151,156)
#878287
(135,130,135)
#726D72
(114,109,114)
#5D585D
(93,88,93)
#484348
(72,67,72)
#332E33
(51,46,51)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #F0EBF0

#F0EBF0
(240,235,240)
#F1ECF1
(241,236,241)
#F2EDF2
(242,237,242)
#F3EEF3
(243,238,243)
#F4EFF4
(244,239,244)
#F5F0F5
(245,240,245)
#F6F1F6
(246,241,246)
#F7F2F7
(247,242,247)
#F8F3F8
(248,243,248)
#F9F4F9
(249,244,249)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0EBF0; }

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

This text font color is #F0EBF0.


Background Color

.myBgColor { background-color: #F0EBF0; }

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

This div background color is #F0EBF0.


Border color

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

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

This div border color is #F0EBF0.


Opacity

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

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

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

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

This text has shadow with #F0EBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0EBF0 on black background.


Color preview on white background

This text has color #F0EBF0 on white background.



Black color preview on #F0EBF0 background

This text has black color on #F0EBF0 background.


White color preview on #F0EBF0 background

This text has white color on #F0EBF0 background.