COLOR #F2E0E1

HEX: #F2E0E1
RGB: (242,224,225)

Color info

#F2E0E1 contains red, green and blue colors in about the same proportion. Web safe color of #F2E0E1 is #FFCCCC (or #FCC).

RGB color model

#F2E0E1 color RGB value is (242,224,225).

  • red value is 242;
  • green value is 224;
  • blue value is 225.
RGB:
(242,224,225)
(95%,88%,88%)

RGB channels and saturation

R 242 of 255 = 95%
G 224 of 255 = 88%
B 225 of 255 = 88%

242
224
225

R + G + B ~ 90%. #F2E0E1 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 224 + 225 = 691 (100%)
R 242 of 691 ~ 35.02%
G 224 of 691 ~ 32.42%
B 225 of 691 ~ 32.56%

%35.02
%32.42
%32.56

CMYK color model

#F2E0E1 color CMYK value is (0,7,7,5).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 7.02%
  • key color value is 5.10%
CMYK:
(0,7,7,5)
C0M7Y7K5 
(0%,7%,7%,5%)
(0.00/0.07/0.07/0.05)	

CMYK percentages

%0
%7.44
%7.02
%5.1

Codes

Color #F2E0E1 in popluar color models

F2E0E1
RGB242224225
HSL357°40.91%91.37%
HSB/HSV357°7.44%94.90%
CMYK0.00%7.44%7.02%
5.10%

Color #F2E0E1 in popluar number systems.

HEXF2E0E1
Decimal242224225
Binary111100101110000011100001
Octal362340341

Shades and tints

Shades of #F2E0E1

#F2E0E1
(242,224,225)
#DCCCCD
(220,204,205)
#C6B8B9
(198,184,185)
#B0A4A5
(176,164,165)
#9A9091
(154,144,145)
#847C7D
(132,124,125)
#6E6869
(110,104,105)
#585455
(88,84,85)
#424041
(66,64,65)
#2C2C2D
(44,44,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2E0E1

#F2E0E1
(242,224,225)
#F3E2E3
(243,226,227)
#F4E4E5
(244,228,229)
#F5E6E7
(245,230,231)
#F6E8E9
(246,232,233)
#F7EAEB
(247,234,235)
#F8ECED
(248,236,237)
#F9EEEF
(249,238,239)
#FAF0F1
(250,240,241)
#FBF2F3
(251,242,243)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E0E1 color. Also use rgb(242,224,225) instead hex code.

Text Font Color

.myTextColor { color: #F2E0E1; }

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

This text font color is #F2E0E1.


Background Color

.myBgColor { background-color: #F2E0E1; }

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

This div background color is #F2E0E1.


Border color

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

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

This div border color is #F2E0E1.


Opacity

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

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

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

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

This text has shadow with #F2E0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E0E1 on black background.


Color preview on white background

This text has color #F2E0E1 on white background.



Black color preview on #F2E0E1 background

This text has black color on #F2E0E1 background.


White color preview on #F2E0E1 background

This text has white color on #F2E0E1 background.