COLOR #F0E6EC

HEX: #F0E6EC RGB: (240,230,236)

Color info

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

RGB color model

#F0E6EC color RGB value is (240,230,236).

RGB: (240,230,236) (94%, 90%, 93%)

RGB channels and saturation

R 240 of 255 = 94%
G 230 of 255 = 90%
B 236 of 255 = 93%

240
230
236

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

Portions of RGB colors in percentages

R + G + B = 240 + 230 + 236 = 706 (100%)
R 240 of 706 ~ 33.99%
G 230 of 706 ~ 32.58%
B 236 of 706 ~ 33.43'%

%33.99
%32.58
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 1.67%
  • key color value is 5.88%

CMYK: (0,4,2,6)
C0M4Y2K6 (0%, 4%, 2%, 6%)
(0.00 / 0.04 / 0.02 / 0.06)

CMYK percentages

%0
%4.17
%1.67
%5.88

Codes

Color #F0E6EC in popluar color models

F0 E6 EC
RGB 240 230 236
HSL 324° 25.00% 92.16%
HSB/HSV 324° 4.17% 94.12%
CMYK 0.00% 4.17% 1.67%
5.88%

Color #F0E6EC in popluar number systems.

HEX F0 E6 EC
Decimal 240 230 236
Binary 11110000 11100110 11101100
Octal 360 346 354

Shades and tints

Shades of #F0E6EC

#F0E6EC
(240,230,236)
#DBD2D7
(219,210,215)
#C6BEC2
(198,190,194)
#B1AAAD
(177,170,173)
#9C9698
(156,150,152)
#878283
(135,130,131)
#726E6E
(114,110,110)
#5D5A59
(93,90,89)
#484644
(72,70,68)
#33322F
(51,50,47)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #F0E6EC

#F0E6EC
(240,230,236)
#F1E8ED
(241,232,237)
#F2EAEE
(242,234,238)
#F3ECEF
(243,236,239)
#F4EEF0
(244,238,240)
#F5F0F1
(245,240,241)
#F6F2F2
(246,242,242)
#F7F4F3
(247,244,243)
#F8F6F4
(248,246,244)
#F9F8F5
(249,248,245)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0E6EC; }

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

This text font color is #F0E6EC.

Background Color

.myBgColor { background-color: #F0E6EC; }

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

This div background color is #F0E6EC.

Border color

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

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

This div border color is #F0E6EC.

Opacity

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

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

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

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

This text has shadow with #F0E6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0E6EC.

Preview

Color preview on black background

This text has color #F0E6EC on black background.


Color preview on white background

This text has color #F0E6EC on white background.


Black color preview on #F0E6EC background

This text has black color on #F0E6EC background.


White color preview on #F0E6EC background

This text has white color on #F0E6EC background.


Related colors

Complementary color

Complementary color for #hex is #0F1913.


I love getcolorcode.com

Triadic colors

1 #ECF0E6 and #E6ECF0 with #F0E6EC are triadic colors.

2 #ECE6F0 and #E6F0EC with #F0E6EC are triadic colors.