COLOR #F2E3EA

HEX: #F2E3EA
RGB: (242,227,234)

Color info

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

RGB color model

#F2E3EA color RGB value is (242,227,234).

  • red value is 242;
  • green value is 227;
  • blue value is 234.
RGB:
(242,227,234)
(95%,89%,92%)

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 234 of 255 = 92%

242
227
234

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

Portions of RGB colors in percentages

R + G + B =
242 + 227 + 234 = 703 (100%)
R 242 of 703 ~ 34.42%
G 227 of 703 ~ 32.29%
B 234 of 703 ~ 33.29%

%34.42
%32.29
%33.29

CMYK color model

#F2E3EA color CMYK value is (0,6,3,5).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK:
(0,6,3,5)
C0M6Y3K5 
(0%,6%,3%,5%)
(0.00/0.06/0.03/0.05)	

CMYK percentages

%0
%6.2
%3.31
%5.1

Codes

Color #F2E3EA in popluar color models

F2E3EA
RGB242227234
HSL332°36.59%91.96%
HSB/HSV332°6.20%94.90%
CMYK0.00%6.20%3.31%
5.10%

Color #F2E3EA in popluar number systems.

HEXF2E3EA
Decimal242227234
Binary111100101110001111101010
Octal362343352

Shades and tints

Shades of #F2E3EA

#F2E3EA
(242,227,234)
#DCCFD5
(220,207,213)
#C6BBC0
(198,187,192)
#B0A7AB
(176,167,171)
#9A9396
(154,147,150)
#847F81
(132,127,129)
#6E6B6C
(110,107,108)
#585757
(88,87,87)
#424342
(66,67,66)
#2C2F2D
(44,47,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #F2E3EA

#F2E3EA
(242,227,234)
#F3E5EB
(243,229,235)
#F4E7EC
(244,231,236)
#F5E9ED
(245,233,237)
#F6EBEE
(246,235,238)
#F7EDEF
(247,237,239)
#F8EFF0
(248,239,240)
#F9F1F1
(249,241,241)
#FAF3F2
(250,243,242)
#FBF5F3
(251,245,243)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E3EA; }

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

This text font color is #F2E3EA.


Background Color

.myBgColor { background-color: #F2E3EA; }

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

This div background color is #F2E3EA.


Border color

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

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

This div border color is #F2E3EA.


Opacity

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

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

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

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

This text has shadow with #F2E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E3EA on black background.


Color preview on white background

This text has color #F2E3EA on white background.



Black color preview on #F2E3EA background

This text has black color on #F2E3EA background.


White color preview on #F2E3EA background

This text has white color on #F2E3EA background.