COLOR #F6C5EC

HEX: #F6C5EC RGB: (246,197,236)

Color info

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

RGB color model

#F6C5EC color RGB value is (246,197,236).

RGB: (246,197,236) (96%, 77%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 236 of 255 = 93%

246
197
236

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

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 236 = 679 (100%)
R 246 of 679 ~ 36.23%
G 197 of 679 ~ 29.01%
B 236 of 679 ~ 34.76'%

%36.23
%29.01
%34.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (0,20,4,4)
C0M20Y4K4 (0%, 20%, 4%, 4%)
(0.00 / 0.20 / 0.04 / 0.04)

CMYK percentages

%0
%19.92
%4.07
%3.53

Codes

Color #F6C5EC in popluar color models

F6 C5 EC
RGB 246 197 236
HSL 312° 73.13% 86.86%
HSB/HSV 312° 19.92% 96.47%
CMYK 0.00% 19.92% 4.07%
3.53%

Color #F6C5EC in popluar number systems.

HEX F6 C5 EC
Decimal 246 197 236
Binary 11110110 11000101 11101100
Octal 366 305 354

Shades and tints

Shades of #F6C5EC

#F6C5EC
(246,197,236)
#E0B4D7
(224,180,215)
#CAA3C2
(202,163,194)
#B492AD
(180,146,173)
#9E8198
(158,129,152)
#887083
(136,112,131)
#725F6E
(114,95,110)
#5C4E59
(92,78,89)
#463D44
(70,61,68)
#302C2F
(48,44,47)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #F6C5EC

#F6C5EC
(246,197,236)
#F6CAED
(246,202,237)
#F6CFEE
(246,207,238)
#F6D4EF
(246,212,239)
#F6D9F0
(246,217,240)
#F6DEF1
(246,222,241)
#F6E3F2
(246,227,242)
#F6E8F3
(246,232,243)
#F6EDF4
(246,237,244)
#F6F2F5
(246,242,245)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C5EC; }

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

This text font color is #F6C5EC.

Background Color

.myBgColor { background-color: #F6C5EC; }

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

This div background color is #F6C5EC.

Border color

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

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

This div border color is #F6C5EC.

Opacity

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

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

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

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

This text has shadow with #F6C5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C5EC.

Preview

Color preview on black background

This text has color #F6C5EC on black background.


Color preview on white background

This text has color #F6C5EC on white background.


Black color preview on #F6C5EC background

This text has black color on #F6C5EC background.


White color preview on #F6C5EC background

This text has white color on #F6C5EC background.


Related colors

Complementary color

Complementary color for #hex is #093A13.


I love getcolorcode.com

Triadic colors

1 #ECF6C5 and #C5ECF6 with #F6C5EC are triadic colors.

2 #ECC5F6 and #C5F6EC with #F6C5EC are triadic colors.