COLOR #FDCCDF

HEX: #FDCCDF RGB: (253,204,223)

Color info

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

RGB color model

#FDCCDF color RGB value is (253,204,223).

RGB: (253,204,223) (99%, 80%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 204 of 255 = 80%
B 223 of 255 = 87%

253
204
223

R + G + B ~ 89%. #FDCCDF is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 204 + 223 = 680 (100%)
R 253 of 680 ~ 37.21%
G 204 of 680 ~ 30%
B 223 of 680 ~ 32.79'%

%37.21
%30
%32.79

CMYK color model

#FDCCDF color CMYK value is (0,19,12,1).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 11.86%
  • key color value is 0.78%
CMYK: (0,19,12,1) C0M19Y12K1 (0%,19%,12%,1%) (0.00/0.19/0.12/0.01) 

CMYK percentages

%0
%19.37
%11.86
%0.78

Codes

Color #FDCCDF in popluar color models

FD CC DF
RGB 253 204 223
HSL 337° 92.45% 89.61%
HSB/HSV 337° 19.37% 99.22%
CMYK 0.00% 19.37% 11.86%
0.78%

Color #FDCCDF in popluar number systems.

HEX FD CC DF
Decimal 253 204 223
Binary 11111101 11001100 11011111
Octal 375 314 337

Shades and tints

Shades of #FDCCDF

#FDCCDF
(253,204,223)
#E6BACB
(230,186,203)
#CFA8B7
(207,168,183)
#B896A3
(184,150,163)
#A1848F
(161,132,143)
#8A727B
(138,114,123)
#736067
(115,96,103)
#5C4E53
(92,78,83)
#453C3F
(69,60,63)
#2E2A2B
(46,42,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDCCDF

#FDCCDF
(253,204,223)
#FDD0E1
(253,208,225)
#FDD4E3
(253,212,227)
#FDD8E5
(253,216,229)
#FDDCE7
(253,220,231)
#FDE0E9
(253,224,233)
#FDE4EB
(253,228,235)
#FDE8ED
(253,232,237)
#FDECEF
(253,236,239)
#FDF0F1
(253,240,241)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCCDF color. Also use rgb(253,204,223) instead hex code.

Text Font Color

.myTextColor { color: #FDCCDF; }

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

This text font color is #FDCCDF.

Background Color

.myBgColor { background-color: #FDCCDF; }

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

This div background color is #FDCCDF.

Border color

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

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

This div border color is #FDCCDF.

Opacity

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

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

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

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

This text has shadow with #FDCCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCCDF.

Preview

Color preview on black background

This text has color #FDCCDF on black background.


Color preview on white background

This text has color #FDCCDF on white background.


Black color preview on #FDCCDF background

This text has black color on #FDCCDF background.


White color preview on #FDCCDF background

This text has white color on #FDCCDF background.


Related colors

Complementary color

Complementary color for #hex is #023320.


I love getcolorcode.com

Triadic colors

1 #DFFDCC and #CCDFFD with #FDCCDF are triadic colors.

2 #DFCCFD and #CCFDDF with #FDCCDF are triadic colors.