COLOR #F6C8DC

HEX: #F6C8DC
RGB: (246,200,220)

Color info

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

RGB color model

#F6C8DC color RGB value is (246,200,220).

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

RGB channels and saturation

R 246 of 255 = 96%
G 200 of 255 = 78%
B 220 of 255 = 86%

246
200
220

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

Portions of RGB colors in percentages

R + G + B =
246 + 200 + 220 = 666 (100%)
R 246 of 666 ~ 36.94%
G 200 of 666 ~ 30.03%
B 220 of 666 ~ 33.03%

%36.94
%30.03
%33.03

CMYK color model

#F6C8DC color CMYK value is (0,19,11,4).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(0,19,11,4)
C0M19Y11K4 
(0%,19%,11%,4%)
(0.00/0.19/0.11/0.04)	

CMYK percentages

%0
%18.7
%10.57
%3.53

Codes

Color #F6C8DC in popluar color models

F6C8DC
RGB246200220
HSL334°71.88%87.45%
HSB/HSV334°18.70%96.47%
CMYK0.00%18.70%10.57%
3.53%

Color #F6C8DC in popluar number systems.

HEXF6C8DC
Decimal246200220
Binary111101101100100011011100
Octal366310334

Shades and tints

Shades of #F6C8DC

#F6C8DC
(246,200,220)
#E0B6C8
(224,182,200)
#CAA4B4
(202,164,180)
#B492A0
(180,146,160)
#9E808C
(158,128,140)
#886E78
(136,110,120)
#725C64
(114,92,100)
#5C4A50
(92,74,80)
#46383C
(70,56,60)
#302628
(48,38,40)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #F6C8DC

#F6C8DC
(246,200,220)
#F6CDDF
(246,205,223)
#F6D2E2
(246,210,226)
#F6D7E5
(246,215,229)
#F6DCE8
(246,220,232)
#F6E1EB
(246,225,235)
#F6E6EE
(246,230,238)
#F6EBF1
(246,235,241)
#F6F0F4
(246,240,244)
#F6F5F7
(246,245,247)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C8DC; }

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

This text font color is #F6C8DC.


Background Color

.myBgColor { background-color: #F6C8DC; }

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

This div background color is #F6C8DC.


Border color

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

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

This div border color is #F6C8DC.


Opacity

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

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

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

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

This text has shadow with #F6C8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C8DC on black background.


Color preview on white background

This text has color #F6C8DC on white background.



Black color preview on #F6C8DC background

This text has black color on #F6C8DC background.


White color preview on #F6C8DC background

This text has white color on #F6C8DC background.