COLOR #F1E8DE

HEX: #F1E8DE
RGB: (241,232,222)

Color info

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

RGB color model

#F1E8DE color RGB value is (241,232,222).

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

RGB channels and saturation

R 241 of 255 = 95%
G 232 of 255 = 91%
B 222 of 255 = 87%

241
232
222

R + G + B ~ 91%. #F1E8DE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 232 + 222 = 695 (100%)
R 241 of 695 ~ 34.68%
G 232 of 695 ~ 33.38%
B 222 of 695 ~ 31.94%

%34.68
%33.38
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,4,8,5)
C0M4Y8K5 
(0%,4%,8%,5%)
(0.00/0.04/0.08/0.05)	

CMYK percentages

%0
%3.73
%7.88
%5.49

Codes

Color #F1E8DE in popluar color models

F1E8DE
RGB241232222
HSL32°40.43%90.78%
HSB/HSV32°7.88%94.51%
CMYK0.00%3.73%7.88%
5.49%

Color #F1E8DE in popluar number systems.

HEXF1E8DE
Decimal241232222
Binary111100011110100011011110
Octal361350336

Shades and tints

Shades of #F1E8DE

#F1E8DE
(241,232,222)
#DCD3CA
(220,211,202)
#C7BEB6
(199,190,182)
#B2A9A2
(178,169,162)
#9D948E
(157,148,142)
#887F7A
(136,127,122)
#736A66
(115,106,102)
#5E5552
(94,85,82)
#49403E
(73,64,62)
#342B2A
(52,43,42)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1E8DE

#F1E8DE
(241,232,222)
#F2EAE1
(242,234,225)
#F3ECE4
(243,236,228)
#F4EEE7
(244,238,231)
#F5F0EA
(245,240,234)
#F6F2ED
(246,242,237)
#F7F4F0
(247,244,240)
#F8F6F3
(248,246,243)
#F9F8F6
(249,248,246)
#FAFAF9
(250,250,249)
#FBFCFC
(251,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E8DE; }

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

This text font color is #F1E8DE.


Background Color

.myBgColor { background-color: #F1E8DE; }

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

This div background color is #F1E8DE.


Border color

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

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

This div border color is #F1E8DE.


Opacity

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

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

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

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

This text has shadow with #F1E8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E8DE on black background.


Color preview on white background

This text has color #F1E8DE on white background.



Black color preview on #F1E8DE background

This text has black color on #F1E8DE background.


White color preview on #F1E8DE background

This text has white color on #F1E8DE background.