COLOR #FFCDD9

HEX: #FFCDD9
RGB: (255,205,217)

Color info

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

RGB color model

#FFCDD9 color RGB value is (255,205,217).

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

RGB channels and saturation

R 255 of 255 = 100%
G 205 of 255 = 80%
B 217 of 255 = 85%

255
205
217

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

Portions of RGB colors in percentages

R + G + B =
255 + 205 + 217 = 677 (100%)
R 255 of 677 ~ 37.67%
G 205 of 677 ~ 30.28%
B 217 of 677 ~ 32.05%

%37.67
%30.28
%32.05

CMYK color model

#FFCDD9 color CMYK value is (0,20,15,0).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(0,20,15,0)
C0M20Y15K0 
(0%,20%,15%,0%)
(0.00/0.20/0.15/0.00)	

CMYK percentages

%0
%19.61
%14.9
%0

Codes

Color #FFCDD9 in popluar color models

FFCDD9
RGB255205217
HSL346°100.00%90.20%
HSB/HSV346°19.61%100.00%
CMYK0.00%19.61%14.90%
0.00%

Color #FFCDD9 in popluar number systems.

HEXFFCDD9
Decimal255205217
Binary111111111100110111011001
Octal377315331

Shades and tints

Shades of #FFCDD9

#FFCDD9
(255,205,217)
#E8BBC6
(232,187,198)
#D1A9B3
(209,169,179)
#BA97A0
(186,151,160)
#A3858D
(163,133,141)
#8C737A
(140,115,122)
#756167
(117,97,103)
#5E4F54
(94,79,84)
#473D41
(71,61,65)
#302B2E
(48,43,46)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #FFCDD9

#FFCDD9
(255,205,217)
#FFD1DC
(255,209,220)
#FFD5DF
(255,213,223)
#FFD9E2
(255,217,226)
#FFDDE5
(255,221,229)
#FFE1E8
(255,225,232)
#FFE5EB
(255,229,235)
#FFE9EE
(255,233,238)
#FFEDF1
(255,237,241)
#FFF1F4
(255,241,244)
#FFF5F7
(255,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFCDD9; }

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

This text font color is #FFCDD9.


Background Color

.myBgColor { background-color: #FFCDD9; }

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

This div background color is #FFCDD9.


Border color

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

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

This div border color is #FFCDD9.


Opacity

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

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

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

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

This text has shadow with #FFCDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFCDD9 on black background.


Color preview on white background

This text has color #FFCDD9 on white background.



Black color preview on #FFCDD9 background

This text has black color on #FFCDD9 background.


White color preview on #FFCDD9 background

This text has white color on #FFCDD9 background.