COLOR #F6C9DA

HEX: #F6C9DA
RGB: (246,201,218)

Color info

#F6C9DA contains red, green and blue colors in about the same proportion. Web safe color of #F6C9DA is #FFCCCC (or #FCC).

RGB color model

#F6C9DA color RGB value is (246,201,218).

  • red value is 246;
  • green value is 201;
  • blue value is 218.
RGB:
(246,201,218)
(96%,79%,85%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 218 of 255 = 85%

246
201
218

R + G + B ~ 87%. #F6C9DA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 218 = 665 (100%)
R 246 of 665 ~ 36.99%
G 201 of 665 ~ 30.23%
B 218 of 665 ~ 32.78%

%36.99
%30.23
%32.78

CMYK color model

#F6C9DA color CMYK value is (0,18,11,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(0,18,11,4)
C0M18Y11K4 
(0%,18%,11%,4%)
(0.00/0.18/0.11/0.04)	

CMYK percentages

%0
%18.29
%11.38
%3.53

Codes

Color #F6C9DA in popluar color models

F6C9DA
RGB246201218
HSL337°71.43%87.65%
HSB/HSV337°18.29%96.47%
CMYK0.00%18.29%11.38%
3.53%

Color #F6C9DA in popluar number systems.

HEXF6C9DA
Decimal246201218
Binary111101101100100111011010
Octal366311332

Shades and tints

Shades of #F6C9DA

#F6C9DA
(246,201,218)
#E0B7C7
(224,183,199)
#CAA5B4
(202,165,180)
#B493A1
(180,147,161)
#9E818E
(158,129,142)
#886F7B
(136,111,123)
#725D68
(114,93,104)
#5C4B55
(92,75,85)
#463942
(70,57,66)
#30272F
(48,39,47)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #F6C9DA

#F6C9DA
(246,201,218)
#F6CDDD
(246,205,221)
#F6D1E0
(246,209,224)
#F6D5E3
(246,213,227)
#F6D9E6
(246,217,230)
#F6DDE9
(246,221,233)
#F6E1EC
(246,225,236)
#F6E5EF
(246,229,239)
#F6E9F2
(246,233,242)
#F6EDF5
(246,237,245)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C9DA color. Also use rgb(246,201,218) instead hex code.

Text Font Color

.myTextColor { color: #F6C9DA; }

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

This text font color is #F6C9DA.


Background Color

.myBgColor { background-color: #F6C9DA; }

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

This div background color is #F6C9DA.


Border color

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

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

This div border color is #F6C9DA.


Opacity

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

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

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

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

This text has shadow with #F6C9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C9DA on black background.


Color preview on white background

This text has color #F6C9DA on white background.



Black color preview on #F6C9DA background

This text has black color on #F6C9DA background.


White color preview on #F6C9DA background

This text has white color on #F6C9DA background.