COLOR #F1EBDF

HEX: #F1EBDF
RGB: (241,235,223)

Color info

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

RGB color model

#F1EBDF color RGB value is (241,235,223).

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

RGB channels and saturation

R 241 of 255 = 95%
G 235 of 255 = 92%
B 223 of 255 = 87%

241
235
223

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

Portions of RGB colors in percentages

R + G + B =
241 + 235 + 223 = 699 (100%)
R 241 of 699 ~ 34.48%
G 235 of 699 ~ 33.62%
B 223 of 699 ~ 31.9%

%34.48
%33.62
%31.9

CMYK color model

#F1EBDF color CMYK value is (0,2,7,5).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(0,2,7,5)
C0M2Y7K5 
(0%,2%,7%,5%)
(0.00/0.02/0.07/0.05)	

CMYK percentages

%0
%2.49
%7.47
%5.49

Codes

Color #F1EBDF in popluar color models

F1EBDF
RGB241235223
HSL40°39.13%90.98%
HSB/HSV40°7.47%94.51%
CMYK0.00%2.49%7.47%
5.49%

Color #F1EBDF in popluar number systems.

HEXF1EBDF
Decimal241235223
Binary111100011110101111011111
Octal361353337

Shades and tints

Shades of #F1EBDF

#F1EBDF
(241,235,223)
#DCD6CB
(220,214,203)
#C7C1B7
(199,193,183)
#B2ACA3
(178,172,163)
#9D978F
(157,151,143)
#88827B
(136,130,123)
#736D67
(115,109,103)
#5E5853
(94,88,83)
#49433F
(73,67,63)
#342E2B
(52,46,43)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #F1EBDF

#F1EBDF
(241,235,223)
#F2ECE1
(242,236,225)
#F3EDE3
(243,237,227)
#F4EEE5
(244,238,229)
#F5EFE7
(245,239,231)
#F6F0E9
(246,240,233)
#F7F1EB
(247,241,235)
#F8F2ED
(248,242,237)
#F9F3EF
(249,243,239)
#FAF4F1
(250,244,241)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EBDF; }

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

This text font color is #F1EBDF.


Background Color

.myBgColor { background-color: #F1EBDF; }

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

This div background color is #F1EBDF.


Border color

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

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

This div border color is #F1EBDF.


Opacity

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

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

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

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

This text has shadow with #F1EBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EBDF on black background.


Color preview on white background

This text has color #F1EBDF on white background.



Black color preview on #F1EBDF background

This text has black color on #F1EBDF background.


White color preview on #F1EBDF background

This text has white color on #F1EBDF background.