COLOR #F1E1DB

HEX: #F1E1DB
RGB: (241,225,219)

Color info

#F1E1DB contains red, green and blue colors in about the same proportion. Web safe color of #F1E1DB is #FFCCCC (or #FCC).

RGB color model

#F1E1DB color RGB value is (241,225,219).

  • red value is 241;
  • green value is 225;
  • blue value is 219.
RGB:
(241,225,219)
(95%,88%,86%)

RGB channels and saturation

R 241 of 255 = 95%
G 225 of 255 = 88%
B 219 of 255 = 86%

241
225
219

R + G + B ~ 90%. #F1E1DB is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 225 + 219 = 685 (100%)
R 241 of 685 ~ 35.18%
G 225 of 685 ~ 32.85%
B 219 of 685 ~ 31.97%

%35.18
%32.85
%31.97

CMYK color model

#F1E1DB color CMYK value is (0,7,9,5).

  • cyan value is 0.00%
  • magenta value is 6.64%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK:
(0,7,9,5)
C0M7Y9K5 
(0%,7%,9%,5%)
(0.00/0.07/0.09/0.05)	

CMYK percentages

%0
%6.64
%9.13
%5.49

Codes

Color #F1E1DB in popluar color models

F1E1DB
RGB241225219
HSL16°44.00%90.20%
HSB/HSV16°9.13%94.51%
CMYK0.00%6.64%9.13%
5.49%

Color #F1E1DB in popluar number systems.

HEXF1E1DB
Decimal241225219
Binary111100011110000111011011
Octal361341333

Shades and tints

Shades of #F1E1DB

#F1E1DB
(241,225,219)
#DCCDC8
(220,205,200)
#C7B9B5
(199,185,181)
#B2A5A2
(178,165,162)
#9D918F
(157,145,143)
#887D7C
(136,125,124)
#736969
(115,105,105)
#5E5556
(94,85,86)
#494143
(73,65,67)
#342D30
(52,45,48)
#1F191D
(31,25,29)
#000000
(0,0,0)

Tints of #F1E1DB

#F1E1DB
(241,225,219)
#F2E3DE
(242,227,222)
#F3E5E1
(243,229,225)
#F4E7E4
(244,231,228)
#F5E9E7
(245,233,231)
#F6EBEA
(246,235,234)
#F7EDED
(247,237,237)
#F8EFF0
(248,239,240)
#F9F1F3
(249,241,243)
#FAF3F6
(250,243,246)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E1DB color. Also use rgb(241,225,219) instead hex code.

Text Font Color

.myTextColor { color: #F1E1DB; }

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

This text font color is #F1E1DB.


Background Color

.myBgColor { background-color: #F1E1DB; }

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

This div background color is #F1E1DB.


Border color

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

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

This div border color is #F1E1DB.


Opacity

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

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

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

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

This text has shadow with #F1E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1E1DB on black background.


Color preview on white background

This text has color #F1E1DB on white background.



Black color preview on #F1E1DB background

This text has black color on #F1E1DB background.


White color preview on #F1E1DB background

This text has white color on #F1E1DB background.