COLOR #F1E6DA

HEX: #F1E6DA RGB: (241,230,218)

Color info

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

RGB color model

#F1E6DA color RGB value is (241,230,218).

RGB: (241,230,218) (95%, 90%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 230 of 255 = 90%
B 218 of 255 = 85%

241
230
218

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

Portions of RGB colors in percentages

R + G + B = 241 + 230 + 218 = 689 (100%)
R 241 of 689 ~ 34.98%
G 230 of 689 ~ 33.38%
B 218 of 689 ~ 31.64'%

%34.98
%33.38
%31.64

CMYK color model

#F1E6DA color CMYK value is (0,5,10,5).

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 9.54%
  • key color value is 5.49%

CMYK: (0,5,10,5)
C0M5Y10K5 (0%, 5%, 10%, 5%)
(0.00 / 0.05 / 0.10 / 0.05)

CMYK percentages

%0
%4.56
%9.54
%5.49

Codes

Color #F1E6DA in popluar color models

F1 E6 DA
RGB 241 230 218
HSL 31° 45.10% 90.00%
HSB/HSV 31° 9.54% 94.51%
CMYK 0.00% 4.56% 9.54%
5.49%

Color #F1E6DA in popluar number systems.

HEX F1 E6 DA
Decimal 241 230 218
Binary 11110001 11100110 11011010
Octal 361 346 332

Shades and tints

Shades of #F1E6DA

#F1E6DA
(241,230,218)
#DCD2C7
(220,210,199)
#C7BEB4
(199,190,180)
#B2AAA1
(178,170,161)
#9D968E
(157,150,142)
#88827B
(136,130,123)
#736E68
(115,110,104)
#5E5A55
(94,90,85)
#494642
(73,70,66)
#34322F
(52,50,47)
#1F1E1C
(31,30,28)
#000000
(0,0,0)

Tints of #F1E6DA

#F1E6DA
(241,230,218)
#F2E8DD
(242,232,221)
#F3EAE0
(243,234,224)
#F4ECE3
(244,236,227)
#F5EEE6
(245,238,230)
#F6F0E9
(246,240,233)
#F7F2EC
(247,242,236)
#F8F4EF
(248,244,239)
#F9F6F2
(249,246,242)
#FAF8F5
(250,248,245)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E6DA color. Also use rgb(241,230,218) instead hex code.

Text Font Color

.myTextColor { color: #F1E6DA; }

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

This text font color is #F1E6DA.

Background Color

.myBgColor { background-color: #F1E6DA; }

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

This div background color is #F1E6DA.

Border color

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

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

This div border color is #F1E6DA.

Opacity

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

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

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

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

This text has shadow with #F1E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E6DA.

Preview

Color preview on black background

This text has color #F1E6DA on black background.


Color preview on white background

This text has color #F1E6DA on white background.


Black color preview on #F1E6DA background

This text has black color on #F1E6DA background.


White color preview on #F1E6DA background

This text has white color on #F1E6DA background.


Related colors

Complementary color

Complementary color for #hex is #0E1925.


I love getcolorcode.com

Triadic colors

1 #DAF1E6 and #E6DAF1 with #F1E6DA are triadic colors.

2 #DAE6F1 and #E6F1DA with #F1E6DA are triadic colors.