COLOR #F1E8EB

HEX: #F1E8EB RGB: (241,232,235)

Color info

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

RGB color model

#F1E8EB color RGB value is (241,232,235).

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

RGB channels and saturation

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

241
232
235

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

Portions of RGB colors in percentages

R + G + B = 241 + 232 + 235 = 708 (100%)
R 241 of 708 ~ 34.04%
G 232 of 708 ~ 32.77%
B 235 of 708 ~ 33.19'%

%34.04
%32.77
%33.19

CMYK color model

#F1E8EB color CMYK value is (0,4,2,5).

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

CMYK: (0,4,2,5)
C0M4Y2K5 (0%, 4%, 2%, 5%)
(0.00 / 0.04 / 0.02 / 0.05)

CMYK percentages

%0
%3.73
%2.49
%5.49

Codes

Color #F1E8EB in popluar color models

F1 E8 EB
RGB 241 232 235
HSL 340° 24.32% 92.75%
HSB/HSV 340° 3.73% 94.51%
CMYK 0.00% 3.73% 2.49%
5.49%

Color #F1E8EB in popluar number systems.

HEX F1 E8 EB
Decimal 241 232 235
Binary 11110001 11101000 11101011
Octal 361 350 353

Shades and tints

Shades of #F1E8EB

#F1E8EB
(241,232,235)
#DCD3D6
(220,211,214)
#C7BEC1
(199,190,193)
#B2A9AC
(178,169,172)
#9D9497
(157,148,151)
#887F82
(136,127,130)
#736A6D
(115,106,109)
#5E5558
(94,85,88)
#494043
(73,64,67)
#342B2E
(52,43,46)
#1F1619
(31,22,25)
#000000
(0,0,0)

Tints of #F1E8EB

#F1E8EB
(241,232,235)
#F2EAEC
(242,234,236)
#F3ECED
(243,236,237)
#F4EEEE
(244,238,238)
#F5F0EF
(245,240,239)
#F6F2F0
(246,242,240)
#F7F4F1
(247,244,241)
#F8F6F2
(248,246,242)
#F9F8F3
(249,248,243)
#FAFAF4
(250,250,244)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E8EB; }

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

This text font color is #F1E8EB.

Background Color

.myBgColor { background-color: #F1E8EB; }

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

This div background color is #F1E8EB.

Border color

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

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

This div border color is #F1E8EB.

Opacity

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

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

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

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

This text has shadow with #F1E8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E8EB.

Preview

Color preview on black background

This text has color #F1E8EB on black background.


Color preview on white background

This text has color #F1E8EB on white background.


Black color preview on #F1E8EB background

This text has black color on #F1E8EB background.


White color preview on #F1E8EB background

This text has white color on #F1E8EB background.


Related colors

Complementary color

Complementary color for #hex is #0E1714.


I love getcolorcode.com

Triadic colors

1 #EBF1E8 and #E8EBF1 with #F1E8EB are triadic colors.

2 #EBE8F1 and #E8F1EB with #F1E8EB are triadic colors.