COLOR #F6C5CE

HEX: #F6C5CE RGB: (246,197,206)

Color info

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

RGB color model

#F6C5CE color RGB value is (246,197,206).

RGB: (246,197,206) (96%, 77%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 197 of 255 = 77%
B 206 of 255 = 81%

246
197
206

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

Portions of RGB colors in percentages

R + G + B = 246 + 197 + 206 = 649 (100%)
R 246 of 649 ~ 37.9%
G 197 of 649 ~ 30.35%
B 206 of 649 ~ 31.74'%

%37.9
%30.35
%31.74

CMYK color model

#F6C5CE color CMYK value is (0,20,16,4).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 16.26%
  • key color value is 3.53%

CMYK: (0,20,16,4)
C0M20Y16K4 (0%, 20%, 16%, 4%)
(0.00 / 0.20 / 0.16 / 0.04)

CMYK percentages

%0
%19.92
%16.26
%3.53

Codes

Color #F6C5CE in popluar color models

F6 C5 CE
RGB 246 197 206
HSL 349° 73.13% 86.86%
HSB/HSV 349° 19.92% 96.47%
CMYK 0.00% 19.92% 16.26%
3.53%

Color #F6C5CE in popluar number systems.

HEX F6 C5 CE
Decimal 246 197 206
Binary 11110110 11000101 11001110
Octal 366 305 316

Shades and tints

Shades of #F6C5CE

#F6C5CE
(246,197,206)
#E0B4BC
(224,180,188)
#CAA3AA
(202,163,170)
#B49298
(180,146,152)
#9E8186
(158,129,134)
#887074
(136,112,116)
#725F62
(114,95,98)
#5C4E50
(92,78,80)
#463D3E
(70,61,62)
#302C2C
(48,44,44)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #F6C5CE

#F6C5CE
(246,197,206)
#F6CAD2
(246,202,210)
#F6CFD6
(246,207,214)
#F6D4DA
(246,212,218)
#F6D9DE
(246,217,222)
#F6DEE2
(246,222,226)
#F6E3E6
(246,227,230)
#F6E8EA
(246,232,234)
#F6EDEE
(246,237,238)
#F6F2F2
(246,242,242)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C5CE color. Also use rgb(246,197,206) instead hex code.

Text Font Color

.myTextColor { color: #F6C5CE; }

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

This text font color is #F6C5CE.

Background Color

.myBgColor { background-color: #F6C5CE; }

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

This div background color is #F6C5CE.

Border color

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

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

This div border color is #F6C5CE.

Opacity

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

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

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

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

This text has shadow with #F6C5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C5CE.

Preview

Color preview on black background

This text has color #F6C5CE on black background.


Color preview on white background

This text has color #F6C5CE on white background.


Black color preview on #F6C5CE background

This text has black color on #F6C5CE background.


White color preview on #F6C5CE background

This text has white color on #F6C5CE background.


Related colors

Complementary color

Complementary color for #hex is #093A31.


I love getcolorcode.com

Triadic colors

1 #CEF6C5 and #C5CEF6 with #F6C5CE are triadic colors.

2 #CEC5F6 and #C5F6CE with #F6C5CE are triadic colors.