COLOR #F1E2DB

HEX: #F1E2DB RGB: (241,226,219)

Color info

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

RGB color model

#F1E2DB color RGB value is (241,226,219).

RGB: (241,226,219) (95%, 89%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 219 of 255 = 86%

241
226
219

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

Portions of RGB colors in percentages

R + G + B = 241 + 226 + 219 = 686 (100%)
R 241 of 686 ~ 35.13%
G 226 of 686 ~ 32.94%
B 219 of 686 ~ 31.92'%

%35.13
%32.94
%31.92

CMYK color model

#F1E2DB color CMYK value is (0,6,9,5).

  • cyan value is 0.00%
  • magenta value is 6.22%
  • yellow value is 9.13%
  • key color value is 5.49%

CMYK: (0,6,9,5)
C0M6Y9K5 (0%, 6%, 9%, 5%)
(0.00 / 0.06 / 0.09 / 0.05)

CMYK percentages

%0
%6.22
%9.13
%5.49

Codes

Color #F1E2DB in popluar color models

F1 E2 DB
RGB 241 226 219
HSL 19° 44.00% 90.20%
HSB/HSV 19° 9.13% 94.51%
CMYK 0.00% 6.22% 9.13%
5.49%

Color #F1E2DB in popluar number systems.

HEX F1 E2 DB
Decimal 241 226 219
Binary 11110001 11100010 11011011
Octal 361 342 333

Shades and tints

Shades of #F1E2DB

#F1E2DB
(241,226,219)
#DCCEC8
(220,206,200)
#C7BAB5
(199,186,181)
#B2A6A2
(178,166,162)
#9D928F
(157,146,143)
#887E7C
(136,126,124)
#736A69
(115,106,105)
#5E5656
(94,86,86)
#494243
(73,66,67)
#342E30
(52,46,48)
#1F1A1D
(31,26,29)
#000000
(0,0,0)

Tints of #F1E2DB

#F1E2DB
(241,226,219)
#F2E4DE
(242,228,222)
#F3E6E1
(243,230,225)
#F4E8E4
(244,232,228)
#F5EAE7
(245,234,231)
#F6ECEA
(246,236,234)
#F7EEED
(247,238,237)
#F8F0F0
(248,240,240)
#F9F2F3
(249,242,243)
#FAF4F6
(250,244,246)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2DB; }

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

This text font color is #F1E2DB.

Background Color

.myBgColor { background-color: #F1E2DB; }

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

This div background color is #F1E2DB.

Border color

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

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

This div border color is #F1E2DB.

Opacity

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

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

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

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

This text has shadow with #F1E2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E2DB.

Preview

Color preview on black background

This text has color #F1E2DB on black background.


Color preview on white background

This text has color #F1E2DB on white background.


Black color preview on #F1E2DB background

This text has black color on #F1E2DB background.


White color preview on #F1E2DB background

This text has white color on #F1E2DB background.


Related colors

Complementary color

Complementary color for #hex is #0E1D24.


I love getcolorcode.com

Triadic colors

1 #DBF1E2 and #E2DBF1 with #F1E2DB are triadic colors.

2 #DBE2F1 and #E2F1DB with #F1E2DB are triadic colors.