COLOR #F1FEE9

HEX: #F1FEE9
RGB: (241,254,233)

Color info

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

RGB color model

#F1FEE9 color RGB value is (241,254,233).

  • red value is 241;
  • green value is 254;
  • blue value is 233.
RGB:
(241,254,233)
(95%,100%,91%)

RGB channels and saturation

R 241 of 255 = 95%
G 254 of 255 = 100%
B 233 of 255 = 91%

241
254
233

R + G + B ~ 95%. #F1FEE9 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 254 + 233 = 728 (100%)
R 241 of 728 ~ 33.1%
G 254 of 728 ~ 34.89%
B 233 of 728 ~ 32.01%

%33.1
%34.89
%32.01

CMYK color model

#F1FEE9 color CMYK value is (5,0,8,0).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(5,0,8,0)
C5M0Y8K0 
(5%,0%,8%,0%)
(0.05/0.00/0.08/0.00)	

CMYK percentages

%5.12
%0
%8.27
%0.39

Codes

Color #F1FEE9 in popluar color models

F1FEE9
RGB241254233
HSL97°91.30%95.49%
HSB/HSV97°8.27%99.61%
CMYK5.12%0.00%8.27%
0.39%

Color #F1FEE9 in popluar number systems.

HEXF1FEE9
Decimal241254233
Binary111100011111111011101001
Octal361376351

Shades and tints

Shades of #F1FEE9

#F1FEE9
(241,254,233)
#DCE7D4
(220,231,212)
#C7D0BF
(199,208,191)
#B2B9AA
(178,185,170)
#9DA295
(157,162,149)
#888B80
(136,139,128)
#73746B
(115,116,107)
#5E5D56
(94,93,86)
#494641
(73,70,65)
#342F2C
(52,47,44)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #F1FEE9

#F1FEE9
(241,254,233)
#F2FEEB
(242,254,235)
#F3FEED
(243,254,237)
#F4FEEF
(244,254,239)
#F5FEF1
(245,254,241)
#F6FEF3
(246,254,243)
#F7FEF5
(247,254,245)
#F8FEF7
(248,254,247)
#F9FEF9
(249,254,249)
#FAFEFB
(250,254,251)
#FBFEFD
(251,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FEE9 color. Also use rgb(241,254,233) instead hex code.

Text Font Color

.myTextColor { color: #F1FEE9; }

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

This text font color is #F1FEE9.


Background Color

.myBgColor { background-color: #F1FEE9; }

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

This div background color is #F1FEE9.


Border color

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

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

This div border color is #F1FEE9.


Opacity

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

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

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

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

This text has shadow with #F1FEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FEE9 on black background.


Color preview on white background

This text has color #F1FEE9 on white background.



Black color preview on #F1FEE9 background

This text has black color on #F1FEE9 background.


White color preview on #F1FEE9 background

This text has white color on #F1FEE9 background.