COLOR #F6CFDB

HEX: #F6CFDB
RGB: (246,207,219)

Color info

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

RGB color model

#F6CFDB color RGB value is (246,207,219).

  • red value is 246;
  • green value is 207;
  • blue value is 219.
RGB:
(246,207,219)
(96%,81%,86%)

RGB channels and saturation

R 246 of 255 = 96%
G 207 of 255 = 81%
B 219 of 255 = 86%

246
207
219

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

Portions of RGB colors in percentages

R + G + B =
246 + 207 + 219 = 672 (100%)
R 246 of 672 ~ 36.61%
G 207 of 672 ~ 30.8%
B 219 of 672 ~ 32.59%

%36.61
%30.8
%32.59

CMYK color model

#F6CFDB color CMYK value is (0,16,11,4).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 10.98%
  • key color value is 3.53%
CMYK:
(0,16,11,4)
C0M16Y11K4 
(0%,16%,11%,4%)
(0.00/0.16/0.11/0.04)	

CMYK percentages

%0
%15.85
%10.98
%3.53

Codes

Color #F6CFDB in popluar color models

F6CFDB
RGB246207219
HSL342°68.42%88.82%
HSB/HSV342°15.85%96.47%
CMYK0.00%15.85%10.98%
3.53%

Color #F6CFDB in popluar number systems.

HEXF6CFDB
Decimal246207219
Binary111101101100111111011011
Octal366317333

Shades and tints

Shades of #F6CFDB

#F6CFDB
(246,207,219)
#E0BDC8
(224,189,200)
#CAABB5
(202,171,181)
#B499A2
(180,153,162)
#9E878F
(158,135,143)
#88757C
(136,117,124)
#726369
(114,99,105)
#5C5156
(92,81,86)
#463F43
(70,63,67)
#302D30
(48,45,48)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #F6CFDB

#F6CFDB
(246,207,219)
#F6D3DE
(246,211,222)
#F6D7E1
(246,215,225)
#F6DBE4
(246,219,228)
#F6DFE7
(246,223,231)
#F6E3EA
(246,227,234)
#F6E7ED
(246,231,237)
#F6EBF0
(246,235,240)
#F6EFF3
(246,239,243)
#F6F3F6
(246,243,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CFDB; }

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

This text font color is #F6CFDB.


Background Color

.myBgColor { background-color: #F6CFDB; }

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

This div background color is #F6CFDB.


Border color

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

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

This div border color is #F6CFDB.


Opacity

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

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

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

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

This text has shadow with #F6CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CFDB on black background.


Color preview on white background

This text has color #F6CFDB on white background.



Black color preview on #F6CFDB background

This text has black color on #F6CFDB background.


White color preview on #F6CFDB background

This text has white color on #F6CFDB background.