COLOR #FDCFC5

HEX: #FDCFC5
RGB: (253,207,197)

Color info

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

RGB color model

#FDCFC5 color RGB value is (253,207,197).

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

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 197 of 255 = 77%

253
207
197

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

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 197 = 657 (100%)
R 253 of 657 ~ 38.51%
G 207 of 657 ~ 31.51%
B 197 of 657 ~ 29.98%

%38.51
%31.51
%29.98

CMYK color model

#FDCFC5 color CMYK value is (0,18,22,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 22.13%
  • key color value is 0.78%
CMYK:
(0,18,22,1)
C0M18Y22K1 
(0%,18%,22%,1%)
(0.00/0.18/0.22/0.01)	

CMYK percentages

%0
%18.18
%22.13
%0.78

Codes

Color #FDCFC5 in popluar color models

FDCFC5
RGB253207197
HSL11°93.33%88.24%
HSB/HSV11°22.13%99.22%
CMYK0.00%18.18%22.13%
0.78%

Color #FDCFC5 in popluar number systems.

HEXFDCFC5
Decimal253207197
Binary111111011100111111000101
Octal375317305

Shades and tints

Shades of #FDCFC5

#FDCFC5
(253,207,197)
#E6BDB4
(230,189,180)
#CFABA3
(207,171,163)
#B89992
(184,153,146)
#A18781
(161,135,129)
#8A7570
(138,117,112)
#73635F
(115,99,95)
#5C514E
(92,81,78)
#453F3D
(69,63,61)
#2E2D2C
(46,45,44)
#171B1B
(23,27,27)
#000000
(0,0,0)

Tints of #FDCFC5

#FDCFC5
(253,207,197)
#FDD3CA
(253,211,202)
#FDD7CF
(253,215,207)
#FDDBD4
(253,219,212)
#FDDFD9
(253,223,217)
#FDE3DE
(253,227,222)
#FDE7E3
(253,231,227)
#FDEBE8
(253,235,232)
#FDEFED
(253,239,237)
#FDF3F2
(253,243,242)
#FDF7F7
(253,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCFC5; }

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

This text font color is #FDCFC5.


Background Color

.myBgColor { background-color: #FDCFC5; }

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

This div background color is #FDCFC5.


Border color

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

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

This div border color is #FDCFC5.


Opacity

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

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

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

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

This text has shadow with #FDCFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCFC5 on black background.


Color preview on white background

This text has color #FDCFC5 on white background.



Black color preview on #FDCFC5 background

This text has black color on #FDCFC5 background.


White color preview on #FDCFC5 background

This text has white color on #FDCFC5 background.