COLOR #F3E4F6

HEX: #F3E4F6
RGB: (243,228,246)

Color info

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

RGB color model

#F3E4F6 color RGB value is (243,228,246).

  • red value is 243;
  • green value is 228;
  • blue value is 246.
RGB:
(243,228,246)
(95%,89%,96%)

RGB channels and saturation

R 243 of 255 = 95%
G 228 of 255 = 89%
B 246 of 255 = 96%

243
228
246

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

Portions of RGB colors in percentages

R + G + B =
243 + 228 + 246 = 717 (100%)
R 243 of 717 ~ 33.89%
G 228 of 717 ~ 31.8%
B 246 of 717 ~ 34.31%

%33.89
%31.8
%34.31

CMYK color model

#F3E4F6 color CMYK value is (1,7,0,4).

  • cyan value is 1.22%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,7,0,4)
C1M7Y0K4 
(1%,7%,0%,4%)
(0.01/0.07/0.00/0.04)	

CMYK percentages

%1.22
%7.32
%0
%3.53

Codes

Color #F3E4F6 in popluar color models

F3E4F6
RGB243228246
HSL290°50.00%92.94%
HSB/HSV290°7.32%96.47%
CMYK1.22%7.32%0.00%
3.53%

Color #F3E4F6 in popluar number systems.

HEXF3E4F6
Decimal243228246
Binary111100111110010011110110
Octal363344366

Shades and tints

Shades of #F3E4F6

#F3E4F6
(243,228,246)
#DDD0E0
(221,208,224)
#C7BCCA
(199,188,202)
#B1A8B4
(177,168,180)
#9B949E
(155,148,158)
#858088
(133,128,136)
#6F6C72
(111,108,114)
#59585C
(89,88,92)
#434446
(67,68,70)
#2D3030
(45,48,48)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #F3E4F6

#F3E4F6
(243,228,246)
#F4E6F6
(244,230,246)
#F5E8F6
(245,232,246)
#F6EAF6
(246,234,246)
#F7ECF6
(247,236,246)
#F8EEF6
(248,238,246)
#F9F0F6
(249,240,246)
#FAF2F6
(250,242,246)
#FBF4F6
(251,244,246)
#FCF6F6
(252,246,246)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3E4F6 color. Also use rgb(243,228,246) instead hex code.

Text Font Color

.myTextColor { color: #F3E4F6; }

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

This text font color is #F3E4F6.


Background Color

.myBgColor { background-color: #F3E4F6; }

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

This div background color is #F3E4F6.


Border color

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

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

This div border color is #F3E4F6.


Opacity

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

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

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

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

This text has shadow with #F3E4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3E4F6 on black background.


Color preview on white background

This text has color #F3E4F6 on white background.



Black color preview on #F3E4F6 background

This text has black color on #F3E4F6 background.


White color preview on #F3E4F6 background

This text has white color on #F3E4F6 background.