COLOR #F1FFEE

HEX: #F1FFEE
RGB: (241,255,238)

Color info

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

RGB color model

#F1FFEE color RGB value is (241,255,238).

  • red value is 241;
  • green value is 255;
  • blue value is 238.
RGB:
(241,255,238)
(95%,100%,93%)

RGB channels and saturation

R 241 of 255 = 95%
G 255 of 255 = 100%
B 238 of 255 = 93%

241
255
238

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

Portions of RGB colors in percentages

R + G + B =
241 + 255 + 238 = 734 (100%)
R 241 of 734 ~ 32.83%
G 255 of 734 ~ 34.74%
B 238 of 734 ~ 32.43%

%32.83
%34.74
%32.43

CMYK color model

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

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(5,0,7,0)
C5M0Y7K0 
(5%,0%,7%,0%)
(0.05/0.00/0.07/0.00)	

CMYK percentages

%5.49
%0
%6.67
%0

Codes

Color #F1FFEE in popluar color models

F1FFEE
RGB241255238
HSL109°100.00%96.67%
HSB/HSV109°6.67%100.00%
CMYK5.49%0.00%6.67%
0.00%

Color #F1FFEE in popluar number systems.

HEXF1FFEE
Decimal241255238
Binary111100011111111111101110
Octal361377356

Shades and tints

Shades of #F1FFEE

#F1FFEE
(241,255,238)
#DCE8D9
(220,232,217)
#C7D1C4
(199,209,196)
#B2BAAF
(178,186,175)
#9DA39A
(157,163,154)
#888C85
(136,140,133)
#737570
(115,117,112)
#5E5E5B
(94,94,91)
#494746
(73,71,70)
#343031
(52,48,49)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #F1FFEE

#F1FFEE
(241,255,238)
#F2FFEF
(242,255,239)
#F3FFF0
(243,255,240)
#F4FFF1
(244,255,241)
#F5FFF2
(245,255,242)
#F6FFF3
(246,255,243)
#F7FFF4
(247,255,244)
#F8FFF5
(248,255,245)
#F9FFF6
(249,255,246)
#FAFFF7
(250,255,247)
#FBFFF8
(251,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1FFEE color. Also use rgb(241,255,238) instead hex code.

Text Font Color

.myTextColor { color: #F1FFEE; }

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

This text font color is #F1FFEE.


Background Color

.myBgColor { background-color: #F1FFEE; }

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

This div background color is #F1FFEE.


Border color

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

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

This div border color is #F1FFEE.


Opacity

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

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

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

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

This text has shadow with #F1FFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1FFEE on black background.


Color preview on white background

This text has color #F1FFEE on white background.



Black color preview on #F1FFEE background

This text has black color on #F1FFEE background.


White color preview on #F1FFEE background

This text has white color on #F1FFEE background.