COLOR #F2EAED

HEX: #F2EAED
RGB: (242,234,237)

Color info

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

RGB color model

#F2EAED color RGB value is (242,234,237).

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

RGB channels and saturation

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

242
234
237

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

Portions of RGB colors in percentages

R + G + B =
242 + 234 + 237 = 713 (100%)
R 242 of 713 ~ 33.94%
G 234 of 713 ~ 32.82%
B 237 of 713 ~ 33.24%

%33.94
%32.82
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.31%
  • yellow value is 2.07%
  • 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
%2.07
%5.1

Codes

Color #F2EAED in popluar color models

F2EAED
RGB242234237
HSL338°23.53%93.33%
HSB/HSV338°3.31%94.90%
CMYK0.00%3.31%2.07%
5.10%

Color #F2EAED in popluar number systems.

HEXF2EAED
Decimal242234237
Binary111100101110101011101101
Octal362352355

Shades and tints

Shades of #F2EAED

#F2EAED
(242,234,237)
#DCD5D8
(220,213,216)
#C6C0C3
(198,192,195)
#B0ABAE
(176,171,174)
#9A9699
(154,150,153)
#848184
(132,129,132)
#6E6C6F
(110,108,111)
#58575A
(88,87,90)
#424245
(66,66,69)
#2C2D30
(44,45,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #F2EAED

#F2EAED
(242,234,237)
#F3EBEE
(243,235,238)
#F4ECEF
(244,236,239)
#F5EDF0
(245,237,240)
#F6EEF1
(246,238,241)
#F7EFF2
(247,239,242)
#F8F0F3
(248,240,243)
#F9F1F4
(249,241,244)
#FAF2F5
(250,242,245)
#FBF3F6
(251,243,246)
#FCF4F7
(252,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EAED; }

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

This text font color is #F2EAED.


Background Color

.myBgColor { background-color: #F2EAED; }

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

This div background color is #F2EAED.


Border color

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

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

This div border color is #F2EAED.


Opacity

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

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

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

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

This text has shadow with #F2EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EAED on black background.


Color preview on white background

This text has color #F2EAED on white background.



Black color preview on #F2EAED background

This text has black color on #F2EAED background.


White color preview on #F2EAED background

This text has white color on #F2EAED background.