COLOR #F6C2EC

HEX: #F6C2EC
RGB: (246,194,236)

Color info

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

RGB color model

#F6C2EC color RGB value is (246,194,236).

  • red value is 246;
  • green value is 194;
  • blue value is 236.
RGB:
(246,194,236)
(96%,76%,93%)

RGB channels and saturation

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

246
194
236

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

Portions of RGB colors in percentages

R + G + B =
246 + 194 + 236 = 676 (100%)
R 246 of 676 ~ 36.39%
G 194 of 676 ~ 28.7%
B 236 of 676 ~ 34.91%

%36.39
%28.7
%34.91

CMYK color model

#F6C2EC color CMYK value is (0,21,4,4).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(0,21,4,4)
C0M21Y4K4 
(0%,21%,4%,4%)
(0.00/0.21/0.04/0.04)	

CMYK percentages

%0
%21.14
%4.07
%3.53

Codes

Color #F6C2EC in popluar color models

F6C2EC
RGB246194236
HSL312°74.29%86.27%
HSB/HSV312°21.14%96.47%
CMYK0.00%21.14%4.07%
3.53%

Color #F6C2EC in popluar number systems.

HEXF6C2EC
Decimal246194236
Binary111101101100001011101100
Octal366302354

Shades and tints

Shades of #F6C2EC

#F6C2EC
(246,194,236)
#E0B1D7
(224,177,215)
#CAA0C2
(202,160,194)
#B48FAD
(180,143,173)
#9E7E98
(158,126,152)
#886D83
(136,109,131)
#725C6E
(114,92,110)
#5C4B59
(92,75,89)
#463A44
(70,58,68)
#30292F
(48,41,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6C2EC

#F6C2EC
(246,194,236)
#F6C7ED
(246,199,237)
#F6CCEE
(246,204,238)
#F6D1EF
(246,209,239)
#F6D6F0
(246,214,240)
#F6DBF1
(246,219,241)
#F6E0F2
(246,224,242)
#F6E5F3
(246,229,243)
#F6EAF4
(246,234,244)
#F6EFF5
(246,239,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C2EC; }

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

This text font color is #F6C2EC.


Background Color

.myBgColor { background-color: #F6C2EC; }

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

This div background color is #F6C2EC.


Border color

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

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

This div border color is #F6C2EC.


Opacity

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

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

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

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

This text has shadow with #F6C2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C2EC on black background.


Color preview on white background

This text has color #F6C2EC on white background.



Black color preview on #F6C2EC background

This text has black color on #F6C2EC background.


White color preview on #F6C2EC background

This text has white color on #F6C2EC background.