COLOR #F4C4EC

HEX: #F4C4EC RGB: (244,196,236)

Color info

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

RGB color model

#F4C4EC color RGB value is (244,196,236).

RGB: (244,196,236) (96%, 77%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 196 of 255 = 77%
B 236 of 255 = 93%

244
196
236

R + G + B ~ 89%. #F4C4EC is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 196 + 236 = 676 (100%)
R 244 of 676 ~ 36.09%
G 196 of 676 ~ 28.99%
B 236 of 676 ~ 34.91'%

%36.09
%28.99
%34.91

CMYK color model

#F4C4EC color CMYK value is (0,20,3,4).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK: (0,20,3,4) C0M20Y3K4 (0%,20%,3%,4%) (0.00/0.20/0.03/0.04) 

CMYK percentages

%0
%19.67
%3.28
%4.31

Codes

Color #F4C4EC in popluar color models

F4 C4 EC
RGB 244 196 236
HSL 310° 68.57% 86.27%
HSB/HSV 310° 19.67% 95.69%
CMYK 0.00% 19.67% 3.28%
4.31%

Color #F4C4EC in popluar number systems.

HEX F4 C4 EC
Decimal 244 196 236
Binary 11110100 11000100 11101100
Octal 364 304 354

Shades and tints

Shades of #F4C4EC

#F4C4EC
(244,196,236)
#DEB3D7
(222,179,215)
#C8A2C2
(200,162,194)
#B291AD
(178,145,173)
#9C8098
(156,128,152)
#866F83
(134,111,131)
#705E6E
(112,94,110)
#5A4D59
(90,77,89)
#443C44
(68,60,68)
#2E2B2F
(46,43,47)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #F4C4EC

#F4C4EC
(244,196,236)
#F5C9ED
(245,201,237)
#F6CEEE
(246,206,238)
#F7D3EF
(247,211,239)
#F8D8F0
(248,216,240)
#F9DDF1
(249,221,241)
#FAE2F2
(250,226,242)
#FBE7F3
(251,231,243)
#FCECF4
(252,236,244)
#FDF1F5
(253,241,245)
#FEF6F6
(254,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C4EC; }

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

This text font color is #F4C4EC.

Background Color

.myBgColor { background-color: #F4C4EC; }

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

This div background color is #F4C4EC.

Border color

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

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

This div border color is #F4C4EC.

Opacity

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

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

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

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

This text has shadow with #F4C4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C4EC.

Preview

Color preview on black background

This text has color #F4C4EC on black background.


Color preview on white background

This text has color #F4C4EC on white background.


Black color preview on #F4C4EC background

This text has black color on #F4C4EC background.


White color preview on #F4C4EC background

This text has white color on #F4C4EC background.


Related colors

Complementary color

Complementary color for #hex is #0B3B13.


I love getcolorcode.com

Triadic colors

1 #ECF4C4 and #C4ECF4 with #F4C4EC are triadic colors.

2 #ECC4F4 and #C4F4EC with #F4C4EC are triadic colors.