COLOR #F1EAD1

HEX: #F1EAD1
RGB: (241,234,209)

Color info

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

RGB color model

#F1EAD1 color RGB value is (241,234,209).

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

RGB channels and saturation

R 241 of 255 = 95%
G 234 of 255 = 92%
B 209 of 255 = 82%

241
234
209

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

Portions of RGB colors in percentages

R + G + B =
241 + 234 + 209 = 684 (100%)
R 241 of 684 ~ 35.23%
G 234 of 684 ~ 34.21%
B 209 of 684 ~ 30.56%

%35.23
%34.21
%30.56

CMYK color model

#F1EAD1 color CMYK value is (0,3,13,5).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 13.28%
  • key color value is 5.49%
CMYK: (0,3,13,5) C0M3Y13K5 (0%,3%,13%,5%) (0.00/0.03/0.13/0.05)

CMYK percentages

%0
%2.9
%13.28
%5.49

Codes

Color #F1EAD1 in popluar color models

F1EAD1
RGB241234209
HSL47°53.33%88.24%
HSB/HSV47°13.28%94.51%
CMYK0.00%2.90%13.28%
5.49%

Color #F1EAD1 in popluar number systems.

HEXF1EAD1
Decimal241234209
Binary111100011110101011010001
Octal361352321

Shades and tints

Shades of #F1EAD1

#F1EAD1
(241,234,209)
#DCD5BE
(220,213,190)
#C7C0AB
(199,192,171)
#B2AB98
(178,171,152)
#9D9685
(157,150,133)
#888172
(136,129,114)
#736C5F
(115,108,95)
#5E574C
(94,87,76)
#494239
(73,66,57)
#342D26
(52,45,38)
#1F1813
(31,24,19)
#000000
(0,0,0)

Tints of #F1EAD1

#F1EAD1
(241,234,209)
#F2EBD5
(242,235,213)
#F3ECD9
(243,236,217)
#F4EDDD
(244,237,221)
#F5EEE1
(245,238,225)
#F6EFE5
(246,239,229)
#F7F0E9
(247,240,233)
#F8F1ED
(248,241,237)
#F9F2F1
(249,242,241)
#FAF3F5
(250,243,245)
#FBF4F9
(251,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1EAD1 color. Also use rgb(241,234,209) instead hex code.

Text Font Color

.myTextColor { color: #F1EAD1; }

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

This text font color is #F1EAD1.


Background Color

.myBgColor { background-color: #F1EAD1; }

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

This div background color is #F1EAD1.


Border color

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

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

This div border color is #F1EAD1.


Opacity

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

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

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

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

This text has shadow with #F1EAD1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F1EAD1 on black background.


Color preview on white background

This text has color #F1EAD1 on white background.



Black color preview on #F1EAD1 background

This text has black color on #F1EAD1 background.


White color preview on #F1EAD1 background

This text has white color on #F1EAD1 background.