COLOR #F6C9DB

HEX: #F6C9DB RGB: (246,201,219)

Color info

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

RGB color model

#F6C9DB color RGB value is (246,201,219).

RGB: (246,201,219) (96%, 79%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 219 of 255 = 86%

246
201
219

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

Portions of RGB colors in percentages

R + G + B = 246 + 201 + 219 = 666 (100%)
R 246 of 666 ~ 36.94%
G 201 of 666 ~ 30.18%
B 219 of 666 ~ 32.88'%

%36.94
%30.18
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 10.98%
  • 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
%10.98
%3.53

Codes

Color #F6C9DB in popluar color models

F6 C9 DB
RGB 246 201 219
HSL 336° 71.43% 87.65%
HSB/HSV 336° 18.29% 96.47%
CMYK 0.00% 18.29% 10.98%
3.53%

Color #F6C9DB in popluar number systems.

HEX F6 C9 DB
Decimal 246 201 219
Binary 11110110 11001001 11011011
Octal 366 311 333

Shades and tints

Shades of #F6C9DB

#F6C9DB
(246,201,219)
#E0B7C8
(224,183,200)
#CAA5B5
(202,165,181)
#B493A2
(180,147,162)
#9E818F
(158,129,143)
#886F7C
(136,111,124)
#725D69
(114,93,105)
#5C4B56
(92,75,86)
#463943
(70,57,67)
#302730
(48,39,48)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #F6C9DB

#F6C9DB
(246,201,219)
#F6CDDE
(246,205,222)
#F6D1E1
(246,209,225)
#F6D5E4
(246,213,228)
#F6D9E7
(246,217,231)
#F6DDEA
(246,221,234)
#F6E1ED
(246,225,237)
#F6E5F0
(246,229,240)
#F6E9F3
(246,233,243)
#F6EDF6
(246,237,246)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C9DB; }

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

This text font color is #F6C9DB.

Background Color

.myBgColor { background-color: #F6C9DB; }

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

This div background color is #F6C9DB.

Border color

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

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

This div border color is #F6C9DB.

Opacity

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

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

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

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

This text has shadow with #F6C9DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C9DB.

Preview

Color preview on black background

This text has color #F6C9DB on black background.


Color preview on white background

This text has color #F6C9DB on white background.


Black color preview on #F6C9DB background

This text has black color on #F6C9DB background.


White color preview on #F6C9DB background

This text has white color on #F6C9DB background.


Related colors

Complementary color

Complementary color for #hex is #093624.


I love getcolorcode.com

Triadic colors

1 #DBF6C9 and #C9DBF6 with #F6C9DB are triadic colors.

2 #DBC9F6 and #C9F6DB with #F6C9DB are triadic colors.