COLOR #FDCFCA

HEX: #FDCFCA
RGB: (253,207,202)

Color info

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

RGB color model

#FDCFCA color RGB value is (253,207,202).

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

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 202 of 255 = 79%

253
207
202

R + G + B ~ 86%. #FDCFCA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 202 = 662 (100%)
R 253 of 662 ~ 38.22%
G 207 of 662 ~ 31.27%
B 202 of 662 ~ 30.51%

%38.22
%31.27
%30.51

CMYK color model

#FDCFCA color CMYK value is (0,18,20,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(0,18,20,1)
C0M18Y20K1 
(0%,18%,20%,1%)
(0.00/0.18/0.20/0.01)	

CMYK percentages

%0
%18.18
%20.16
%0.78

Codes

Color #FDCFCA in popluar color models

FDCFCA
RGB253207202
HSL92.73%89.22%
HSB/HSV20.16%99.22%
CMYK0.00%18.18%20.16%
0.78%

Color #FDCFCA in popluar number systems.

HEXFDCFCA
Decimal253207202
Binary111111011100111111001010
Octal375317312

Shades and tints

Shades of #FDCFCA

#FDCFCA
(253,207,202)
#E6BDB8
(230,189,184)
#CFABA6
(207,171,166)
#B89994
(184,153,148)
#A18782
(161,135,130)
#8A7570
(138,117,112)
#73635E
(115,99,94)
#5C514C
(92,81,76)
#453F3A
(69,63,58)
#2E2D28
(46,45,40)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #FDCFCA

#FDCFCA
(253,207,202)
#FDD3CE
(253,211,206)
#FDD7D2
(253,215,210)
#FDDBD6
(253,219,214)
#FDDFDA
(253,223,218)
#FDE3DE
(253,227,222)
#FDE7E2
(253,231,226)
#FDEBE6
(253,235,230)
#FDEFEA
(253,239,234)
#FDF3EE
(253,243,238)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCFCA; }

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

This text font color is #FDCFCA.


Background Color

.myBgColor { background-color: #FDCFCA; }

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

This div background color is #FDCFCA.


Border color

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

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

This div border color is #FDCFCA.


Opacity

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

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

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

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

This text has shadow with #FDCFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCFCA on black background.


Color preview on white background

This text has color #FDCFCA on white background.



Black color preview on #FDCFCA background

This text has black color on #FDCFCA background.


White color preview on #FDCFCA background

This text has white color on #FDCFCA background.