COLOR #F1EBD2

HEX: #F1EBD2
RGB: (241,235,210)

Color info

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

RGB color model

#F1EBD2 color RGB value is (241,235,210).

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

RGB channels and saturation

R 241 of 255 = 95%
G 235 of 255 = 92%
B 210 of 255 = 82%

241
235
210

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

Portions of RGB colors in percentages

R + G + B =
241 + 235 + 210 = 686 (100%)
R 241 of 686 ~ 35.13%
G 235 of 686 ~ 34.26%
B 210 of 686 ~ 30.61%

%35.13
%34.26
%30.61

CMYK color model

#F1EBD2 color CMYK value is (0,2,13,5).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 12.86%
  • key color value is 5.49%
CMYK:
(0,2,13,5)
C0M2Y13K5 
(0%,2%,13%,5%)
(0.00/0.02/0.13/0.05)	

CMYK percentages

%0
%2.49
%12.86
%5.49

Codes

Color #F1EBD2 in popluar color models

F1EBD2
RGB241235210
HSL48°52.54%88.43%
HSB/HSV48°12.86%94.51%
CMYK0.00%2.49%12.86%
5.49%

Color #F1EBD2 in popluar number systems.

HEXF1EBD2
Decimal241235210
Binary111100011110101111010010
Octal361353322

Shades and tints

Shades of #F1EBD2

#F1EBD2
(241,235,210)
#DCD6BF
(220,214,191)
#C7C1AC
(199,193,172)
#B2AC99
(178,172,153)
#9D9786
(157,151,134)
#888273
(136,130,115)
#736D60
(115,109,96)
#5E584D
(94,88,77)
#49433A
(73,67,58)
#342E27
(52,46,39)
#1F1914
(31,25,20)
#000000
(0,0,0)

Tints of #F1EBD2

#F1EBD2
(241,235,210)
#F2ECD6
(242,236,214)
#F3EDDA
(243,237,218)
#F4EEDE
(244,238,222)
#F5EFE2
(245,239,226)
#F6F0E6
(246,240,230)
#F7F1EA
(247,241,234)
#F8F2EE
(248,242,238)
#F9F3F2
(249,243,242)
#FAF4F6
(250,244,246)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EBD2; }

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

This text font color is #F1EBD2.


Background Color

.myBgColor { background-color: #F1EBD2; }

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

This div background color is #F1EBD2.


Border color

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

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

This div border color is #F1EBD2.


Opacity

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

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

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

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

This text has shadow with #F1EBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EBD2 on black background.


Color preview on white background

This text has color #F1EBD2 on white background.



Black color preview on #F1EBD2 background

This text has black color on #F1EBD2 background.


White color preview on #F1EBD2 background

This text has white color on #F1EBD2 background.