COLOR #FFC9DA

HEX: #FFC9DA RGB: (255,201,218)

Color info

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

RGB color model

#FFC9DA color RGB value is (255,201,218).

RGB: (255,201,218) (100%, 79%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 201 of 255 = 79%
B 218 of 255 = 85%

255
201
218

R + G + B ~ 88%. #FFC9DA is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 201 + 218 = 674 (100%)
R 255 of 674 ~ 37.83%
G 201 of 674 ~ 29.82%
B 218 of 674 ~ 32.34'%

%37.83
%29.82
%32.34

CMYK color model

#FFC9DA color CMYK value is (0,21,15,0).

  • cyan value is 0.00%
  • magenta value is 21.18%
  • yellow value is 14.51%
  • key color value is 0.00%

CMYK: (0,21,15,0)
C0M21Y15K0 (0%, 21%, 15%, 0%)
(0.00 / 0.21 / 0.15 / 0.00)

CMYK percentages

%0
%21.18
%14.51
%0

Codes

Color #FFC9DA in popluar color models

FF C9 DA
RGB 255 201 218
HSL 341° 100.00% 89.41%
HSB/HSV 341° 21.18% 100.00%
CMYK 0.00% 21.18% 14.51%
0.00%

Color #FFC9DA in popluar number systems.

HEX FF C9 DA
Decimal 255 201 218
Binary 11111111 11001001 11011010
Octal 377 311 332

Shades and tints

Shades of #FFC9DA

#FFC9DA
(255,201,218)
#E8B7C7
(232,183,199)
#D1A5B4
(209,165,180)
#BA93A1
(186,147,161)
#A3818E
(163,129,142)
#8C6F7B
(140,111,123)
#755D68
(117,93,104)
#5E4B55
(94,75,85)
#473942
(71,57,66)
#30272F
(48,39,47)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #FFC9DA

#FFC9DA
(255,201,218)
#FFCDDD
(255,205,221)
#FFD1E0
(255,209,224)
#FFD5E3
(255,213,227)
#FFD9E6
(255,217,230)
#FFDDE9
(255,221,233)
#FFE1EC
(255,225,236)
#FFE5EF
(255,229,239)
#FFE9F2
(255,233,242)
#FFEDF5
(255,237,245)
#FFF1F8
(255,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC9DA; }

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

This text font color is #FFC9DA.

Background Color

.myBgColor { background-color: #FFC9DA; }

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

This div background color is #FFC9DA.

Border color

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

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

This div border color is #FFC9DA.

Opacity

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

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

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

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

This text has shadow with #FFC9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC9DA.

Preview

Color preview on black background

This text has color #FFC9DA on black background.


Color preview on white background

This text has color #FFC9DA on white background.


Black color preview on #FFC9DA background

This text has black color on #FFC9DA background.


White color preview on #FFC9DA background

This text has white color on #FFC9DA background.


Related colors

Complementary color

Complementary color for #hex is #003625.


I love getcolorcode.com

Triadic colors

1 #DAFFC9 and #C9DAFF with #FFC9DA are triadic colors.

2 #DAC9FF and #C9FFDA with #FFC9DA are triadic colors.