COLOR #F0E2EB

HEX: #F0E2EB
RGB: (240,226,235)

Color info

#F0E2EB contains red, green and blue colors in about the same proportion. Web safe color of #F0E2EB is #FFCCFF (or #FCF).

RGB color model

#F0E2EB color RGB value is (240,226,235).

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

RGB channels and saturation

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

240
226
235

R + G + B ~ 92%. #F0E2EB is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 226 + 235 = 701 (100%)
R 240 of 701 ~ 34.24%
G 226 of 701 ~ 32.24%
B 235 of 701 ~ 33.52%

%34.24
%32.24
%33.52

CMYK color model

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

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

CMYK percentages

%0
%5.83
%2.08
%5.88

Codes

Color #F0E2EB in popluar color models

F0E2EB
RGB240226235
HSL321°31.82%91.37%
HSB/HSV321°5.83%94.12%
CMYK0.00%5.83%2.08%
5.88%

Color #F0E2EB in popluar number systems.

HEXF0E2EB
Decimal240226235
Binary111100001110001011101011
Octal360342353

Shades and tints

Shades of #F0E2EB

#F0E2EB
(240,226,235)
#DBCED6
(219,206,214)
#C6BAC1
(198,186,193)
#B1A6AC
(177,166,172)
#9C9297
(156,146,151)
#877E82
(135,126,130)
#726A6D
(114,106,109)
#5D5658
(93,86,88)
#484243
(72,66,67)
#332E2E
(51,46,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #F0E2EB

#F0E2EB
(240,226,235)
#F1E4EC
(241,228,236)
#F2E6ED
(242,230,237)
#F3E8EE
(243,232,238)
#F4EAEF
(244,234,239)
#F5ECF0
(245,236,240)
#F6EEF1
(246,238,241)
#F7F0F2
(247,240,242)
#F8F2F3
(248,242,243)
#F9F4F4
(249,244,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E2EB; }

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

This text font color is #F0E2EB.


Background Color

.myBgColor { background-color: #F0E2EB; }

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

This div background color is #F0E2EB.


Border color

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

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

This div border color is #F0E2EB.


Opacity

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

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

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

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

This text has shadow with #F0E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E2EB on black background.


Color preview on white background

This text has color #F0E2EB on white background.



Black color preview on #F0E2EB background

This text has black color on #F0E2EB background.


White color preview on #F0E2EB background

This text has white color on #F0E2EB background.