COLOR #F1EBDC

HEX: #F1EBDC
RGB: (241,235,220)

Color info

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

RGB color model

#F1EBDC color RGB value is (241,235,220).

  • red value is 241;
  • green value is 235;
  • blue value is 220.
RGB:
(241,235,220)
(95%,92%,86%)

RGB channels and saturation

R 241 of 255 = 95%
G 235 of 255 = 92%
B 220 of 255 = 86%

241
235
220

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

Portions of RGB colors in percentages

R + G + B =
241 + 235 + 220 = 696 (100%)
R 241 of 696 ~ 34.63%
G 235 of 696 ~ 33.76%
B 220 of 696 ~ 31.61%

%34.63
%33.76
%31.61

CMYK color model

#F1EBDC color CMYK value is (0,2,9,5).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK:
(0,2,9,5)
C0M2Y9K5 
(0%,2%,9%,5%)
(0.00/0.02/0.09/0.05)	

CMYK percentages

%0
%2.49
%8.71
%5.49

Codes

Color #F1EBDC in popluar color models

F1EBDC
RGB241235220
HSL43°42.86%90.39%
HSB/HSV43°8.71%94.51%
CMYK0.00%2.49%8.71%
5.49%

Color #F1EBDC in popluar number systems.

HEXF1EBDC
Decimal241235220
Binary111100011110101111011100
Octal361353334

Shades and tints

Shades of #F1EBDC

#F1EBDC
(241,235,220)
#DCD6C8
(220,214,200)
#C7C1B4
(199,193,180)
#B2ACA0
(178,172,160)
#9D978C
(157,151,140)
#888278
(136,130,120)
#736D64
(115,109,100)
#5E5850
(94,88,80)
#49433C
(73,67,60)
#342E28
(52,46,40)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #F1EBDC

#F1EBDC
(241,235,220)
#F2ECDF
(242,236,223)
#F3EDE2
(243,237,226)
#F4EEE5
(244,238,229)
#F5EFE8
(245,239,232)
#F6F0EB
(246,240,235)
#F7F1EE
(247,241,238)
#F8F2F1
(248,242,241)
#F9F3F4
(249,243,244)
#FAF4F7
(250,244,247)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EBDC; }

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

This text font color is #F1EBDC.


Background Color

.myBgColor { background-color: #F1EBDC; }

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

This div background color is #F1EBDC.


Border color

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

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

This div border color is #F1EBDC.


Opacity

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

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

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

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

This text has shadow with #F1EBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EBDC on black background.


Color preview on white background

This text has color #F1EBDC on white background.



Black color preview on #F1EBDC background

This text has black color on #F1EBDC background.


White color preview on #F1EBDC background

This text has white color on #F1EBDC background.