COLOR #F2E6EE

HEX: #F2E6EE
RGB: (242,230,238)

Color info

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

RGB color model

#F2E6EE color RGB value is (242,230,238).

  • red value is 242;
  • green value is 230;
  • blue value is 238.
RGB:
(242,230,238)
(95%,90%,93%)

RGB channels and saturation

R 242 of 255 = 95%
G 230 of 255 = 90%
B 238 of 255 = 93%

242
230
238

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

Portions of RGB colors in percentages

R + G + B =
242 + 230 + 238 = 710 (100%)
R 242 of 710 ~ 34.08%
G 230 of 710 ~ 32.39%
B 238 of 710 ~ 33.52%

%34.08
%32.39
%33.52

CMYK color model

#F2E6EE color CMYK value is (0,5,2,5).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(0,5,2,5)
C0M5Y2K5 
(0%,5%,2%,5%)
(0.00/0.05/0.02/0.05)	

CMYK percentages

%0
%4.96
%1.65
%5.1

Codes

Color #F2E6EE in popluar color models

F2E6EE
RGB242230238
HSL320°31.58%92.55%
HSB/HSV320°4.96%94.90%
CMYK0.00%4.96%1.65%
5.10%

Color #F2E6EE in popluar number systems.

HEXF2E6EE
Decimal242230238
Binary111100101110011011101110
Octal362346356

Shades and tints

Shades of #F2E6EE

#F2E6EE
(242,230,238)
#DCD2D9
(220,210,217)
#C6BEC4
(198,190,196)
#B0AAAF
(176,170,175)
#9A969A
(154,150,154)
#848285
(132,130,133)
#6E6E70
(110,110,112)
#585A5B
(88,90,91)
#424646
(66,70,70)
#2C3231
(44,50,49)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #F2E6EE

#F2E6EE
(242,230,238)
#F3E8EF
(243,232,239)
#F4EAF0
(244,234,240)
#F5ECF1
(245,236,241)
#F6EEF2
(246,238,242)
#F7F0F3
(247,240,243)
#F8F2F4
(248,242,244)
#F9F4F5
(249,244,245)
#FAF6F6
(250,246,246)
#FBF8F7
(251,248,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E6EE color. Also use rgb(242,230,238) instead hex code.

Text Font Color

.myTextColor { color: #F2E6EE; }

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

This text font color is #F2E6EE.


Background Color

.myBgColor { background-color: #F2E6EE; }

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

This div background color is #F2E6EE.


Border color

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

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

This div border color is #F2E6EE.


Opacity

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

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

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

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

This text has shadow with #F2E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E6EE on black background.


Color preview on white background

This text has color #F2E6EE on white background.



Black color preview on #F2E6EE background

This text has black color on #F2E6EE background.


White color preview on #F2E6EE background

This text has white color on #F2E6EE background.