COLOR #FFC6CE

HEX: #FFC6CE
RGB: (255,198,206)

Color info

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

RGB color model

#FFC6CE color RGB value is (255,198,206).

  • red value is 255;
  • green value is 198;
  • blue value is 206.
RGB:
(255,198,206)
(100%,78%,81%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 206 of 255 = 81%

255
198
206

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

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 206 = 659 (100%)
R 255 of 659 ~ 38.69%
G 198 of 659 ~ 30.05%
B 206 of 659 ~ 31.26%

%38.69
%30.05
%31.26

CMYK color model

#FFC6CE color CMYK value is (0,22,19,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(0,22,19,0)
C0M22Y19K0 
(0%,22%,19%,0%)
(0.00/0.22/0.19/0.00)	

CMYK percentages

%0
%22.35
%19.22
%0

Codes

Color #FFC6CE in popluar color models

FFC6CE
RGB255198206
HSL352°100.00%88.82%
HSB/HSV352°22.35%100.00%
CMYK0.00%22.35%19.22%
0.00%

Color #FFC6CE in popluar number systems.

HEXFFC6CE
Decimal255198206
Binary111111111100011011001110
Octal377306316

Shades and tints

Shades of #FFC6CE

#FFC6CE
(255,198,206)
#E8B4BC
(232,180,188)
#D1A2AA
(209,162,170)
#BA9098
(186,144,152)
#A37E86
(163,126,134)
#8C6C74
(140,108,116)
#755A62
(117,90,98)
#5E4850
(94,72,80)
#47363E
(71,54,62)
#30242C
(48,36,44)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #FFC6CE

#FFC6CE
(255,198,206)
#FFCBD2
(255,203,210)
#FFD0D6
(255,208,214)
#FFD5DA
(255,213,218)
#FFDADE
(255,218,222)
#FFDFE2
(255,223,226)
#FFE4E6
(255,228,230)
#FFE9EA
(255,233,234)
#FFEEEE
(255,238,238)
#FFF3F2
(255,243,242)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC6CE color. Also use rgb(255,198,206) instead hex code.

Text Font Color

.myTextColor { color: #FFC6CE; }

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

This text font color is #FFC6CE.


Background Color

.myBgColor { background-color: #FFC6CE; }

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

This div background color is #FFC6CE.


Border color

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

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

This div border color is #FFC6CE.


Opacity

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

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

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

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

This text has shadow with #FFC6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6CE on black background.


Color preview on white background

This text has color #FFC6CE on white background.



Black color preview on #FFC6CE background

This text has black color on #FFC6CE background.


White color preview on #FFC6CE background

This text has white color on #FFC6CE background.