COLOR #F5C6EC

HEX: #F5C6EC RGB: (245,198,236)

Color info

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

RGB color model

#F5C6EC color RGB value is (245,198,236).

RGB: (245,198,236) (96%, 78%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 198 of 255 = 78%
B 236 of 255 = 93%

245
198
236

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

Portions of RGB colors in percentages

R + G + B = 245 + 198 + 236 = 679 (100%)
R 245 of 679 ~ 36.08%
G 198 of 679 ~ 29.16%
B 236 of 679 ~ 34.76'%

%36.08
%29.16
%34.76

CMYK color model

#F5C6EC color CMYK value is (0,19,4,4).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 3.67%
  • key color value is 3.92%

CMYK: (0,19,4,4)
C0M19Y4K4 (0%, 19%, 4%, 4%)
(0.00 / 0.19 / 0.04 / 0.04)

CMYK percentages

%0
%19.18
%3.67
%3.92

Codes

Color #F5C6EC in popluar color models

F5 C6 EC
RGB 245 198 236
HSL 311° 70.15% 86.86%
HSB/HSV 311° 19.18% 96.08%
CMYK 0.00% 19.18% 3.67%
3.92%

Color #F5C6EC in popluar number systems.

HEX F5 C6 EC
Decimal 245 198 236
Binary 11110101 11000110 11101100
Octal 365 306 354

Shades and tints

Shades of #F5C6EC

#F5C6EC
(245,198,236)
#DFB4D7
(223,180,215)
#C9A2C2
(201,162,194)
#B390AD
(179,144,173)
#9D7E98
(157,126,152)
#876C83
(135,108,131)
#715A6E
(113,90,110)
#5B4859
(91,72,89)
#453644
(69,54,68)
#2F242F
(47,36,47)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #F5C6EC

#F5C6EC
(245,198,236)
#F5CBED
(245,203,237)
#F5D0EE
(245,208,238)
#F5D5EF
(245,213,239)
#F5DAF0
(245,218,240)
#F5DFF1
(245,223,241)
#F5E4F2
(245,228,242)
#F5E9F3
(245,233,243)
#F5EEF4
(245,238,244)
#F5F3F5
(245,243,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C6EC color. Also use rgb(245,198,236) instead hex code.

Text Font Color

.myTextColor { color: #F5C6EC; }

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

This text font color is #F5C6EC.

Background Color

.myBgColor { background-color: #F5C6EC; }

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

This div background color is #F5C6EC.

Border color

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

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

This div border color is #F5C6EC.

Opacity

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

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

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

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

This text has shadow with #F5C6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C6EC.

Preview

Color preview on black background

This text has color #F5C6EC on black background.


Color preview on white background

This text has color #F5C6EC on white background.


Black color preview on #F5C6EC background

This text has black color on #F5C6EC background.


White color preview on #F5C6EC background

This text has white color on #F5C6EC background.


Related colors

Complementary color

Complementary color for #hex is #0A3913.


I love getcolorcode.com

Triadic colors

1 #ECF5C6 and #C6ECF5 with #F5C6EC are triadic colors.

2 #ECC6F5 and #C6F5EC with #F5C6EC are triadic colors.