COLOR #F2EFFB

HEX: #F2EFFB
RGB: (242,239,251)

Color info

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

RGB color model

#F2EFFB color RGB value is (242,239,251).

  • red value is 242;
  • green value is 239;
  • blue value is 251.
RGB:
(242,239,251)
(95%,94%,98%)

RGB channels and saturation

R 242 of 255 = 95%
G 239 of 255 = 94%
B 251 of 255 = 98%

242
239
251

R + G + B ~ 96%. #F2EFFB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 239 + 251 = 732 (100%)
R 242 of 732 ~ 33.06%
G 239 of 732 ~ 32.65%
B 251 of 732 ~ 34.29%

%33.06
%32.65
%34.29

CMYK color model

#F2EFFB color CMYK value is (4,5,0,2).

  • cyan value is 3.59%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(4,5,0,2)
C4M5Y0K2 
(4%,5%,0%,2%)
(0.04/0.05/0.00/0.02)	

CMYK percentages

%3.59
%4.78
%0
%1.57

Codes

Color #F2EFFB in popluar color models

F2EFFB
RGB242239251
HSL255°60.00%96.08%
HSB/HSV255°4.78%98.43%
CMYK3.59%4.78%0.00%
1.57%

Color #F2EFFB in popluar number systems.

HEXF2EFFB
Decimal242239251
Binary111100101110111111111011
Octal362357373

Shades and tints

Shades of #F2EFFB

#F2EFFB
(242,239,251)
#DCDAE5
(220,218,229)
#C6C5CF
(198,197,207)
#B0B0B9
(176,176,185)
#9A9BA3
(154,155,163)
#84868D
(132,134,141)
#6E7177
(110,113,119)
#585C61
(88,92,97)
#42474B
(66,71,75)
#2C3235
(44,50,53)
#161D1F
(22,29,31)
#000000
(0,0,0)

Tints of #F2EFFB

#F2EFFB
(242,239,251)
#F3F0FB
(243,240,251)
#F4F1FB
(244,241,251)
#F5F2FB
(245,242,251)
#F6F3FB
(246,243,251)
#F7F4FB
(247,244,251)
#F8F5FB
(248,245,251)
#F9F6FB
(249,246,251)
#FAF7FB
(250,247,251)
#FBF8FB
(251,248,251)
#FCF9FB
(252,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EFFB color. Also use rgb(242,239,251) instead hex code.

Text Font Color

.myTextColor { color: #F2EFFB; }

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

This text font color is #F2EFFB.


Background Color

.myBgColor { background-color: #F2EFFB; }

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

This div background color is #F2EFFB.


Border color

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

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

This div border color is #F2EFFB.


Opacity

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

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

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

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

This text has shadow with #F2EFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EFFB on black background.


Color preview on white background

This text has color #F2EFFB on white background.



Black color preview on #F2EFFB background

This text has black color on #F2EFFB background.


White color preview on #F2EFFB background

This text has white color on #F2EFFB background.