COLOR #FFC3CE

HEX: #FFC3CE
RGB: (255,195,206)

Color info

#FFC3CE contains mainly red and blue colors. Web safe color of #FFC3CE is #FFCCCC (or #FCC).

RGB color model

#FFC3CE color RGB value is (255,195,206).

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

RGB channels and saturation

R 255 of 255 = 100%
G 195 of 255 = 76%
B 206 of 255 = 81%

255
195
206

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

Portions of RGB colors in percentages

R + G + B =
255 + 195 + 206 = 656 (100%)
R 255 of 656 ~ 38.87%
G 195 of 656 ~ 29.73%
B 206 of 656 ~ 31.4%

%38.87
%29.73
%31.4

CMYK color model

#FFC3CE color CMYK value is (0,24,19,0).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(0,24,19,0)
C0M24Y19K0 
(0%,24%,19%,0%)
(0.00/0.24/0.19/0.00)	

CMYK percentages

%0
%23.53
%19.22
%0

Codes

Color #FFC3CE in popluar color models

FFC3CE
RGB255195206
HSL349°100.00%88.24%
HSB/HSV349°23.53%100.00%
CMYK0.00%23.53%19.22%
0.00%

Color #FFC3CE in popluar number systems.

HEXFFC3CE
Decimal255195206
Binary111111111100001111001110
Octal377303316

Shades and tints

Shades of #FFC3CE

#FFC3CE
(255,195,206)
#E8B2BC
(232,178,188)
#D1A1AA
(209,161,170)
#BA9098
(186,144,152)
#A37F86
(163,127,134)
#8C6E74
(140,110,116)
#755D62
(117,93,98)
#5E4C50
(94,76,80)
#473B3E
(71,59,62)
#302A2C
(48,42,44)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #FFC3CE

#FFC3CE
(255,195,206)
#FFC8D2
(255,200,210)
#FFCDD6
(255,205,214)
#FFD2DA
(255,210,218)
#FFD7DE
(255,215,222)
#FFDCE2
(255,220,226)
#FFE1E6
(255,225,230)
#FFE6EA
(255,230,234)
#FFEBEE
(255,235,238)
#FFF0F2
(255,240,242)
#FFF5F6
(255,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC3CE; }

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

This text font color is #FFC3CE.


Background Color

.myBgColor { background-color: #FFC3CE; }

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

This div background color is #FFC3CE.


Border color

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

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

This div border color is #FFC3CE.


Opacity

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

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

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

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

This text has shadow with #FFC3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC3CE on black background.


Color preview on white background

This text has color #FFC3CE on white background.



Black color preview on #FFC3CE background

This text has black color on #FFC3CE background.


White color preview on #FFC3CE background

This text has white color on #FFC3CE background.