COLOR #F1E8C6

HEX: #F1E8C6
RGB: (241,232,198)

Color info

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

RGB color model

#F1E8C6 color RGB value is (241,232,198).

  • red value is 241;
  • green value is 232;
  • blue value is 198.
RGB:
(241,232,198)
(95%,91%,78%)

RGB channels and saturation

R 241 of 255 = 95%
G 232 of 255 = 91%
B 198 of 255 = 78%

241
232
198

R + G + B ~ 88%. #F1E8C6 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 232 + 198 = 671 (100%)
R 241 of 671 ~ 35.92%
G 232 of 671 ~ 34.58%
B 198 of 671 ~ 29.51%

%35.92
%34.58
%29.51

CMYK color model

#F1E8C6 color CMYK value is (0,4,18,5).

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 17.84%
  • key color value is 5.49%
CMYK:
(0,4,18,5)
C0M4Y18K5 
(0%,4%,18%,5%)
(0.00/0.04/0.18/0.05)	

CMYK percentages

%0
%3.73
%17.84
%5.49

Codes

Color #F1E8C6 in popluar color models

F1E8C6
RGB241232198
HSL47°60.56%86.08%
HSB/HSV47°17.84%94.51%
CMYK0.00%3.73%17.84%
5.49%

Color #F1E8C6 in popluar number systems.

HEXF1E8C6
Decimal241232198
Binary111100011110100011000110
Octal361350306

Shades and tints

Shades of #F1E8C6

#F1E8C6
(241,232,198)
#DCD3B4
(220,211,180)
#C7BEA2
(199,190,162)
#B2A990
(178,169,144)
#9D947E
(157,148,126)
#887F6C
(136,127,108)
#736A5A
(115,106,90)
#5E5548
(94,85,72)
#494036
(73,64,54)
#342B24
(52,43,36)
#1F1612
(31,22,18)
#000000
(0,0,0)

Tints of #F1E8C6

#F1E8C6
(241,232,198)
#F2EACB
(242,234,203)
#F3ECD0
(243,236,208)
#F4EED5
(244,238,213)
#F5F0DA
(245,240,218)
#F6F2DF
(246,242,223)
#F7F4E4
(247,244,228)
#F8F6E9
(248,246,233)
#F9F8EE
(249,248,238)
#FAFAF3
(250,250,243)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E8C6 color. Also use rgb(241,232,198) instead hex code.

Text Font Color

.myTextColor { color: #F1E8C6; }

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

This text font color is #F1E8C6.


Background Color

.myBgColor { background-color: #F1E8C6; }

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

This div background color is #F1E8C6.


Border color

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

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

This div border color is #F1E8C6.


Opacity

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

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

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

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

This text has shadow with #F1E8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E8C6 on black background.


Color preview on white background

This text has color #F1E8C6 on white background.



Black color preview on #F1E8C6 background

This text has black color on #F1E8C6 background.


White color preview on #F1E8C6 background

This text has white color on #F1E8C6 background.