COLOR #F6C9E3

HEX: #F6C9E3
RGB: (246,201,227)

Color info

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

RGB color model

#F6C9E3 color RGB value is (246,201,227).

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

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 227 of 255 = 89%

246
201
227

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

Portions of RGB colors in percentages

R + G + B =
246 + 201 + 227 = 674 (100%)
R 246 of 674 ~ 36.5%
G 201 of 674 ~ 29.82%
B 227 of 674 ~ 33.68%

%36.5
%29.82
%33.68

CMYK color model

#F6C9E3 color CMYK value is (0,18,8,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 7.72%
  • key color value is 3.53%
CMYK:
(0,18,8,4)
C0M18Y8K4 
(0%,18%,8%,4%)
(0.00/0.18/0.08/0.04)	

CMYK percentages

%0
%18.29
%7.72
%3.53

Codes

Color #F6C9E3 in popluar color models

F6C9E3
RGB246201227
HSL325°71.43%87.65%
HSB/HSV325°18.29%96.47%
CMYK0.00%18.29%7.72%
3.53%

Color #F6C9E3 in popluar number systems.

HEXF6C9E3
Decimal246201227
Binary111101101100100111100011
Octal366311343

Shades and tints

Shades of #F6C9E3

#F6C9E3
(246,201,227)
#E0B7CF
(224,183,207)
#CAA5BB
(202,165,187)
#B493A7
(180,147,167)
#9E8193
(158,129,147)
#886F7F
(136,111,127)
#725D6B
(114,93,107)
#5C4B57
(92,75,87)
#463943
(70,57,67)
#30272F
(48,39,47)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #F6C9E3

#F6C9E3
(246,201,227)
#F6CDE5
(246,205,229)
#F6D1E7
(246,209,231)
#F6D5E9
(246,213,233)
#F6D9EB
(246,217,235)
#F6DDED
(246,221,237)
#F6E1EF
(246,225,239)
#F6E5F1
(246,229,241)
#F6E9F3
(246,233,243)
#F6EDF5
(246,237,245)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C9E3; }

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

This text font color is #F6C9E3.


Background Color

.myBgColor { background-color: #F6C9E3; }

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

This div background color is #F6C9E3.


Border color

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

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

This div border color is #F6C9E3.


Opacity

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

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

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

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

This text has shadow with #F6C9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C9E3 on black background.


Color preview on white background

This text has color #F6C9E3 on white background.



Black color preview on #F6C9E3 background

This text has black color on #F6C9E3 background.


White color preview on #F6C9E3 background

This text has white color on #F6C9E3 background.