COLOR #F3E4F0

HEX: #F3E4F0 RGB: (243,228,240)

Color info

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

RGB color model

#F3E4F0 color RGB value is (243,228,240).

RGB: (243,228,240) (95%, 89%, 94%)

RGB channels and saturation

R 243 of 255 = 95%
G 228 of 255 = 89%
B 240 of 255 = 94%

243
228
240

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

Portions of RGB colors in percentages

R + G + B = 243 + 228 + 240 = 711 (100%)
R 243 of 711 ~ 34.18%
G 228 of 711 ~ 32.07%
B 240 of 711 ~ 33.76'%

%34.18
%32.07
%33.76

CMYK color model

#F3E4F0 color CMYK value is (0,6,1,5).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 1.23%
  • key color value is 4.71%
CMYK: (0,6,1,5) C0M6Y1K5 (0%,6%,1%,5%) (0.00/0.06/0.01/0.05) 

CMYK percentages

%0
%6.17
%1.23
%4.71

Codes

Color #F3E4F0 in popluar color models

F3 E4 F0
RGB 243 228 240
HSL 312° 38.46% 92.35%
HSB/HSV 312° 6.17% 95.29%
CMYK 0.00% 6.17% 1.23%
4.71%

Color #F3E4F0 in popluar number systems.

HEX F3 E4 F0
Decimal 243 228 240
Binary 11110011 11100100 11110000
Octal 363 344 360

Shades and tints

Shades of #F3E4F0

#F3E4F0
(243,228,240)
#DDD0DB
(221,208,219)
#C7BCC6
(199,188,198)
#B1A8B1
(177,168,177)
#9B949C
(155,148,156)
#858087
(133,128,135)
#6F6C72
(111,108,114)
#59585D
(89,88,93)
#434448
(67,68,72)
#2D3033
(45,48,51)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #F3E4F0

#F3E4F0
(243,228,240)
#F4E6F1
(244,230,241)
#F5E8F2
(245,232,242)
#F6EAF3
(246,234,243)
#F7ECF4
(247,236,244)
#F8EEF5
(248,238,245)
#F9F0F6
(249,240,246)
#FAF2F7
(250,242,247)
#FBF4F8
(251,244,248)
#FCF6F9
(252,246,249)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E4F0; }

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

This text font color is #F3E4F0.

Background Color

.myBgColor { background-color: #F3E4F0; }

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

This div background color is #F3E4F0.

Border color

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

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

This div border color is #F3E4F0.

Opacity

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

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

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

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

This text has shadow with #F3E4F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E4F0.

Preview

Color preview on black background

This text has color #F3E4F0 on black background.


Color preview on white background

This text has color #F3E4F0 on white background.


Black color preview on #F3E4F0 background

This text has black color on #F3E4F0 background.


White color preview on #F3E4F0 background

This text has white color on #F3E4F0 background.


Related colors

Complementary color

Complementary color for #hex is #0C1B0F.


I love getcolorcode.com

Triadic colors

1 #F0F3E4 and #E4F0F3 with #F3E4F0 are triadic colors.

2 #F0E4F3 and #E4F3F0 with #F3E4F0 are triadic colors.