COLOR #F6C9EE

HEX: #F6C9EE
RGB: (246,201,238)

Color info

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

RGB color model

#F6C9EE color RGB value is (246,201,238).

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

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 238 of 255 = 93%

246
201
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 238 = 685 (100%)
R 246 of 685 ~ 35.91%
G 201 of 685 ~ 29.34%
B 238 of 685 ~ 34.74%

%35.91
%29.34
%34.74

CMYK color model

#F6C9EE color CMYK value is (0,18,3,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,18,3,4)
C0M18Y3K4 
(0%,18%,3%,4%)
(0.00/0.18/0.03/0.04)	

CMYK percentages

%0
%18.29
%3.25
%3.53

Codes

Color #F6C9EE in popluar color models

F6C9EE
RGB246201238
HSL311°71.43%87.65%
HSB/HSV311°18.29%96.47%
CMYK0.00%18.29%3.25%
3.53%

Color #F6C9EE in popluar number systems.

HEXF6C9EE
Decimal246201238
Binary111101101100100111101110
Octal366311356

Shades and tints

Shades of #F6C9EE

#F6C9EE
(246,201,238)
#E0B7D9
(224,183,217)
#CAA5C4
(202,165,196)
#B493AF
(180,147,175)
#9E819A
(158,129,154)
#886F85
(136,111,133)
#725D70
(114,93,112)
#5C4B5B
(92,75,91)
#463946
(70,57,70)
#302731
(48,39,49)
#1A151C
(26,21,28)
#000000
(0,0,0)

Tints of #F6C9EE

#F6C9EE
(246,201,238)
#F6CDEF
(246,205,239)
#F6D1F0
(246,209,240)
#F6D5F1
(246,213,241)
#F6D9F2
(246,217,242)
#F6DDF3
(246,221,243)
#F6E1F4
(246,225,244)
#F6E5F5
(246,229,245)
#F6E9F6
(246,233,246)
#F6EDF7
(246,237,247)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C9EE; }

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

This text font color is #F6C9EE.


Background Color

.myBgColor { background-color: #F6C9EE; }

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

This div background color is #F6C9EE.


Border color

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

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

This div border color is #F6C9EE.


Opacity

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

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

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

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

This text has shadow with #F6C9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C9EE on black background.


Color preview on white background

This text has color #F6C9EE on white background.



Black color preview on #F6C9EE background

This text has black color on #F6C9EE background.


White color preview on #F6C9EE background

This text has white color on #F6C9EE background.