COLOR #F6C0CD

HEX: #F6C0CD
RGB: (246,192,205)

Color info

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

RGB color model

#F6C0CD color RGB value is (246,192,205).

  • red value is 246;
  • green value is 192;
  • blue value is 205.
RGB:
(246,192,205)
(96%,75%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 205 of 255 = 80%

246
192
205

R + G + B ~ 84%. #F6C0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 192 + 205 = 643 (100%)
R 246 of 643 ~ 38.26%
G 192 of 643 ~ 29.86%
B 205 of 643 ~ 31.88%

%38.26
%29.86
%31.88

CMYK color model

#F6C0CD color CMYK value is (0,22,17,4).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,22,17,4)
C0M22Y17K4 
(0%,22%,17%,4%)
(0.00/0.22/0.17/0.04)	

CMYK percentages

%0
%21.95
%16.67
%3.53

Codes

Color #F6C0CD in popluar color models

F6C0CD
RGB246192205
HSL346°75.00%85.88%
HSB/HSV346°21.95%96.47%
CMYK0.00%21.95%16.67%
3.53%

Color #F6C0CD in popluar number systems.

HEXF6C0CD
Decimal246192205
Binary111101101100000011001101
Octal366300315

Shades and tints

Shades of #F6C0CD

#F6C0CD
(246,192,205)
#E0AFBB
(224,175,187)
#CA9EA9
(202,158,169)
#B48D97
(180,141,151)
#9E7C85
(158,124,133)
#886B73
(136,107,115)
#725A61
(114,90,97)
#5C494F
(92,73,79)
#46383D
(70,56,61)
#30272B
(48,39,43)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #F6C0CD

#F6C0CD
(246,192,205)
#F6C5D1
(246,197,209)
#F6CAD5
(246,202,213)
#F6CFD9
(246,207,217)
#F6D4DD
(246,212,221)
#F6D9E1
(246,217,225)
#F6DEE5
(246,222,229)
#F6E3E9
(246,227,233)
#F6E8ED
(246,232,237)
#F6EDF1
(246,237,241)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C0CD color. Also use rgb(246,192,205) instead hex code.

Text Font Color

.myTextColor { color: #F6C0CD; }

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

This text font color is #F6C0CD.


Background Color

.myBgColor { background-color: #F6C0CD; }

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

This div background color is #F6C0CD.


Border color

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

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

This div border color is #F6C0CD.


Opacity

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

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

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

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

This text has shadow with #F6C0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C0CD on black background.


Color preview on white background

This text has color #F6C0CD on white background.



Black color preview on #F6C0CD background

This text has black color on #F6C0CD background.


White color preview on #F6C0CD background

This text has white color on #F6C0CD background.