COLOR #FDC0C8

HEX: #FDC0C8
RGB: (253,192,200)

Color info

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

RGB color model

#FDC0C8 color RGB value is (253,192,200).

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

RGB channels and saturation

R 253 of 255 = 99%
G 192 of 255 = 75%
B 200 of 255 = 78%

253
192
200

R + G + B ~ 84%. #FDC0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 192 + 200 = 645 (100%)
R 253 of 645 ~ 39.22%
G 192 of 645 ~ 29.77%
B 200 of 645 ~ 31.01%

%39.22
%29.77
%31.01

CMYK color model

#FDC0C8 color CMYK value is (0,24,21,1).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(0,24,21,1)
C0M24Y21K1 
(0%,24%,21%,1%)
(0.00/0.24/0.21/0.01)	

CMYK percentages

%0
%24.11
%20.95
%0.78

Codes

Color #FDC0C8 in popluar color models

FDC0C8
RGB253192200
HSL352°93.85%87.25%
HSB/HSV352°24.11%99.22%
CMYK0.00%24.11%20.95%
0.78%

Color #FDC0C8 in popluar number systems.

HEXFDC0C8
Decimal253192200
Binary111111011100000011001000
Octal375300310

Shades and tints

Shades of #FDC0C8

#FDC0C8
(253,192,200)
#E6AFB6
(230,175,182)
#CF9EA4
(207,158,164)
#B88D92
(184,141,146)
#A17C80
(161,124,128)
#8A6B6E
(138,107,110)
#735A5C
(115,90,92)
#5C494A
(92,73,74)
#453838
(69,56,56)
#2E2726
(46,39,38)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDC0C8

#FDC0C8
(253,192,200)
#FDC5CD
(253,197,205)
#FDCAD2
(253,202,210)
#FDCFD7
(253,207,215)
#FDD4DC
(253,212,220)
#FDD9E1
(253,217,225)
#FDDEE6
(253,222,230)
#FDE3EB
(253,227,235)
#FDE8F0
(253,232,240)
#FDEDF5
(253,237,245)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC0C8; }

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

This text font color is #FDC0C8.


Background Color

.myBgColor { background-color: #FDC0C8; }

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

This div background color is #FDC0C8.


Border color

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

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

This div border color is #FDC0C8.


Opacity

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

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

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

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

This text has shadow with #FDC0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC0C8 on black background.


Color preview on white background

This text has color #FDC0C8 on white background.



Black color preview on #FDC0C8 background

This text has black color on #FDC0C8 background.


White color preview on #FDC0C8 background

This text has white color on #FDC0C8 background.