COLOR #FDCFDD

HEX: #FDCFDD
RGB: (253,207,221)

Color info

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

RGB color model

#FDCFDD color RGB value is (253,207,221).

  • red value is 253;
  • green value is 207;
  • blue value is 221.
RGB:
(253,207,221)
(99%,81%,87%)

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 221 of 255 = 87%

253
207
221

R + G + B ~ 89%. #FDCFDD is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 221 = 681 (100%)
R 253 of 681 ~ 37.15%
G 207 of 681 ~ 30.4%
B 221 of 681 ~ 32.45%

%37.15
%30.4
%32.45

CMYK color model

#FDCFDD color CMYK value is (0,18,13,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 12.65%
  • key color value is 0.78%
CMYK:
(0,18,13,1)
C0M18Y13K1 
(0%,18%,13%,1%)
(0.00/0.18/0.13/0.01)	

CMYK percentages

%0
%18.18
%12.65
%0.78

Codes

Color #FDCFDD in popluar color models

FDCFDD
RGB253207221
HSL342°92.00%90.20%
HSB/HSV342°18.18%99.22%
CMYK0.00%18.18%12.65%
0.78%

Color #FDCFDD in popluar number systems.

HEXFDCFDD
Decimal253207221
Binary111111011100111111011101
Octal375317335

Shades and tints

Shades of #FDCFDD

#FDCFDD
(253,207,221)
#E6BDC9
(230,189,201)
#CFABB5
(207,171,181)
#B899A1
(184,153,161)
#A1878D
(161,135,141)
#8A7579
(138,117,121)
#736365
(115,99,101)
#5C5151
(92,81,81)
#453F3D
(69,63,61)
#2E2D29
(46,45,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #FDCFDD

#FDCFDD
(253,207,221)
#FDD3E0
(253,211,224)
#FDD7E3
(253,215,227)
#FDDBE6
(253,219,230)
#FDDFE9
(253,223,233)
#FDE3EC
(253,227,236)
#FDE7EF
(253,231,239)
#FDEBF2
(253,235,242)
#FDEFF5
(253,239,245)
#FDF3F8
(253,243,248)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCFDD color. Also use rgb(253,207,221) instead hex code.

Text Font Color

.myTextColor { color: #FDCFDD; }

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

This text font color is #FDCFDD.


Background Color

.myBgColor { background-color: #FDCFDD; }

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

This div background color is #FDCFDD.


Border color

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

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

This div border color is #FDCFDD.


Opacity

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

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

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

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

This text has shadow with #FDCFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCFDD on black background.


Color preview on white background

This text has color #FDCFDD on white background.



Black color preview on #FDCFDD background

This text has black color on #FDCFDD background.


White color preview on #FDCFDD background

This text has white color on #FDCFDD background.