COLOR #F2FEE1

HEX: #F2FEE1
RGB: (242,254,225)

Color info

#F2FEE1 contains red, green and blue colors in about the same proportion. Web safe color of #F2FEE1 is #FFFFCC (or #FFC).

RGB color model

#F2FEE1 color RGB value is (242,254,225).

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

RGB channels and saturation

R 242 of 255 = 95%
G 254 of 255 = 100%
B 225 of 255 = 88%

242
254
225

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

Portions of RGB colors in percentages

R + G + B =
242 + 254 + 225 = 721 (100%)
R 242 of 721 ~ 33.56%
G 254 of 721 ~ 35.23%
B 225 of 721 ~ 31.21%

%33.56
%35.23
%31.21

CMYK color model

#F2FEE1 color CMYK value is (5,0,11,0).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(5,0,11,0)
C5M0Y11K0 
(5%,0%,11%,0%)
(0.05/0.00/0.11/0.00)	

CMYK percentages

%4.72
%0
%11.42
%0.39

Codes

Color #F2FEE1 in popluar color models

F2FEE1
RGB242254225
HSL85°93.55%93.92%
HSB/HSV85°11.42%99.61%
CMYK4.72%0.00%11.42%
0.39%

Color #F2FEE1 in popluar number systems.

HEXF2FEE1
Decimal242254225
Binary111100101111111011100001
Octal362376341

Shades and tints

Shades of #F2FEE1

#F2FEE1
(242,254,225)
#DCE7CD
(220,231,205)
#C6D0B9
(198,208,185)
#B0B9A5
(176,185,165)
#9AA291
(154,162,145)
#848B7D
(132,139,125)
#6E7469
(110,116,105)
#585D55
(88,93,85)
#424641
(66,70,65)
#2C2F2D
(44,47,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2FEE1

#F2FEE1
(242,254,225)
#F3FEE3
(243,254,227)
#F4FEE5
(244,254,229)
#F5FEE7
(245,254,231)
#F6FEE9
(246,254,233)
#F7FEEB
(247,254,235)
#F8FEED
(248,254,237)
#F9FEEF
(249,254,239)
#FAFEF1
(250,254,241)
#FBFEF3
(251,254,243)
#FCFEF5
(252,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FEE1; }

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

This text font color is #F2FEE1.


Background Color

.myBgColor { background-color: #F2FEE1; }

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

This div background color is #F2FEE1.


Border color

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

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

This div border color is #F2FEE1.


Opacity

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

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

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

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

This text has shadow with #F2FEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FEE1 on black background.


Color preview on white background

This text has color #F2FEE1 on white background.



Black color preview on #F2FEE1 background

This text has black color on #F2FEE1 background.


White color preview on #F2FEE1 background

This text has white color on #F2FEE1 background.