COLOR #F6CDCC

HEX: #F6CDCC RGB: (246,205,204)

Color info

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

RGB color model

#F6CDCC color RGB value is (246,205,204).

RGB: (246,205,204) (96%, 80%, 80%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 204 of 255 = 80%

246
205
204

R + G + B ~ 85%. #F6CDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 205 + 204 = 655 (100%)
R 246 of 655 ~ 37.56%
G 205 of 655 ~ 31.3%
B 204 of 655 ~ 31.15'%

%37.56
%31.3
%31.15

CMYK color model

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

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

CMYK: (0,17,17,4)
C0M17Y17K4 (0%, 17%, 17%, 4%)
(0.00 / 0.17 / 0.17 / 0.04)

CMYK percentages

%0
%16.67
%17.07
%3.53

Codes

Color #F6CDCC in popluar color models

F6 CD CC
RGB 246 205 204
HSL 70.00% 88.24%
HSB/HSV 17.07% 96.47%
CMYK 0.00% 16.67% 17.07%
3.53%

Color #F6CDCC in popluar number systems.

HEX F6 CD CC
Decimal 246 205 204
Binary 11110110 11001101 11001100
Octal 366 315 314

Shades and tints

Shades of #F6CDCC

#F6CDCC
(246,205,204)
#E0BBBA
(224,187,186)
#CAA9A8
(202,169,168)
#B49796
(180,151,150)
#9E8584
(158,133,132)
#887372
(136,115,114)
#726160
(114,97,96)
#5C4F4E
(92,79,78)
#463D3C
(70,61,60)
#302B2A
(48,43,42)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #F6CDCC

#F6CDCC
(246,205,204)
#F6D1D0
(246,209,208)
#F6D5D4
(246,213,212)
#F6D9D8
(246,217,216)
#F6DDDC
(246,221,220)
#F6E1E0
(246,225,224)
#F6E5E4
(246,229,228)
#F6E9E8
(246,233,232)
#F6EDEC
(246,237,236)
#F6F1F0
(246,241,240)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDCC; }

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

This text font color is #F6CDCC.

Background Color

.myBgColor { background-color: #F6CDCC; }

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

This div background color is #F6CDCC.

Border color

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

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

This div border color is #F6CDCC.

Opacity

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

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

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

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

This text has shadow with #F6CDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CDCC.

Preview

Color preview on black background

This text has color #F6CDCC on black background.


Color preview on white background

This text has color #F6CDCC on white background.


Black color preview on #F6CDCC background

This text has black color on #F6CDCC background.


White color preview on #F6CDCC background

This text has white color on #F6CDCC background.


Related colors

Complementary color

Complementary color for #hex is #093233.


I love getcolorcode.com

Triadic colors

1 #CCF6CD and #CDCCF6 with #F6CDCC are triadic colors.

2 #CCCDF6 and #CDF6CC with #F6CDCC are triadic colors.