COLOR #F1E3DB

HEX: #F1E3DB RGB: (241,227,219)

Color info

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

RGB color model

#F1E3DB color RGB value is (241,227,219).

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

RGB channels and saturation

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

241
227
219

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

Portions of RGB colors in percentages

R + G + B = 241 + 227 + 219 = 687 (100%)
R 241 of 687 ~ 35.08%
G 227 of 687 ~ 33.04%
B 219 of 687 ~ 31.88'%

%35.08
%33.04
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.81%
  • 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
%5.81
%9.13
%5.49

Codes

Color #F1E3DB in popluar color models

F1 E3 DB
RGB 241 227 219
HSL 22° 44.00% 90.20%
HSB/HSV 22° 9.13% 94.51%
CMYK 0.00% 5.81% 9.13%
5.49%

Color #F1E3DB in popluar number systems.

HEX F1 E3 DB
Decimal 241 227 219
Binary 11110001 11100011 11011011
Octal 361 343 333

Shades and tints

Shades of #F1E3DB

#F1E3DB
(241,227,219)
#DCCFC8
(220,207,200)
#C7BBB5
(199,187,181)
#B2A7A2
(178,167,162)
#9D938F
(157,147,143)
#887F7C
(136,127,124)
#736B69
(115,107,105)
#5E5756
(94,87,86)
#494343
(73,67,67)
#342F30
(52,47,48)
#1F1B1D
(31,27,29)
#000000
(0,0,0)

Tints of #F1E3DB

#F1E3DB
(241,227,219)
#F2E5DE
(242,229,222)
#F3E7E1
(243,231,225)
#F4E9E4
(244,233,228)
#F5EBE7
(245,235,231)
#F6EDEA
(246,237,234)
#F7EFED
(247,239,237)
#F8F1F0
(248,241,240)
#F9F3F3
(249,243,243)
#FAF5F6
(250,245,246)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E3DB; }

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

This text font color is #F1E3DB.

Background Color

.myBgColor { background-color: #F1E3DB; }

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

This div background color is #F1E3DB.

Border color

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

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

This div border color is #F1E3DB.

Opacity

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

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

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

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

This text has shadow with #F1E3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E3DB.

Preview

Color preview on black background

This text has color #F1E3DB on black background.


Color preview on white background

This text has color #F1E3DB on white background.


Black color preview on #F1E3DB background

This text has black color on #F1E3DB background.


White color preview on #F1E3DB background

This text has white color on #F1E3DB background.


Related colors

Complementary color

Complementary color for #hex is #0E1C24.


I love getcolorcode.com

Triadic colors

1 #DBF1E3 and #E3DBF1 with #F1E3DB are triadic colors.

2 #DBE3F1 and #E3F1DB with #F1E3DB are triadic colors.