COLOR #FFC3CB

HEX: #FFC3CB
RGB: (255,195,203)

Color info

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

RGB color model

#FFC3CB color RGB value is (255,195,203).

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

RGB channels and saturation

R 255 of 255 = 100%
G 195 of 255 = 76%
B 203 of 255 = 80%

255
195
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 195 + 203 = 653 (100%)
R 255 of 653 ~ 39.05%
G 195 of 653 ~ 29.86%
B 203 of 653 ~ 31.09%

%39.05
%29.86
%31.09

CMYK color model

#FFC3CB color CMYK value is (0,24,20,0).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,24,20,0)
C0M24Y20K0 
(0%,24%,20%,0%)
(0.00/0.24/0.20/0.00)	

CMYK percentages

%0
%23.53
%20.39
%0

Codes

Color #FFC3CB in popluar color models

FFC3CB
RGB255195203
HSL352°100.00%88.24%
HSB/HSV352°23.53%100.00%
CMYK0.00%23.53%20.39%
0.00%

Color #FFC3CB in popluar number systems.

HEXFFC3CB
Decimal255195203
Binary111111111100001111001011
Octal377303313

Shades and tints

Shades of #FFC3CB

#FFC3CB
(255,195,203)
#E8B2B9
(232,178,185)
#D1A1A7
(209,161,167)
#BA9095
(186,144,149)
#A37F83
(163,127,131)
#8C6E71
(140,110,113)
#755D5F
(117,93,95)
#5E4C4D
(94,76,77)
#473B3B
(71,59,59)
#302A29
(48,42,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #FFC3CB

#FFC3CB
(255,195,203)
#FFC8CF
(255,200,207)
#FFCDD3
(255,205,211)
#FFD2D7
(255,210,215)
#FFD7DB
(255,215,219)
#FFDCDF
(255,220,223)
#FFE1E3
(255,225,227)
#FFE6E7
(255,230,231)
#FFEBEB
(255,235,235)
#FFF0EF
(255,240,239)
#FFF5F3
(255,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC3CB; }

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

This text font color is #FFC3CB.


Background Color

.myBgColor { background-color: #FFC3CB; }

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

This div background color is #FFC3CB.


Border color

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

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

This div border color is #FFC3CB.


Opacity

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

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

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

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

This text has shadow with #FFC3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC3CB on black background.


Color preview on white background

This text has color #FFC3CB on white background.



Black color preview on #FFC3CB background

This text has black color on #FFC3CB background.


White color preview on #FFC3CB background

This text has white color on #FFC3CB background.