COLOR #FDC7C8

HEX: #FDC7C8
RGB: (253,199,200)

Color info

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

RGB color model

#FDC7C8 color RGB value is (253,199,200).

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

RGB channels and saturation

R 253 of 255 = 99%
G 199 of 255 = 78%
B 200 of 255 = 78%

253
199
200

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

Portions of RGB colors in percentages

R + G + B =
253 + 199 + 200 = 652 (100%)
R 253 of 652 ~ 38.8%
G 199 of 652 ~ 30.52%
B 200 of 652 ~ 30.67%

%38.8
%30.52
%30.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(0,21,21,1)
C0M21Y21K1 
(0%,21%,21%,1%)
(0.00/0.21/0.21/0.01)	

CMYK percentages

%0
%21.34
%20.95
%0.78

Codes

Color #FDC7C8 in popluar color models

FDC7C8
RGB253199200
HSL359°93.10%88.63%
HSB/HSV359°21.34%99.22%
CMYK0.00%21.34%20.95%
0.78%

Color #FDC7C8 in popluar number systems.

HEXFDC7C8
Decimal253199200
Binary111111011100011111001000
Octal375307310

Shades and tints

Shades of #FDC7C8

#FDC7C8
(253,199,200)
#E6B5B6
(230,181,182)
#CFA3A4
(207,163,164)
#B89192
(184,145,146)
#A17F80
(161,127,128)
#8A6D6E
(138,109,110)
#735B5C
(115,91,92)
#5C494A
(92,73,74)
#453738
(69,55,56)
#2E2526
(46,37,38)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #FDC7C8

#FDC7C8
(253,199,200)
#FDCCCD
(253,204,205)
#FDD1D2
(253,209,210)
#FDD6D7
(253,214,215)
#FDDBDC
(253,219,220)
#FDE0E1
(253,224,225)
#FDE5E6
(253,229,230)
#FDEAEB
(253,234,235)
#FDEFF0
(253,239,240)
#FDF4F5
(253,244,245)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC7C8; }

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

This text font color is #FDC7C8.


Background Color

.myBgColor { background-color: #FDC7C8; }

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

This div background color is #FDC7C8.


Border color

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

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

This div border color is #FDC7C8.


Opacity

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

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

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

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

This text has shadow with #FDC7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC7C8 on black background.


Color preview on white background

This text has color #FDC7C8 on white background.



Black color preview on #FDC7C8 background

This text has black color on #FDC7C8 background.


White color preview on #FDC7C8 background

This text has white color on #FDC7C8 background.