COLOR #F1EBDA

HEX: #F1EBDA RGB: (241,235,218)

Color info

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

RGB color model

#F1EBDA color RGB value is (241,235,218).

RGB: (241,235,218) (95%, 92%, 85%)

RGB channels and saturation

R 241 of 255 = 95%
G 235 of 255 = 92%
B 218 of 255 = 85%

241
235
218

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

Portions of RGB colors in percentages

R + G + B = 241 + 235 + 218 = 694 (100%)
R 241 of 694 ~ 34.73%
G 235 of 694 ~ 33.86%
B 218 of 694 ~ 31.41'%

%34.73
%33.86
%31.41

CMYK color model

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

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

CMYK: (0,2,10,5)
C0M2Y10K5 (0%, 2%, 10%, 5%)
(0.00 / 0.02 / 0.10 / 0.05)

CMYK percentages

%0
%2.49
%9.54
%5.49

Codes

Color #F1EBDA in popluar color models

F1 EB DA
RGB 241 235 218
HSL 44° 45.10% 90.00%
HSB/HSV 44° 9.54% 94.51%
CMYK 0.00% 2.49% 9.54%
5.49%

Color #F1EBDA in popluar number systems.

HEX F1 EB DA
Decimal 241 235 218
Binary 11110001 11101011 11011010
Octal 361 353 332

Shades and tints

Shades of #F1EBDA

#F1EBDA
(241,235,218)
#DCD6C7
(220,214,199)
#C7C1B4
(199,193,180)
#B2ACA1
(178,172,161)
#9D978E
(157,151,142)
#88827B
(136,130,123)
#736D68
(115,109,104)
#5E5855
(94,88,85)
#494342
(73,67,66)
#342E2F
(52,46,47)
#1F191C
(31,25,28)
#000000
(0,0,0)

Tints of #F1EBDA

#F1EBDA
(241,235,218)
#F2ECDD
(242,236,221)
#F3EDE0
(243,237,224)
#F4EEE3
(244,238,227)
#F5EFE6
(245,239,230)
#F6F0E9
(246,240,233)
#F7F1EC
(247,241,236)
#F8F2EF
(248,242,239)
#F9F3F2
(249,243,242)
#FAF4F5
(250,244,245)
#FBF5F8
(251,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EBDA; }

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

This text font color is #F1EBDA.

Background Color

.myBgColor { background-color: #F1EBDA; }

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

This div background color is #F1EBDA.

Border color

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

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

This div border color is #F1EBDA.

Opacity

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

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

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

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

This text has shadow with #F1EBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EBDA.

Preview

Color preview on black background

This text has color #F1EBDA on black background.


Color preview on white background

This text has color #F1EBDA on white background.


Black color preview on #F1EBDA background

This text has black color on #F1EBDA background.


White color preview on #F1EBDA background

This text has white color on #F1EBDA background.


Related colors

Complementary color

Complementary color for #hex is #0E1425.


I love getcolorcode.com

Triadic colors

1 #DAF1EB and #EBDAF1 with #F1EBDA are triadic colors.

2 #DAEBF1 and #EBF1DA with #F1EBDA are triadic colors.