COLOR #F1E4EC

HEX: #F1E4EC RGB: (241,228,236)

Color info

#F1E4EC contains red, green and blue colors in about the same proportion. Web safe color of #F1E4EC is #FFCCFF (or #FCF).

RGB color model

#F1E4EC color RGB value is (241,228,236).

RGB: (241,228,236) (95%, 89%, 93%)

RGB channels and saturation

R 241 of 255 = 95%
G 228 of 255 = 89%
B 236 of 255 = 93%

241
228
236

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

Portions of RGB colors in percentages

R + G + B = 241 + 228 + 236 = 705 (100%)
R 241 of 705 ~ 34.18%
G 228 of 705 ~ 32.34%
B 236 of 705 ~ 33.48'%

%34.18
%32.34
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 2.07%
  • key color value is 5.49%
CMYK: (0,5,2,5) C0M5Y2K5 (0%,5%,2%,5%) (0.00/0.05/0.02/0.05) 

CMYK percentages

%0
%5.39
%2.07
%5.49

Codes

Color #F1E4EC in popluar color models

F1 E4 EC
RGB 241 228 236
HSL 323° 31.71% 91.96%
HSB/HSV 323° 5.39% 94.51%
CMYK 0.00% 5.39% 2.07%
5.49%

Color #F1E4EC in popluar number systems.

HEX F1 E4 EC
Decimal 241 228 236
Binary 11110001 11100100 11101100
Octal 361 344 354

Shades and tints

Shades of #F1E4EC

#F1E4EC
(241,228,236)
#DCD0D7
(220,208,215)
#C7BCC2
(199,188,194)
#B2A8AD
(178,168,173)
#9D9498
(157,148,152)
#888083
(136,128,131)
#736C6E
(115,108,110)
#5E5859
(94,88,89)
#494444
(73,68,68)
#34302F
(52,48,47)
#1F1C1A
(31,28,26)
#000000
(0,0,0)

Tints of #F1E4EC

#F1E4EC
(241,228,236)
#F2E6ED
(242,230,237)
#F3E8EE
(243,232,238)
#F4EAEF
(244,234,239)
#F5ECF0
(245,236,240)
#F6EEF1
(246,238,241)
#F7F0F2
(247,240,242)
#F8F2F3
(248,242,243)
#F9F4F4
(249,244,244)
#FAF6F5
(250,246,245)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1E4EC color. Also use rgb(241,228,236) instead hex code.

Text Font Color

.myTextColor { color: #F1E4EC; }

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

This text font color is #F1E4EC.

Background Color

.myBgColor { background-color: #F1E4EC; }

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

This div background color is #F1E4EC.

Border color

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

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

This div border color is #F1E4EC.

Opacity

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

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

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

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

This text has shadow with #F1E4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E4EC.

Preview

Color preview on black background

This text has color #F1E4EC on black background.


Color preview on white background

This text has color #F1E4EC on white background.


Black color preview on #F1E4EC background

This text has black color on #F1E4EC background.


White color preview on #F1E4EC background

This text has white color on #F1E4EC background.


Related colors

Complementary color

Complementary color for #hex is #0E1B13.


I love getcolorcode.com

Triadic colors

1 #ECF1E4 and #E4ECF1 with #F1E4EC are triadic colors.

2 #ECE4F1 and #E4F1EC with #F1E4EC are triadic colors.