COLOR #FDC3C0

HEX: #FDC3C0
RGB: (253,195,192)

Color info

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

RGB color model

#FDC3C0 color RGB value is (253,195,192).

  • red value is 253;
  • green value is 195;
  • blue value is 192.
RGB:
(253,195,192)
(99%,76%,75%)

RGB channels and saturation

R 253 of 255 = 99%
G 195 of 255 = 76%
B 192 of 255 = 75%

253
195
192

R + G + B ~ 83%. #FDC3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 195 + 192 = 640 (100%)
R 253 of 640 ~ 39.53%
G 195 of 640 ~ 30.47%
B 192 of 640 ~ 30%

%39.53
%30.47
%30

CMYK color model

#FDC3C0 color CMYK value is (0,23,24,1).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 24.11%
  • key color value is 0.78%
CMYK:
(0,23,24,1)
C0M23Y24K1 
(0%,23%,24%,1%)
(0.00/0.23/0.24/0.01)	

CMYK percentages

%0
%22.92
%24.11
%0.78

Codes

Color #FDC3C0 in popluar color models

FDC3C0
RGB253195192
HSL93.85%87.25%
HSB/HSV24.11%99.22%
CMYK0.00%22.92%24.11%
0.78%

Color #FDC3C0 in popluar number systems.

HEXFDC3C0
Decimal253195192
Binary111111011100001111000000
Octal375303300

Shades and tints

Shades of #FDC3C0

#FDC3C0
(253,195,192)
#E6B2AF
(230,178,175)
#CFA19E
(207,161,158)
#B8908D
(184,144,141)
#A17F7C
(161,127,124)
#8A6E6B
(138,110,107)
#735D5A
(115,93,90)
#5C4C49
(92,76,73)
#453B38
(69,59,56)
#2E2A27
(46,42,39)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #FDC3C0

#FDC3C0
(253,195,192)
#FDC8C5
(253,200,197)
#FDCDCA
(253,205,202)
#FDD2CF
(253,210,207)
#FDD7D4
(253,215,212)
#FDDCD9
(253,220,217)
#FDE1DE
(253,225,222)
#FDE6E3
(253,230,227)
#FDEBE8
(253,235,232)
#FDF0ED
(253,240,237)
#FDF5F2
(253,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC3C0 color. Also use rgb(253,195,192) instead hex code.

Text Font Color

.myTextColor { color: #FDC3C0; }

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

This text font color is #FDC3C0.


Background Color

.myBgColor { background-color: #FDC3C0; }

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

This div background color is #FDC3C0.


Border color

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

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

This div border color is #FDC3C0.


Opacity

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

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

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

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

This text has shadow with #FDC3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC3C0 on black background.


Color preview on white background

This text has color #FDC3C0 on white background.



Black color preview on #FDC3C0 background

This text has black color on #FDC3C0 background.


White color preview on #FDC3C0 background

This text has white color on #FDC3C0 background.