COLOR #FFC9CD

HEX: #FFC9CD
RGB: (255,201,205)

Color info

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

RGB color model

#FFC9CD color RGB value is (255,201,205).

  • red value is 255;
  • green value is 201;
  • blue value is 205.
RGB:
(255,201,205)
(100%,79%,80%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 205 of 255 = 80%

255
201
205

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

Portions of RGB colors in percentages

R + G + B =
255 + 201 + 205 = 661 (100%)
R 255 of 661 ~ 38.58%
G 201 of 661 ~ 30.41%
B 205 of 661 ~ 31.01%

%38.58
%30.41
%31.01

CMYK color model

#FFC9CD color CMYK value is (0,21,20,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 19.61%
  • key color value is 0.00%
CMYK:
(0,21,20,0)
C0M21Y20K0 
(0%,21%,20%,0%)
(0.00/0.21/0.20/0.00)	

CMYK percentages

%0
%21.18
%19.61
%0

Codes

Color #FFC9CD in popluar color models

FFC9CD
RGB255201205
HSL356°100.00%89.41%
HSB/HSV356°21.18%100.00%
CMYK0.00%21.18%19.61%
0.00%

Color #FFC9CD in popluar number systems.

HEXFFC9CD
Decimal255201205
Binary111111111100100111001101
Octal377311315

Shades and tints

Shades of #FFC9CD

#FFC9CD
(255,201,205)
#E8B7BB
(232,183,187)
#D1A5A9
(209,165,169)
#BA9397
(186,147,151)
#A38185
(163,129,133)
#8C6F73
(140,111,115)
#755D61
(117,93,97)
#5E4B4F
(94,75,79)
#47393D
(71,57,61)
#30272B
(48,39,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #FFC9CD

#FFC9CD
(255,201,205)
#FFCDD1
(255,205,209)
#FFD1D5
(255,209,213)
#FFD5D9
(255,213,217)
#FFD9DD
(255,217,221)
#FFDDE1
(255,221,225)
#FFE1E5
(255,225,229)
#FFE5E9
(255,229,233)
#FFE9ED
(255,233,237)
#FFEDF1
(255,237,241)
#FFF1F5
(255,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC9CD color. Also use rgb(255,201,205) instead hex code.

Text Font Color

.myTextColor { color: #FFC9CD; }

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

This text font color is #FFC9CD.


Background Color

.myBgColor { background-color: #FFC9CD; }

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

This div background color is #FFC9CD.


Border color

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

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

This div border color is #FFC9CD.


Opacity

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

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

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

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

This text has shadow with #FFC9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC9CD on black background.


Color preview on white background

This text has color #FFC9CD on white background.



Black color preview on #FFC9CD background

This text has black color on #FFC9CD background.


White color preview on #FFC9CD background

This text has white color on #FFC9CD background.