COLOR #FDCDC6

HEX: #FDCDC6
RGB: (253,205,198)

Color info

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

RGB color model

#FDCDC6 color RGB value is (253,205,198).

  • red value is 253;
  • green value is 205;
  • blue value is 198.
RGB:
(253,205,198)
(99%,80%,78%)

RGB channels and saturation

R 253 of 255 = 99%
G 205 of 255 = 80%
B 198 of 255 = 78%

253
205
198

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

Portions of RGB colors in percentages

R + G + B =
253 + 205 + 198 = 656 (100%)
R 253 of 656 ~ 38.57%
G 205 of 656 ~ 31.25%
B 198 of 656 ~ 30.18%

%38.57
%31.25
%30.18

CMYK color model

#FDCDC6 color CMYK value is (0,19,22,1).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 21.74%
  • key color value is 0.78%
CMYK:
(0,19,22,1)
C0M19Y22K1 
(0%,19%,22%,1%)
(0.00/0.19/0.22/0.01)	

CMYK percentages

%0
%18.97
%21.74
%0.78

Codes

Color #FDCDC6 in popluar color models

FDCDC6
RGB253205198
HSL93.22%88.43%
HSB/HSV21.74%99.22%
CMYK0.00%18.97%21.74%
0.78%

Color #FDCDC6 in popluar number systems.

HEXFDCDC6
Decimal253205198
Binary111111011100110111000110
Octal375315306

Shades and tints

Shades of #FDCDC6

#FDCDC6
(253,205,198)
#E6BBB4
(230,187,180)
#CFA9A2
(207,169,162)
#B89790
(184,151,144)
#A1857E
(161,133,126)
#8A736C
(138,115,108)
#73615A
(115,97,90)
#5C4F48
(92,79,72)
#453D36
(69,61,54)
#2E2B24
(46,43,36)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #FDCDC6

#FDCDC6
(253,205,198)
#FDD1CB
(253,209,203)
#FDD5D0
(253,213,208)
#FDD9D5
(253,217,213)
#FDDDDA
(253,221,218)
#FDE1DF
(253,225,223)
#FDE5E4
(253,229,228)
#FDE9E9
(253,233,233)
#FDEDEE
(253,237,238)
#FDF1F3
(253,241,243)
#FDF5F8
(253,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCDC6 color. Also use rgb(253,205,198) instead hex code.

Text Font Color

.myTextColor { color: #FDCDC6; }

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

This text font color is #FDCDC6.


Background Color

.myBgColor { background-color: #FDCDC6; }

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

This div background color is #FDCDC6.


Border color

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

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

This div border color is #FDCDC6.


Opacity

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

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

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

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

This text has shadow with #FDCDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCDC6 on black background.


Color preview on white background

This text has color #FDCDC6 on white background.



Black color preview on #FDCDC6 background

This text has black color on #FDCDC6 background.


White color preview on #FDCDC6 background

This text has white color on #FDCDC6 background.