COLOR #F1E8DF

HEX: #F1E8DF
RGB: (241,232,223)

Color info

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

RGB color model

#F1E8DF color RGB value is (241,232,223).

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

RGB channels and saturation

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

241
232
223

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

Portions of RGB colors in percentages

R + G + B =
241 + 232 + 223 = 696 (100%)
R 241 of 696 ~ 34.63%
G 232 of 696 ~ 33.33%
B 223 of 696 ~ 32.04%

%34.63
%33.33
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.73%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(0,4,7,5)
C0M4Y7K5 
(0%,4%,7%,5%)
(0.00/0.04/0.07/0.05)	

CMYK percentages

%0
%3.73
%7.47
%5.49

Codes

Color #F1E8DF in popluar color models

F1E8DF
RGB241232223
HSL30°39.13%90.98%
HSB/HSV30°7.47%94.51%
CMYK0.00%3.73%7.47%
5.49%

Color #F1E8DF in popluar number systems.

HEXF1E8DF
Decimal241232223
Binary111100011110100011011111
Octal361350337

Shades and tints

Shades of #F1E8DF

#F1E8DF
(241,232,223)
#DCD3CB
(220,211,203)
#C7BEB7
(199,190,183)
#B2A9A3
(178,169,163)
#9D948F
(157,148,143)
#887F7B
(136,127,123)
#736A67
(115,106,103)
#5E5553
(94,85,83)
#49403F
(73,64,63)
#342B2B
(52,43,43)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #F1E8DF

#F1E8DF
(241,232,223)
#F2EAE1
(242,234,225)
#F3ECE3
(243,236,227)
#F4EEE5
(244,238,229)
#F5F0E7
(245,240,231)
#F6F2E9
(246,242,233)
#F7F4EB
(247,244,235)
#F8F6ED
(248,246,237)
#F9F8EF
(249,248,239)
#FAFAF1
(250,250,241)
#FBFCF3
(251,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E8DF; }

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

This text font color is #F1E8DF.


Background Color

.myBgColor { background-color: #F1E8DF; }

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

This div background color is #F1E8DF.


Border color

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

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

This div border color is #F1E8DF.


Opacity

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

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

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

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

This text has shadow with #F1E8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E8DF on black background.


Color preview on white background

This text has color #F1E8DF on white background.



Black color preview on #F1E8DF background

This text has black color on #F1E8DF background.


White color preview on #F1E8DF background

This text has white color on #F1E8DF background.