COLOR #FDCFDA

HEX: #FDCFDA
RGB: (253,207,218)

Color info

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

RGB color model

#FDCFDA color RGB value is (253,207,218).

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

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 218 of 255 = 85%

253
207
218

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

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 218 = 678 (100%)
R 253 of 678 ~ 37.32%
G 207 of 678 ~ 30.53%
B 218 of 678 ~ 32.15%

%37.32
%30.53
%32.15

CMYK color model

#FDCFDA color CMYK value is (0,18,14,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 13.83%
  • key color value is 0.78%
CMYK:
(0,18,14,1)
C0M18Y14K1 
(0%,18%,14%,1%)
(0.00/0.18/0.14/0.01)	

CMYK percentages

%0
%18.18
%13.83
%0.78

Codes

Color #FDCFDA in popluar color models

FDCFDA
RGB253207218
HSL346°92.00%90.20%
HSB/HSV346°18.18%99.22%
CMYK0.00%18.18%13.83%
0.78%

Color #FDCFDA in popluar number systems.

HEXFDCFDA
Decimal253207218
Binary111111011100111111011010
Octal375317332

Shades and tints

Shades of #FDCFDA

#FDCFDA
(253,207,218)
#E6BDC7
(230,189,199)
#CFABB4
(207,171,180)
#B899A1
(184,153,161)
#A1878E
(161,135,142)
#8A757B
(138,117,123)
#736368
(115,99,104)
#5C5155
(92,81,85)
#453F42
(69,63,66)
#2E2D2F
(46,45,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #FDCFDA

#FDCFDA
(253,207,218)
#FDD3DD
(253,211,221)
#FDD7E0
(253,215,224)
#FDDBE3
(253,219,227)
#FDDFE6
(253,223,230)
#FDE3E9
(253,227,233)
#FDE7EC
(253,231,236)
#FDEBEF
(253,235,239)
#FDEFF2
(253,239,242)
#FDF3F5
(253,243,245)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCFDA; }

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

This text font color is #FDCFDA.


Background Color

.myBgColor { background-color: #FDCFDA; }

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

This div background color is #FDCFDA.


Border color

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

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

This div border color is #FDCFDA.


Opacity

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

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

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

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

This text has shadow with #FDCFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCFDA on black background.


Color preview on white background

This text has color #FDCFDA on white background.



Black color preview on #FDCFDA background

This text has black color on #FDCFDA background.


White color preview on #FDCFDA background

This text has white color on #FDCFDA background.