COLOR #FFC4CB

HEX: #FFC4CB
RGB: (255,196,203)

Color info

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

RGB color model

#FFC4CB color RGB value is (255,196,203).

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

RGB channels and saturation

R 255 of 255 = 100%
G 196 of 255 = 77%
B 203 of 255 = 80%

255
196
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 196 + 203 = 654 (100%)
R 255 of 654 ~ 38.99%
G 196 of 654 ~ 29.97%
B 203 of 654 ~ 31.04%

%38.99
%29.97
%31.04

CMYK color model

#FFC4CB color CMYK value is (0,23,20,0).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,23,20,0)
C0M23Y20K0 
(0%,23%,20%,0%)
(0.00/0.23/0.20/0.00)	

CMYK percentages

%0
%23.14
%20.39
%0

Codes

Color #FFC4CB in popluar color models

FFC4CB
RGB255196203
HSL353°100.00%88.43%
HSB/HSV353°23.14%100.00%
CMYK0.00%23.14%20.39%
0.00%

Color #FFC4CB in popluar number systems.

HEXFFC4CB
Decimal255196203
Binary111111111100010011001011
Octal377304313

Shades and tints

Shades of #FFC4CB

#FFC4CB
(255,196,203)
#E8B3B9
(232,179,185)
#D1A2A7
(209,162,167)
#BA9195
(186,145,149)
#A38083
(163,128,131)
#8C6F71
(140,111,113)
#755E5F
(117,94,95)
#5E4D4D
(94,77,77)
#473C3B
(71,60,59)
#302B29
(48,43,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #FFC4CB

#FFC4CB
(255,196,203)
#FFC9CF
(255,201,207)
#FFCED3
(255,206,211)
#FFD3D7
(255,211,215)
#FFD8DB
(255,216,219)
#FFDDDF
(255,221,223)
#FFE2E3
(255,226,227)
#FFE7E7
(255,231,231)
#FFECEB
(255,236,235)
#FFF1EF
(255,241,239)
#FFF6F3
(255,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC4CB; }

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

This text font color is #FFC4CB.


Background Color

.myBgColor { background-color: #FFC4CB; }

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

This div background color is #FFC4CB.


Border color

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

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

This div border color is #FFC4CB.


Opacity

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

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

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

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

This text has shadow with #FFC4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC4CB on black background.


Color preview on white background

This text has color #FFC4CB on white background.



Black color preview on #FFC4CB background

This text has black color on #FFC4CB background.


White color preview on #FFC4CB background

This text has white color on #FFC4CB background.