COLOR #F1E3DF

HEX: #F1E3DF RGB: (241,227,223)

Color info

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

RGB color model

#F1E3DF color RGB value is (241,227,223).

RGB: (241,227,223) (95%, 89%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 227 of 255 = 89%
B 223 of 255 = 87%

241
227
223

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

Portions of RGB colors in percentages

R + G + B = 241 + 227 + 223 = 691 (100%)
R 241 of 691 ~ 34.88%
G 227 of 691 ~ 32.85%
B 223 of 691 ~ 32.27'%

%34.88
%32.85
%32.27

CMYK color model

#F1E3DF color CMYK value is (0,6,7,5).

  • cyan value is 0.00%
  • magenta value is 5.81%
  • yellow value is 7.47%
  • key color value is 5.49%

CMYK: (0,6,7,5)
C0M6Y7K5 (0%, 6%, 7%, 5%)
(0.00 / 0.06 / 0.07 / 0.05)

CMYK percentages

%0
%5.81
%7.47
%5.49

Codes

Color #F1E3DF in popluar color models

F1 E3 DF
RGB 241 227 223
HSL 13° 39.13% 90.98%
HSB/HSV 13° 7.47% 94.51%
CMYK 0.00% 5.81% 7.47%
5.49%

Color #F1E3DF in popluar number systems.

HEX F1 E3 DF
Decimal 241 227 223
Binary 11110001 11100011 11011111
Octal 361 343 337

Shades and tints

Shades of #F1E3DF

#F1E3DF
(241,227,223)
#DCCFCB
(220,207,203)
#C7BBB7
(199,187,183)
#B2A7A3
(178,167,163)
#9D938F
(157,147,143)
#887F7B
(136,127,123)
#736B67
(115,107,103)
#5E5753
(94,87,83)
#49433F
(73,67,63)
#342F2B
(52,47,43)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1E3DF

#F1E3DF
(241,227,223)
#F2E5E1
(242,229,225)
#F3E7E3
(243,231,227)
#F4E9E5
(244,233,229)
#F5EBE7
(245,235,231)
#F6EDE9
(246,237,233)
#F7EFEB
(247,239,235)
#F8F1ED
(248,241,237)
#F9F3EF
(249,243,239)
#FAF5F1
(250,245,241)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E3DF; }

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

This text font color is #F1E3DF.

Background Color

.myBgColor { background-color: #F1E3DF; }

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

This div background color is #F1E3DF.

Border color

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

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

This div border color is #F1E3DF.

Opacity

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

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

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

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

This text has shadow with #F1E3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E3DF.

Preview

Color preview on black background

This text has color #F1E3DF on black background.


Color preview on white background

This text has color #F1E3DF on white background.


Black color preview on #F1E3DF background

This text has black color on #F1E3DF background.


White color preview on #F1E3DF background

This text has white color on #F1E3DF background.


Related colors

Complementary color

Complementary color for #hex is #0E1C20.


I love getcolorcode.com

Triadic colors

1 #DFF1E3 and #E3DFF1 with #F1E3DF are triadic colors.

2 #DFE3F1 and #E3F1DF with #F1E3DF are triadic colors.