COLOR #FFC2CB

HEX: #FFC2CB
RGB: (255,194,203)

Color info

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

RGB color model

#FFC2CB color RGB value is (255,194,203).

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

RGB channels and saturation

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

255
194
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 194 + 203 = 652 (100%)
R 255 of 652 ~ 39.11%
G 194 of 652 ~ 29.75%
B 203 of 652 ~ 31.13%

%39.11
%29.75
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.92%
  • 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.92
%20.39
%0

Codes

Color #FFC2CB in popluar color models

FFC2CB
RGB255194203
HSL351°100.00%88.04%
HSB/HSV351°23.92%100.00%
CMYK0.00%23.92%20.39%
0.00%

Color #FFC2CB in popluar number systems.

HEXFFC2CB
Decimal255194203
Binary111111111100001011001011
Octal377302313

Shades and tints

Shades of #FFC2CB

#FFC2CB
(255,194,203)
#E8B1B9
(232,177,185)
#D1A0A7
(209,160,167)
#BA8F95
(186,143,149)
#A37E83
(163,126,131)
#8C6D71
(140,109,113)
#755C5F
(117,92,95)
#5E4B4D
(94,75,77)
#473A3B
(71,58,59)
#302929
(48,41,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #FFC2CB

#FFC2CB
(255,194,203)
#FFC7CF
(255,199,207)
#FFCCD3
(255,204,211)
#FFD1D7
(255,209,215)
#FFD6DB
(255,214,219)
#FFDBDF
(255,219,223)
#FFE0E3
(255,224,227)
#FFE5E7
(255,229,231)
#FFEAEB
(255,234,235)
#FFEFEF
(255,239,239)
#FFF4F3
(255,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC2CB; }

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

This text font color is #FFC2CB.


Background Color

.myBgColor { background-color: #FFC2CB; }

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

This div background color is #FFC2CB.


Border color

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

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

This div border color is #FFC2CB.


Opacity

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

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

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

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

This text has shadow with #FFC2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC2CB on black background.


Color preview on white background

This text has color #FFC2CB on white background.



Black color preview on #FFC2CB background

This text has black color on #FFC2CB background.


White color preview on #FFC2CB background

This text has white color on #FFC2CB background.