COLOR #F1E2DD

HEX: #F1E2DD RGB: (241,226,221)

Color info

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

RGB color model

#F1E2DD color RGB value is (241,226,221).

RGB: (241,226,221) (95%, 89%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 226 of 255 = 89%
B 221 of 255 = 87%

241
226
221

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

Portions of RGB colors in percentages

R + G + B = 241 + 226 + 221 = 688 (100%)
R 241 of 688 ~ 35.03%
G 226 of 688 ~ 32.85%
B 221 of 688 ~ 32.12'%

%35.03
%32.85
%32.12

CMYK color model

#F1E2DD color CMYK value is (0,6,8,5).

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

CMYK: (0,6,8,5)
C0M6Y8K5 (0%, 6%, 8%, 5%)
(0.00 / 0.06 / 0.08 / 0.05)

CMYK percentages

%0
%6.22
%8.3
%5.49

Codes

Color #F1E2DD in popluar color models

F1 E2 DD
RGB 241 226 221
HSL 15° 41.67% 90.59%
HSB/HSV 15° 8.30% 94.51%
CMYK 0.00% 6.22% 8.30%
5.49%

Color #F1E2DD in popluar number systems.

HEX F1 E2 DD
Decimal 241 226 221
Binary 11110001 11100010 11011101
Octal 361 342 335

Shades and tints

Shades of #F1E2DD

#F1E2DD
(241,226,221)
#DCCEC9
(220,206,201)
#C7BAB5
(199,186,181)
#B2A6A1
(178,166,161)
#9D928D
(157,146,141)
#887E79
(136,126,121)
#736A65
(115,106,101)
#5E5651
(94,86,81)
#49423D
(73,66,61)
#342E29
(52,46,41)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #F1E2DD

#F1E2DD
(241,226,221)
#F2E4E0
(242,228,224)
#F3E6E3
(243,230,227)
#F4E8E6
(244,232,230)
#F5EAE9
(245,234,233)
#F6ECEC
(246,236,236)
#F7EEEF
(247,238,239)
#F8F0F2
(248,240,242)
#F9F2F5
(249,242,245)
#FAF4F8
(250,244,248)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E2DD; }

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

This text font color is #F1E2DD.

Background Color

.myBgColor { background-color: #F1E2DD; }

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

This div background color is #F1E2DD.

Border color

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

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

This div border color is #F1E2DD.

Opacity

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

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

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

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

This text has shadow with #F1E2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E2DD.

Preview

Color preview on black background

This text has color #F1E2DD on black background.


Color preview on white background

This text has color #F1E2DD on white background.


Black color preview on #F1E2DD background

This text has black color on #F1E2DD background.


White color preview on #F1E2DD background

This text has white color on #F1E2DD background.


Related colors

Complementary color

Complementary color for #hex is #0E1D22.


I love getcolorcode.com

Triadic colors

1 #DDF1E2 and #E2DDF1 with #F1E2DD are triadic colors.

2 #DDE2F1 and #E2F1DD with #F1E2DD are triadic colors.