COLOR #F1E9EB

HEX: #F1E9EB RGB: (241,233,235)

Color info

#F1E9EB contains red, green and blue colors in about the same proportion. Web safe color of #F1E9EB is #FFFFFF (or #FFF).

RGB color model

#F1E9EB color RGB value is (241,233,235).

RGB: (241,233,235) (95%, 91%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 233 of 255 = 91%
B 235 of 255 = 92%

241
233
235

R + G + B ~ 93%. #F1E9EB is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 233 + 235 = 709 (100%)
R 241 of 709 ~ 33.99%
G 233 of 709 ~ 32.86%
B 235 of 709 ~ 33.15'%

%33.99
%32.86
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.32%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (0,3,2,5)
C0M3Y2K5 (0%, 3%, 2%, 5%)
(0.00 / 0.03 / 0.02 / 0.05)

CMYK percentages

%0
%3.32
%2.49
%5.49

Codes

Color #F1E9EB in popluar color models

F1 E9 EB
RGB 241 233 235
HSL 345° 22.22% 92.94%
HSB/HSV 345° 3.32% 94.51%
CMYK 0.00% 3.32% 2.49%
5.49%

Color #F1E9EB in popluar number systems.

HEX F1 E9 EB
Decimal 241 233 235
Binary 11110001 11101001 11101011
Octal 361 351 353

Shades and tints

Shades of #F1E9EB

#F1E9EB
(241,233,235)
#DCD4D6
(220,212,214)
#C7BFC1
(199,191,193)
#B2AAAC
(178,170,172)
#9D9597
(157,149,151)
#888082
(136,128,130)
#736B6D
(115,107,109)
#5E5658
(94,86,88)
#494143
(73,65,67)
#342C2E
(52,44,46)
#1F1719
(31,23,25)
#000000
(0,0,0)

Tints of #F1E9EB

#F1E9EB
(241,233,235)
#F2EBEC
(242,235,236)
#F3EDED
(243,237,237)
#F4EFEE
(244,239,238)
#F5F1EF
(245,241,239)
#F6F3F0
(246,243,240)
#F7F5F1
(247,245,241)
#F8F7F2
(248,247,242)
#F9F9F3
(249,249,243)
#FAFBF4
(250,251,244)
#FBFDF5
(251,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E9EB; }

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

This text font color is #F1E9EB.

Background Color

.myBgColor { background-color: #F1E9EB; }

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

This div background color is #F1E9EB.

Border color

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

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

This div border color is #F1E9EB.

Opacity

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

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

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

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

This text has shadow with #F1E9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E9EB.

Preview

Color preview on black background

This text has color #F1E9EB on black background.


Color preview on white background

This text has color #F1E9EB on white background.


Black color preview on #F1E9EB background

This text has black color on #F1E9EB background.


White color preview on #F1E9EB background

This text has white color on #F1E9EB background.


Related colors

Complementary color

Complementary color for #hex is #0E1614.


I love getcolorcode.com

Triadic colors

1 #EBF1E9 and #E9EBF1 with #F1E9EB are triadic colors.

2 #EBE9F1 and #E9F1EB with #F1E9EB are triadic colors.