COLOR #F3E4EC

HEX: #F3E4EC RGB: (243,228,236)

Color info

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

RGB color model

#F3E4EC color RGB value is (243,228,236).

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

RGB channels and saturation

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

243
228
236

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

Portions of RGB colors in percentages

R + G + B = 243 + 228 + 236 = 707 (100%)
R 243 of 707 ~ 34.37%
G 228 of 707 ~ 32.25%
B 236 of 707 ~ 33.38'%

%34.37
%32.25
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 2.88%
  • key color value is 4.71%

CMYK: (0,6,3,5)
C0M6Y3K5 (0%, 6%, 3%, 5%)
(0.00 / 0.06 / 0.03 / 0.05)

CMYK percentages

%0
%6.17
%2.88
%4.71

Codes

Color #F3E4EC in popluar color models

F3 E4 EC
RGB 243 228 236
HSL 328° 38.46% 92.35%
HSB/HSV 328° 6.17% 95.29%
CMYK 0.00% 6.17% 2.88%
4.71%

Color #F3E4EC in popluar number systems.

HEX F3 E4 EC
Decimal 243 228 236
Binary 11110011 11100100 11101100
Octal 363 344 354

Shades and tints

Shades of #F3E4EC

#F3E4EC
(243,228,236)
#DDD0D7
(221,208,215)
#C7BCC2
(199,188,194)
#B1A8AD
(177,168,173)
#9B9498
(155,148,152)
#858083
(133,128,131)
#6F6C6E
(111,108,110)
#595859
(89,88,89)
#434444
(67,68,68)
#2D302F
(45,48,47)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #F3E4EC

#F3E4EC
(243,228,236)
#F4E6ED
(244,230,237)
#F5E8EE
(245,232,238)
#F6EAEF
(246,234,239)
#F7ECF0
(247,236,240)
#F8EEF1
(248,238,241)
#F9F0F2
(249,240,242)
#FAF2F3
(250,242,243)
#FBF4F4
(251,244,244)
#FCF6F5
(252,246,245)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3E4EC; }

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

This text font color is #F3E4EC.

Background Color

.myBgColor { background-color: #F3E4EC; }

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

This div background color is #F3E4EC.

Border color

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

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

This div border color is #F3E4EC.

Opacity

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

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

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

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

This text has shadow with #F3E4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3E4EC.

Preview

Color preview on black background

This text has color #F3E4EC on black background.


Color preview on white background

This text has color #F3E4EC on white background.


Black color preview on #F3E4EC background

This text has black color on #F3E4EC background.


White color preview on #F3E4EC background

This text has white color on #F3E4EC background.


Related colors

Complementary color

Complementary color for #hex is #0C1B13.


I love getcolorcode.com

Triadic colors

1 #ECF3E4 and #E4ECF3 with #F3E4EC are triadic colors.

2 #ECE4F3 and #E4F3EC with #F3E4EC are triadic colors.