COLOR #F1EEC8

HEX: #F1EEC8
RGB: (241,238,200)

Color info

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

RGB color model

#F1EEC8 color RGB value is (241,238,200).

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

RGB channels and saturation

R 241 of 255 = 95%
G 238 of 255 = 93%
B 200 of 255 = 78%

241
238
200

R + G + B ~ 89%. #F1EEC8 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 238 + 200 = 679 (100%)
R 241 of 679 ~ 35.49%
G 238 of 679 ~ 35.05%
B 200 of 679 ~ 29.46%

%35.49
%35.05
%29.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.24%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(0,1,17,5)
C0M1Y17K5 
(0%,1%,17%,5%)
(0.00/0.01/0.17/0.05)	

CMYK percentages

%0
%1.24
%17.01
%5.49

Codes

Color #F1EEC8 in popluar color models

F1EEC8
RGB241238200
HSL56°59.42%86.47%
HSB/HSV56°17.01%94.51%
CMYK0.00%1.24%17.01%
5.49%

Color #F1EEC8 in popluar number systems.

HEXF1EEC8
Decimal241238200
Binary111100011110111011001000
Octal361356310

Shades and tints

Shades of #F1EEC8

#F1EEC8
(241,238,200)
#DCD9B6
(220,217,182)
#C7C4A4
(199,196,164)
#B2AF92
(178,175,146)
#9D9A80
(157,154,128)
#88856E
(136,133,110)
#73705C
(115,112,92)
#5E5B4A
(94,91,74)
#494638
(73,70,56)
#343126
(52,49,38)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #F1EEC8

#F1EEC8
(241,238,200)
#F2EFCD
(242,239,205)
#F3F0D2
(243,240,210)
#F4F1D7
(244,241,215)
#F5F2DC
(245,242,220)
#F6F3E1
(246,243,225)
#F7F4E6
(247,244,230)
#F8F5EB
(248,245,235)
#F9F6F0
(249,246,240)
#FAF7F5
(250,247,245)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EEC8; }

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

This text font color is #F1EEC8.


Background Color

.myBgColor { background-color: #F1EEC8; }

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

This div background color is #F1EEC8.


Border color

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

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

This div border color is #F1EEC8.


Opacity

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

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

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

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

This text has shadow with #F1EEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EEC8 on black background.


Color preview on white background

This text has color #F1EEC8 on white background.



Black color preview on #F1EEC8 background

This text has black color on #F1EEC8 background.


White color preview on #F1EEC8 background

This text has white color on #F1EEC8 background.