COLOR #F2E3EE

HEX: #F2E3EE RGB: (242,227,238)

Color info

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

RGB color model

#F2E3EE color RGB value is (242,227,238).

RGB: (242,227,238) (95%, 89%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 238 of 255 = 93%

242
227
238

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

Portions of RGB colors in percentages

R + G + B = 242 + 227 + 238 = 707 (100%)
R 242 of 707 ~ 34.23%
G 227 of 707 ~ 32.11%
B 238 of 707 ~ 33.66'%

%34.23
%32.11
%33.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 1.65%
  • key color value is 5.10%

CMYK: (0,6,2,5)
C0M6Y2K5 (0%, 6%, 2%, 5%)
(0.00 / 0.06 / 0.02 / 0.05)

CMYK percentages

%0
%6.2
%1.65
%5.1

Codes

Color #F2E3EE in popluar color models

F2 E3 EE
RGB 242 227 238
HSL 316° 36.59% 91.96%
HSB/HSV 316° 6.20% 94.90%
CMYK 0.00% 6.20% 1.65%
5.10%

Color #F2E3EE in popluar number systems.

HEX F2 E3 EE
Decimal 242 227 238
Binary 11110010 11100011 11101110
Octal 362 343 356

Shades and tints

Shades of #F2E3EE

#F2E3EE
(242,227,238)
#DCCFD9
(220,207,217)
#C6BBC4
(198,187,196)
#B0A7AF
(176,167,175)
#9A939A
(154,147,154)
#847F85
(132,127,133)
#6E6B70
(110,107,112)
#58575B
(88,87,91)
#424346
(66,67,70)
#2C2F31
(44,47,49)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #F2E3EE

#F2E3EE
(242,227,238)
#F3E5EF
(243,229,239)
#F4E7F0
(244,231,240)
#F5E9F1
(245,233,241)
#F6EBF2
(246,235,242)
#F7EDF3
(247,237,243)
#F8EFF4
(248,239,244)
#F9F1F5
(249,241,245)
#FAF3F6
(250,243,246)
#FBF5F7
(251,245,247)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E3EE; }

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

This text font color is #F2E3EE.

Background Color

.myBgColor { background-color: #F2E3EE; }

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

This div background color is #F2E3EE.

Border color

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

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

This div border color is #F2E3EE.

Opacity

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

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

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

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

This text has shadow with #F2E3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E3EE.

Preview

Color preview on black background

This text has color #F2E3EE on black background.


Color preview on white background

This text has color #F2E3EE on white background.


Black color preview on #F2E3EE background

This text has black color on #F2E3EE background.


White color preview on #F2E3EE background

This text has white color on #F2E3EE background.


Related colors

Complementary color

Complementary color for #hex is #0D1C11.


I love getcolorcode.com

Triadic colors

1 #EEF2E3 and #E3EEF2 with #F2E3EE are triadic colors.

2 #EEE3F2 and #E3F2EE with #F2E3EE are triadic colors.