COLOR #F1EFDA

HEX: #F1EFDA RGB: (241,239,218)

Color info

#F1EFDA contains red, green and blue colors in about the same proportion. Web safe color of #F1EFDA is #FFFFCC (or #FFC).

RGB color model

#F1EFDA color RGB value is (241,239,218).

RGB: (241,239,218) (95%, 94%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 218 of 255 = 85%

241
239
218

R + G + B ~ 91%. #F1EFDA is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 239 + 218 = 698 (100%)
R 241 of 698 ~ 34.53%
G 239 of 698 ~ 34.24%
B 218 of 698 ~ 31.23'%

%34.53
%34.24
%31.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK: (0,1,10,5) C0M1Y10K5 (0%,1%,10%,5%) (0.00/0.01/0.10/0.05) 

CMYK percentages

%0
%0.83
%9.54
%5.49

Codes

Color #F1EFDA in popluar color models

F1 EF DA
RGB 241 239 218
HSL 55° 45.10% 90.00%
HSB/HSV 55° 9.54% 94.51%
CMYK 0.00% 0.83% 9.54%
5.49%

Color #F1EFDA in popluar number systems.

HEX F1 EF DA
Decimal 241 239 218
Binary 11110001 11101111 11011010
Octal 361 357 332

Shades and tints

Shades of #F1EFDA

#F1EFDA
(241,239,218)
#DCDAC7
(220,218,199)
#C7C5B4
(199,197,180)
#B2B0A1
(178,176,161)
#9D9B8E
(157,155,142)
#88867B
(136,134,123)
#737168
(115,113,104)
#5E5C55
(94,92,85)
#494742
(73,71,66)
#34322F
(52,50,47)
#1F1D1C
(31,29,28)
#000000
(0,0,0)

Tints of #F1EFDA

#F1EFDA
(241,239,218)
#F2F0DD
(242,240,221)
#F3F1E0
(243,241,224)
#F4F2E3
(244,242,227)
#F5F3E6
(245,243,230)
#F6F4E9
(246,244,233)
#F7F5EC
(247,245,236)
#F8F6EF
(248,246,239)
#F9F7F2
(249,247,242)
#FAF8F5
(250,248,245)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFDA; }

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

This text font color is #F1EFDA.

Background Color

.myBgColor { background-color: #F1EFDA; }

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

This div background color is #F1EFDA.

Border color

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

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

This div border color is #F1EFDA.

Opacity

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

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

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

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

This text has shadow with #F1EFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EFDA.

Preview

Color preview on black background

This text has color #F1EFDA on black background.


Color preview on white background

This text has color #F1EFDA on white background.


Black color preview on #F1EFDA background

This text has black color on #F1EFDA background.


White color preview on #F1EFDA background

This text has white color on #F1EFDA background.


Related colors

Complementary color

Complementary color for #hex is #0E1025.


I love getcolorcode.com

Triadic colors

1 #DAF1EF and #EFDAF1 with #F1EFDA are triadic colors.

2 #DAEFF1 and #EFF1DA with #F1EFDA are triadic colors.