COLOR #F1E6EA

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

Color info

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

RGB color model

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

RGB: (241,230,234) (95%, 90%, 92%)

RGB channels and saturation

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

241
230
234

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

Portions of RGB colors in percentages

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

%34.18
%32.62
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.56%
  • yellow value is 2.90%
  • key color value is 5.49%

CMYK: (0,5,3,5)
C0M5Y3K5 (0%, 5%, 3%, 5%)
(0.00 / 0.05 / 0.03 / 0.05)

CMYK percentages

%0
%4.56
%2.9
%5.49

Codes

Color #F1E6EA in popluar color models

F1 E6 EA
RGB 241 230 234
HSL 338° 28.21% 92.35%
HSB/HSV 338° 4.56% 94.51%
CMYK 0.00% 4.56% 2.90%
5.49%

Color #F1E6EA in popluar number systems.

HEX F1 E6 EA
Decimal 241 230 234
Binary 11110001 11100110 11101010
Octal 361 346 352

Shades and tints

Shades of #F1E6EA

#F1E6EA
(241,230,234)
#DCD2D5
(220,210,213)
#C7BEC0
(199,190,192)
#B2AAAB
(178,170,171)
#9D9696
(157,150,150)
#888281
(136,130,129)
#736E6C
(115,110,108)
#5E5A57
(94,90,87)
#494642
(73,70,66)
#34322D
(52,50,45)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #F1E6EA

#F1E6EA
(241,230,234)
#F2E8EB
(242,232,235)
#F3EAEC
(243,234,236)
#F4ECED
(244,236,237)
#F5EEEE
(245,238,238)
#F6F0EF
(246,240,239)
#F7F2F0
(247,242,240)
#F8F4F1
(248,244,241)
#F9F6F2
(249,246,242)
#FAF8F3
(250,248,243)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1E6EA; }

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

This text font color is #F1E6EA.

Background Color

.myBgColor { background-color: #F1E6EA; }

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

This div background color is #F1E6EA.

Border color

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

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

This div border color is #F1E6EA.

Opacity

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

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

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

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

This text has shadow with #F1E6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1E6EA.

Preview

Color preview on black background

This text has color #F1E6EA on black background.


Color preview on white background

This text has color #F1E6EA on white background.


Black color preview on #F1E6EA background

This text has black color on #F1E6EA background.


White color preview on #F1E6EA background

This text has white color on #F1E6EA background.


Related colors

Complementary color

Complementary color for #hex is #0E1915.


I love getcolorcode.com

Triadic colors

1 #EAF1E6 and #E6EAF1 with #F1E6EA are triadic colors.

2 #EAE6F1 and #E6F1EA with #F1E6EA are triadic colors.