COLOR #F4E0EC

HEX: #F4E0EC RGB: (244,224,236)

Color info

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

RGB color model

#F4E0EC color RGB value is (244,224,236).

RGB: (244,224,236) (96%, 88%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 236 of 255 = 93%

244
224
236

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

Portions of RGB colors in percentages

R + G + B = 244 + 224 + 236 = 704 (100%)
R 244 of 704 ~ 34.66%
G 224 of 704 ~ 31.82%
B 236 of 704 ~ 33.52'%

%34.66
%31.82
%33.52

CMYK color model

#F4E0EC color CMYK value is (0,8,3,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 3.28%
  • key color value is 4.31%

CMYK: (0,8,3,4)
C0M8Y3K4 (0%, 8%, 3%, 4%)
(0.00 / 0.08 / 0.03 / 0.04)

CMYK percentages

%0
%8.2
%3.28
%4.31

Codes

Color #F4E0EC in popluar color models

F4 E0 EC
RGB 244 224 236
HSL 324° 47.62% 91.76%
HSB/HSV 324° 8.20% 95.69%
CMYK 0.00% 8.20% 3.28%
4.31%

Color #F4E0EC in popluar number systems.

HEX F4 E0 EC
Decimal 244 224 236
Binary 11110100 11100000 11101100
Octal 364 340 354

Shades and tints

Shades of #F4E0EC

#F4E0EC
(244,224,236)
#DECCD7
(222,204,215)
#C8B8C2
(200,184,194)
#B2A4AD
(178,164,173)
#9C9098
(156,144,152)
#867C83
(134,124,131)
#70686E
(112,104,110)
#5A5459
(90,84,89)
#444044
(68,64,68)
#2E2C2F
(46,44,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #F4E0EC

#F4E0EC
(244,224,236)
#F5E2ED
(245,226,237)
#F6E4EE
(246,228,238)
#F7E6EF
(247,230,239)
#F8E8F0
(248,232,240)
#F9EAF1
(249,234,241)
#FAECF2
(250,236,242)
#FBEEF3
(251,238,243)
#FCF0F4
(252,240,244)
#FDF2F5
(253,242,245)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E0EC color. Also use rgb(244,224,236) instead hex code.

Text Font Color

.myTextColor { color: #F4E0EC; }

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

This text font color is #F4E0EC.

Background Color

.myBgColor { background-color: #F4E0EC; }

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

This div background color is #F4E0EC.

Border color

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

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

This div border color is #F4E0EC.

Opacity

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

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

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

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

This text has shadow with #F4E0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E0EC.

Preview

Color preview on black background

This text has color #F4E0EC on black background.


Color preview on white background

This text has color #F4E0EC on white background.


Black color preview on #F4E0EC background

This text has black color on #F4E0EC background.


White color preview on #F4E0EC background

This text has white color on #F4E0EC background.


Related colors

Complementary color

Complementary color for #hex is #0B1F13.


I love getcolorcode.com

Triadic colors

1 #ECF4E0 and #E0ECF4 with #F4E0EC are triadic colors.

2 #ECE0F4 and #E0F4EC with #F4E0EC are triadic colors.