COLOR #F4C2EC

HEX: #F4C2EC RGB: (244,194,236)

Color info

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

RGB color model

#F4C2EC color RGB value is (244,194,236).

RGB: (244,194,236) (96%, 76%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 194 of 255 = 76%
B 236 of 255 = 93%

244
194
236

R + G + B ~ 88%. #F4C2EC is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 194 + 236 = 674 (100%)
R 244 of 674 ~ 36.2%
G 194 of 674 ~ 28.78%
B 236 of 674 ~ 35.01'%

%36.2
%28.78
%35.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.49%
  • 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
%20.49
%3.28
%4.31

Codes

Color #F4C2EC in popluar color models

F4 C2 EC
RGB 244 194 236
HSL 310° 69.44% 85.88%
HSB/HSV 310° 20.49% 95.69%
CMYK 0.00% 20.49% 3.28%
4.31%

Color #F4C2EC in popluar number systems.

HEX F4 C2 EC
Decimal 244 194 236
Binary 11110100 11000010 11101100
Octal 364 302 354

Shades and tints

Shades of #F4C2EC

#F4C2EC
(244,194,236)
#DEB1D7
(222,177,215)
#C8A0C2
(200,160,194)
#B28FAD
(178,143,173)
#9C7E98
(156,126,152)
#866D83
(134,109,131)
#705C6E
(112,92,110)
#5A4B59
(90,75,89)
#443A44
(68,58,68)
#2E292F
(46,41,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #F4C2EC

#F4C2EC
(244,194,236)
#F5C7ED
(245,199,237)
#F6CCEE
(246,204,238)
#F7D1EF
(247,209,239)
#F8D6F0
(248,214,240)
#F9DBF1
(249,219,241)
#FAE0F2
(250,224,242)
#FBE5F3
(251,229,243)
#FCEAF4
(252,234,244)
#FDEFF5
(253,239,245)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C2EC; }

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

This text font color is #F4C2EC.

Background Color

.myBgColor { background-color: #F4C2EC; }

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

This div background color is #F4C2EC.

Border color

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

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

This div border color is #F4C2EC.

Opacity

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

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

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

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

This text has shadow with #F4C2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C2EC.

Preview

Color preview on black background

This text has color #F4C2EC on black background.


Color preview on white background

This text has color #F4C2EC on white background.


Black color preview on #F4C2EC background

This text has black color on #F4C2EC background.


White color preview on #F4C2EC background

This text has white color on #F4C2EC background.


Related colors

Complementary color

Complementary color for #hex is #0B3D13.


I love getcolorcode.com

Triadic colors

1 #ECF4C2 and #C2ECF4 with #F4C2EC are triadic colors.

2 #ECC2F4 and #C2F4EC with #F4C2EC are triadic colors.