COLOR #FFC0CB

HEX: #FFC0CB
RGB: (255,192,203)

Color info

Color name is Pink. #FFC0CB contains mainly red and blue colors. Web safe color of #FFC0CB is #FFCCCC (or #FCC).

RGB color model

#FFC0CB color RGB value is (255,192,203).

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

RGB channels and saturation

R 255 of 255 = 100%
G 192 of 255 = 75%
B 203 of 255 = 80%

255
192
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 192 + 203 = 650 (100%)
R 255 of 650 ~ 39.23%
G 192 of 650 ~ 29.54%
B 203 of 650 ~ 31.23%

%39.23
%29.54
%31.23

CMYK color model

#FFC0CB color CMYK value is (0,25,20,0).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,25,20,0)
C0M25Y20K0 
(0%,25%,20%,0%)
(0.00/0.25/0.20/0.00)	

CMYK percentages

%0
%24.71
%20.39
%0

Codes

Color #FFC0CB in popluar color models

FFC0CB
RGB255192203
HSL350°100.00%87.65%
HSB/HSV350°24.71%100.00%
CMYK0.00%24.71%20.39%
0.00%

Color #FFC0CB in popluar number systems.

HEXFFC0CB
Decimal255192203
Binary111111111100000011001011
Octal377300313

Shades and tints

Shades of #FFC0CB

#FFC0CB
(255,192,203)
#E8AFB9
(232,175,185)
#D19EA7
(209,158,167)
#BA8D95
(186,141,149)
#A37C83
(163,124,131)
#8C6B71
(140,107,113)
#755A5F
(117,90,95)
#5E494D
(94,73,77)
#47383B
(71,56,59)
#302729
(48,39,41)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #FFC0CB

#FFC0CB
(255,192,203)
#FFC5CF
(255,197,207)
#FFCAD3
(255,202,211)
#FFCFD7
(255,207,215)
#FFD4DB
(255,212,219)
#FFD9DF
(255,217,223)
#FFDEE3
(255,222,227)
#FFE3E7
(255,227,231)
#FFE8EB
(255,232,235)
#FFEDEF
(255,237,239)
#FFF2F3
(255,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC0CB; }

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

This text font color is #FFC0CB.


Background Color

.myBgColor { background-color: #FFC0CB; }

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

This div background color is #FFC0CB.


Border color

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

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

This div border color is #FFC0CB.


Opacity

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

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

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

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

This text has shadow with #FFC0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC0CB on black background.


Color preview on white background

This text has color #FFC0CB on white background.



Black color preview on #FFC0CB background

This text has black color on #FFC0CB background.


White color preview on #FFC0CB background

This text has white color on #FFC0CB background.