COLOR #F1EAC1

HEX: #F1EAC1
RGB: (241,234,193)

Color info

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

RGB color model

#F1EAC1 color RGB value is (241,234,193).

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

RGB channels and saturation

R 241 of 255 = 95%
G 234 of 255 = 92%
B 193 of 255 = 76%

241
234
193

R + G + B ~ 88%. #F1EAC1 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 234 + 193 = 668 (100%)
R 241 of 668 ~ 36.08%
G 234 of 668 ~ 35.03%
B 193 of 668 ~ 28.89%

%36.08
%35.03
%28.89

CMYK color model

#F1EAC1 color CMYK value is (0,3,20,5).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 19.92%
  • key color value is 5.49%
CMYK:
(0,3,20,5)
C0M3Y20K5 
(0%,3%,20%,5%)
(0.00/0.03/0.20/0.05)	

CMYK percentages

%0
%2.9
%19.92
%5.49

Codes

Color #F1EAC1 in popluar color models

F1EAC1
RGB241234193
HSL51°63.16%85.10%
HSB/HSV51°19.92%94.51%
CMYK0.00%2.90%19.92%
5.49%

Color #F1EAC1 in popluar number systems.

HEXF1EAC1
Decimal241234193
Binary111100011110101011000001
Octal361352301

Shades and tints

Shades of #F1EAC1

#F1EAC1
(241,234,193)
#DCD5B0
(220,213,176)
#C7C09F
(199,192,159)
#B2AB8E
(178,171,142)
#9D967D
(157,150,125)
#88816C
(136,129,108)
#736C5B
(115,108,91)
#5E574A
(94,87,74)
#494239
(73,66,57)
#342D28
(52,45,40)
#1F1817
(31,24,23)
#000000
(0,0,0)

Tints of #F1EAC1

#F1EAC1
(241,234,193)
#F2EBC6
(242,235,198)
#F3ECCB
(243,236,203)
#F4EDD0
(244,237,208)
#F5EED5
(245,238,213)
#F6EFDA
(246,239,218)
#F7F0DF
(247,240,223)
#F8F1E4
(248,241,228)
#F9F2E9
(249,242,233)
#FAF3EE
(250,243,238)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EAC1; }

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

This text font color is #F1EAC1.


Background Color

.myBgColor { background-color: #F1EAC1; }

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

This div background color is #F1EAC1.


Border color

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

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

This div border color is #F1EAC1.


Opacity

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

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

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

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

This text has shadow with #F1EAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EAC1 on black background.


Color preview on white background

This text has color #F1EAC1 on white background.



Black color preview on #F1EAC1 background

This text has black color on #F1EAC1 background.


White color preview on #F1EAC1 background

This text has white color on #F1EAC1 background.