COLOR #FDC1CA

HEX: #FDC1CA
RGB: (253,193,202)

Color info

#FDC1CA contains mainly red and blue colors. Web safe color of #FDC1CA is #FFCCCC (or #FCC).

RGB color model

#FDC1CA color RGB value is (253,193,202).

  • red value is 253;
  • green value is 193;
  • blue value is 202.
RGB:
(253,193,202)
(99%,76%,79%)

RGB channels and saturation

R 253 of 255 = 99%
G 193 of 255 = 76%
B 202 of 255 = 79%

253
193
202

R + G + B ~ 85%. #FDC1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 193 + 202 = 648 (100%)
R 253 of 648 ~ 39.04%
G 193 of 648 ~ 29.78%
B 202 of 648 ~ 31.17%

%39.04
%29.78
%31.17

CMYK color model

#FDC1CA color CMYK value is (0,24,20,1).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(0,24,20,1)
C0M24Y20K1 
(0%,24%,20%,1%)
(0.00/0.24/0.20/0.01)	

CMYK percentages

%0
%23.72
%20.16
%0.78

Codes

Color #FDC1CA in popluar color models

FDC1CA
RGB253193202
HSL351°93.75%87.45%
HSB/HSV351°23.72%99.22%
CMYK0.00%23.72%20.16%
0.78%

Color #FDC1CA in popluar number systems.

HEXFDC1CA
Decimal253193202
Binary111111011100000111001010
Octal375301312

Shades and tints

Shades of #FDC1CA

#FDC1CA
(253,193,202)
#E6B0B8
(230,176,184)
#CF9FA6
(207,159,166)
#B88E94
(184,142,148)
#A17D82
(161,125,130)
#8A6C70
(138,108,112)
#735B5E
(115,91,94)
#5C4A4C
(92,74,76)
#45393A
(69,57,58)
#2E2828
(46,40,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #FDC1CA

#FDC1CA
(253,193,202)
#FDC6CE
(253,198,206)
#FDCBD2
(253,203,210)
#FDD0D6
(253,208,214)
#FDD5DA
(253,213,218)
#FDDADE
(253,218,222)
#FDDFE2
(253,223,226)
#FDE4E6
(253,228,230)
#FDE9EA
(253,233,234)
#FDEEEE
(253,238,238)
#FDF3F2
(253,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC1CA color. Also use rgb(253,193,202) instead hex code.

Text Font Color

.myTextColor { color: #FDC1CA; }

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

This text font color is #FDC1CA.


Background Color

.myBgColor { background-color: #FDC1CA; }

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

This div background color is #FDC1CA.


Border color

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

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

This div border color is #FDC1CA.


Opacity

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

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

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

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

This text has shadow with #FDC1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC1CA on black background.


Color preview on white background

This text has color #FDC1CA on white background.



Black color preview on #FDC1CA background

This text has black color on #FDC1CA background.


White color preview on #FDC1CA background

This text has white color on #FDC1CA background.