COLOR #F2EBF0

HEX: #F2EBF0
RGB: (242,235,240)

Color info

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

RGB color model

#F2EBF0 color RGB value is (242,235,240).

  • red value is 242;
  • green value is 235;
  • blue value is 240.
RGB:
(242,235,240)
(95%,92%,94%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 240 of 255 = 94%

242
235
240

R + G + B ~ 94%. #F2EBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 235 + 240 = 717 (100%)
R 242 of 717 ~ 33.75%
G 235 of 717 ~ 32.78%
B 240 of 717 ~ 33.47%

%33.75
%32.78
%33.47

CMYK color model

#F2EBF0 color CMYK value is (0,3,1,5).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 0.83%
  • key color value is 5.10%
CMYK:
(0,3,1,5)
C0M3Y1K5 
(0%,3%,1%,5%)
(0.00/0.03/0.01/0.05)	

CMYK percentages

%0
%2.89
%0.83
%5.1

Codes

Color #F2EBF0 in popluar color models

F2EBF0
RGB242235240
HSL317°21.21%93.53%
HSB/HSV317°2.89%94.90%
CMYK0.00%2.89%0.83%
5.10%

Color #F2EBF0 in popluar number systems.

HEXF2EBF0
Decimal242235240
Binary111100101110101111110000
Octal362353360

Shades and tints

Shades of #F2EBF0

#F2EBF0
(242,235,240)
#DCD6DB
(220,214,219)
#C6C1C6
(198,193,198)
#B0ACB1
(176,172,177)
#9A979C
(154,151,156)
#848287
(132,130,135)
#6E6D72
(110,109,114)
#58585D
(88,88,93)
#424348
(66,67,72)
#2C2E33
(44,46,51)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #F2EBF0

#F2EBF0
(242,235,240)
#F3ECF1
(243,236,241)
#F4EDF2
(244,237,242)
#F5EEF3
(245,238,243)
#F6EFF4
(246,239,244)
#F7F0F5
(247,240,245)
#F8F1F6
(248,241,246)
#F9F2F7
(249,242,247)
#FAF3F8
(250,243,248)
#FBF4F9
(251,244,249)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EBF0 color. Also use rgb(242,235,240) instead hex code.

Text Font Color

.myTextColor { color: #F2EBF0; }

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

This text font color is #F2EBF0.


Background Color

.myBgColor { background-color: #F2EBF0; }

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

This div background color is #F2EBF0.


Border color

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

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

This div border color is #F2EBF0.


Opacity

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

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

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

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

This text has shadow with #F2EBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EBF0 on black background.


Color preview on white background

This text has color #F2EBF0 on white background.



Black color preview on #F2EBF0 background

This text has black color on #F2EBF0 background.


White color preview on #F2EBF0 background

This text has white color on #F2EBF0 background.