COLOR #F1EAE6

HEX: #F1EAE6
RGB: (241,234,230)

Color info

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

RGB color model

#F1EAE6 color RGB value is (241,234,230).

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

RGB channels and saturation

R 241 of 255 = 95%
G 234 of 255 = 92%
B 230 of 255 = 90%

241
234
230

R + G + B ~ 92%. #F1EAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 234 + 230 = 705 (100%)
R 241 of 705 ~ 34.18%
G 234 of 705 ~ 33.19%
B 230 of 705 ~ 32.62%

%34.18
%33.19
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK:
(0,3,5,5)
C0M3Y5K5 
(0%,3%,5%,5%)
(0.00/0.03/0.05/0.05)	

CMYK percentages

%0
%2.9
%4.56
%5.49

Codes

Color #F1EAE6 in popluar color models

F1EAE6
RGB241234230
HSL22°28.21%92.35%
HSB/HSV22°4.56%94.51%
CMYK0.00%2.90%4.56%
5.49%

Color #F1EAE6 in popluar number systems.

HEXF1EAE6
Decimal241234230
Binary111100011110101011100110
Octal361352346

Shades and tints

Shades of #F1EAE6

#F1EAE6
(241,234,230)
#DCD5D2
(220,213,210)
#C7C0BE
(199,192,190)
#B2ABAA
(178,171,170)
#9D9696
(157,150,150)
#888182
(136,129,130)
#736C6E
(115,108,110)
#5E575A
(94,87,90)
#494246
(73,66,70)
#342D32
(52,45,50)
#1F181E
(31,24,30)
#000000
(0,0,0)

Tints of #F1EAE6

#F1EAE6
(241,234,230)
#F2EBE8
(242,235,232)
#F3ECEA
(243,236,234)
#F4EDEC
(244,237,236)
#F5EEEE
(245,238,238)
#F6EFF0
(246,239,240)
#F7F0F2
(247,240,242)
#F8F1F4
(248,241,244)
#F9F2F6
(249,242,246)
#FAF3F8
(250,243,248)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EAE6; }

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

This text font color is #F1EAE6.


Background Color

.myBgColor { background-color: #F1EAE6; }

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

This div background color is #F1EAE6.


Border color

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

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

This div border color is #F1EAE6.


Opacity

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

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

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

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

This text has shadow with #F1EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EAE6 on black background.


Color preview on white background

This text has color #F1EAE6 on white background.



Black color preview on #F1EAE6 background

This text has black color on #F1EAE6 background.


White color preview on #F1EAE6 background

This text has white color on #F1EAE6 background.