COLOR #F6CFDC

HEX: #F6CFDC
RGB: (246,207,220)

Color info

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

RGB color model

#F6CFDC color RGB value is (246,207,220).

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

RGB channels and saturation

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

246
207
220

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

Portions of RGB colors in percentages

R + G + B =
246 + 207 + 220 = 673 (100%)
R 246 of 673 ~ 36.55%
G 207 of 673 ~ 30.76%
B 220 of 673 ~ 32.69%

%36.55
%30.76
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 10.57%
  • 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.57
%3.53

Codes

Color #F6CFDC in popluar color models

F6CFDC
RGB246207220
HSL340°68.42%88.82%
HSB/HSV340°15.85%96.47%
CMYK0.00%15.85%10.57%
3.53%

Color #F6CFDC in popluar number systems.

HEXF6CFDC
Decimal246207220
Binary111101101100111111011100
Octal366317334

Shades and tints

Shades of #F6CFDC

#F6CFDC
(246,207,220)
#E0BDC8
(224,189,200)
#CAABB4
(202,171,180)
#B499A0
(180,153,160)
#9E878C
(158,135,140)
#887578
(136,117,120)
#726364
(114,99,100)
#5C5150
(92,81,80)
#463F3C
(70,63,60)
#302D28
(48,45,40)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #F6CFDC

#F6CFDC
(246,207,220)
#F6D3DF
(246,211,223)
#F6D7E2
(246,215,226)
#F6DBE5
(246,219,229)
#F6DFE8
(246,223,232)
#F6E3EB
(246,227,235)
#F6E7EE
(246,231,238)
#F6EBF1
(246,235,241)
#F6EFF4
(246,239,244)
#F6F3F7
(246,243,247)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CFDC; }

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

This text font color is #F6CFDC.


Background Color

.myBgColor { background-color: #F6CFDC; }

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

This div background color is #F6CFDC.


Border color

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

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

This div border color is #F6CFDC.


Opacity

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

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

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

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

This text has shadow with #F6CFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CFDC on black background.


Color preview on white background

This text has color #F6CFDC on white background.



Black color preview on #F6CFDC background

This text has black color on #F6CFDC background.


White color preview on #F6CFDC background

This text has white color on #F6CFDC background.