COLOR #F2EAEE

HEX: #F2EAEE
RGB: (242,234,238)

Color info

#F2EAEE contains red, green and blue colors in about the same proportion. Web safe color of #F2EAEE is #FFFFFF (or #FFF).

RGB color model

#F2EAEE color RGB value is (242,234,238).

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

RGB channels and saturation

R 242 of 255 = 95%
G 234 of 255 = 92%
B 238 of 255 = 93%

242
234
238

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

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 238 = 714 (100%)
R 242 of 714 ~ 33.89%
G 234 of 714 ~ 32.77%
B 238 of 714 ~ 33.33%

%33.89
%32.77
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(0,3,2,5)
C0M3Y2K5 
(0%,3%,2%,5%)
(0.00/0.03/0.02/0.05)	

CMYK percentages

%0
%3.31
%1.65
%5.1

Codes

Color #F2EAEE in popluar color models

F2EAEE
RGB242234238
HSL330°23.53%93.33%
HSB/HSV330°3.31%94.90%
CMYK0.00%3.31%1.65%
5.10%

Color #F2EAEE in popluar number systems.

HEXF2EAEE
Decimal242234238
Binary111100101110101011101110
Octal362352356

Shades and tints

Shades of #F2EAEE

#F2EAEE
(242,234,238)
#DCD5D9
(220,213,217)
#C6C0C4
(198,192,196)
#B0ABAF
(176,171,175)
#9A969A
(154,150,154)
#848185
(132,129,133)
#6E6C70
(110,108,112)
#58575B
(88,87,91)
#424246
(66,66,70)
#2C2D31
(44,45,49)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #F2EAEE

#F2EAEE
(242,234,238)
#F3EBEF
(243,235,239)
#F4ECF0
(244,236,240)
#F5EDF1
(245,237,241)
#F6EEF2
(246,238,242)
#F7EFF3
(247,239,243)
#F8F0F4
(248,240,244)
#F9F1F5
(249,241,245)
#FAF2F6
(250,242,246)
#FBF3F7
(251,243,247)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EAEE; }

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

This text font color is #F2EAEE.


Background Color

.myBgColor { background-color: #F2EAEE; }

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

This div background color is #F2EAEE.


Border color

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

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

This div border color is #F2EAEE.


Opacity

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

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

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

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

This text has shadow with #F2EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EAEE on black background.


Color preview on white background

This text has color #F2EAEE on white background.



Black color preview on #F2EAEE background

This text has black color on #F2EAEE background.


White color preview on #F2EAEE background

This text has white color on #F2EAEE background.