COLOR #F6CDCF

HEX: #F6CDCF RGB: (246,205,207)

Color info

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

RGB color model

#F6CDCF color RGB value is (246,205,207).

RGB: (246,205,207) (96%, 80%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 207 of 255 = 81%

246
205
207

R + G + B ~ 86%. #F6CDCF is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 205 + 207 = 658 (100%)
R 246 of 658 ~ 37.39%
G 205 of 658 ~ 31.16%
B 207 of 658 ~ 31.46'%

%37.39
%31.16
%31.46

CMYK color model

#F6CDCF color CMYK value is (0,17,16,4).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 15.85%
  • key color value is 3.53%

CMYK: (0,17,16,4)
C0M17Y16K4 (0%, 17%, 16%, 4%)
(0.00 / 0.17 / 0.16 / 0.04)

CMYK percentages

%0
%16.67
%15.85
%3.53

Codes

Color #F6CDCF in popluar color models

F6 CD CF
RGB 246 205 207
HSL 357° 69.49% 88.43%
HSB/HSV 357° 16.67% 96.47%
CMYK 0.00% 16.67% 15.85%
3.53%

Color #F6CDCF in popluar number systems.

HEX F6 CD CF
Decimal 246 205 207
Binary 11110110 11001101 11001111
Octal 366 315 317

Shades and tints

Shades of #F6CDCF

#F6CDCF
(246,205,207)
#E0BBBD
(224,187,189)
#CAA9AB
(202,169,171)
#B49799
(180,151,153)
#9E8587
(158,133,135)
#887375
(136,115,117)
#726163
(114,97,99)
#5C4F51
(92,79,81)
#463D3F
(70,61,63)
#302B2D
(48,43,45)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #F6CDCF

#F6CDCF
(246,205,207)
#F6D1D3
(246,209,211)
#F6D5D7
(246,213,215)
#F6D9DB
(246,217,219)
#F6DDDF
(246,221,223)
#F6E1E3
(246,225,227)
#F6E5E7
(246,229,231)
#F6E9EB
(246,233,235)
#F6EDEF
(246,237,239)
#F6F1F3
(246,241,243)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDCF; }

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

This text font color is #F6CDCF.

Background Color

.myBgColor { background-color: #F6CDCF; }

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

This div background color is #F6CDCF.

Border color

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

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

This div border color is #F6CDCF.

Opacity

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

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

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

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

This text has shadow with #F6CDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CDCF.

Preview

Color preview on black background

This text has color #F6CDCF on black background.


Color preview on white background

This text has color #F6CDCF on white background.


Black color preview on #F6CDCF background

This text has black color on #F6CDCF background.


White color preview on #F6CDCF background

This text has white color on #F6CDCF background.


Related colors

Complementary color

Complementary color for #hex is #093230.


I love getcolorcode.com

Triadic colors

1 #CFF6CD and #CDCFF6 with #F6CDCF are triadic colors.

2 #CFCDF6 and #CDF6CF with #F6CDCF are triadic colors.