COLOR #F6C6E9

HEX: #F6C6E9
RGB: (246,198,233)

Color info

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

RGB color model

#F6C6E9 color RGB value is (246,198,233).

  • red value is 246;
  • green value is 198;
  • blue value is 233.
RGB:
(246,198,233)
(96%,78%,91%)

RGB channels and saturation

R 246 of 255 = 96%
G 198 of 255 = 78%
B 233 of 255 = 91%

246
198
233

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

Portions of RGB colors in percentages

R + G + B =
246 + 198 + 233 = 677 (100%)
R 246 of 677 ~ 36.34%
G 198 of 677 ~ 29.25%
B 233 of 677 ~ 34.42%

%36.34
%29.25
%34.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 5.28%
  • key color value is 3.53%
CMYK:
(0,20,5,4)
C0M20Y5K4 
(0%,20%,5%,4%)
(0.00/0.20/0.05/0.04)	

CMYK percentages

%0
%19.51
%5.28
%3.53

Codes

Color #F6C6E9 in popluar color models

F6C6E9
RGB246198233
HSL316°72.73%87.06%
HSB/HSV316°19.51%96.47%
CMYK0.00%19.51%5.28%
3.53%

Color #F6C6E9 in popluar number systems.

HEXF6C6E9
Decimal246198233
Binary111101101100011011101001
Octal366306351

Shades and tints

Shades of #F6C6E9

#F6C6E9
(246,198,233)
#E0B4D4
(224,180,212)
#CAA2BF
(202,162,191)
#B490AA
(180,144,170)
#9E7E95
(158,126,149)
#886C80
(136,108,128)
#725A6B
(114,90,107)
#5C4856
(92,72,86)
#463641
(70,54,65)
#30242C
(48,36,44)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #F6C6E9

#F6C6E9
(246,198,233)
#F6CBEB
(246,203,235)
#F6D0ED
(246,208,237)
#F6D5EF
(246,213,239)
#F6DAF1
(246,218,241)
#F6DFF3
(246,223,243)
#F6E4F5
(246,228,245)
#F6E9F7
(246,233,247)
#F6EEF9
(246,238,249)
#F6F3FB
(246,243,251)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C6E9 color. Also use rgb(246,198,233) instead hex code.

Text Font Color

.myTextColor { color: #F6C6E9; }

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

This text font color is #F6C6E9.


Background Color

.myBgColor { background-color: #F6C6E9; }

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

This div background color is #F6C6E9.


Border color

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

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

This div border color is #F6C6E9.


Opacity

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

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

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

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

This text has shadow with #F6C6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6E9 on black background.


Color preview on white background

This text has color #F6C6E9 on white background.



Black color preview on #F6C6E9 background

This text has black color on #F6C6E9 background.


White color preview on #F6C6E9 background

This text has white color on #F6C6E9 background.