COLOR #F1EEE6

HEX: #F1EEE6
RGB: (241,238,230)

Color info

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

RGB color model

#F1EEE6 color RGB value is (241,238,230).

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

RGB channels and saturation

R 241 of 255 = 95%
G 238 of 255 = 93%
B 230 of 255 = 90%

241
238
230

R + G + B ~ 93%. #F1EEE6 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 238 + 230 = 709 (100%)
R 241 of 709 ~ 33.99%
G 238 of 709 ~ 33.57%
B 230 of 709 ~ 32.44%

%33.99
%33.57
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK:
(0,1,5,5)
C0M1Y5K5 
(0%,1%,5%,5%)
(0.00/0.01/0.05/0.05)	

CMYK percentages

%0
%1.24
%4.56
%5.49

Codes

Color #F1EEE6 in popluar color models

F1EEE6
RGB241238230
HSL44°28.21%92.35%
HSB/HSV44°4.56%94.51%
CMYK0.00%1.24%4.56%
5.49%

Color #F1EEE6 in popluar number systems.

HEXF1EEE6
Decimal241238230
Binary111100011110111011100110
Octal361356346

Shades and tints

Shades of #F1EEE6

#F1EEE6
(241,238,230)
#DCD9D2
(220,217,210)
#C7C4BE
(199,196,190)
#B2AFAA
(178,175,170)
#9D9A96
(157,154,150)
#888582
(136,133,130)
#73706E
(115,112,110)
#5E5B5A
(94,91,90)
#494646
(73,70,70)
#343132
(52,49,50)
#1F1C1E
(31,28,30)
#000000
(0,0,0)

Tints of #F1EEE6

#F1EEE6
(241,238,230)
#F2EFE8
(242,239,232)
#F3F0EA
(243,240,234)
#F4F1EC
(244,241,236)
#F5F2EE
(245,242,238)
#F6F3F0
(246,243,240)
#F7F4F2
(247,244,242)
#F8F5F4
(248,245,244)
#F9F6F6
(249,246,246)
#FAF7F8
(250,247,248)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EEE6; }

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

This text font color is #F1EEE6.


Background Color

.myBgColor { background-color: #F1EEE6; }

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

This div background color is #F1EEE6.


Border color

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

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

This div border color is #F1EEE6.


Opacity

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

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

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

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

This text has shadow with #F1EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EEE6 on black background.


Color preview on white background

This text has color #F1EEE6 on white background.



Black color preview on #F1EEE6 background

This text has black color on #F1EEE6 background.


White color preview on #F1EEE6 background

This text has white color on #F1EEE6 background.