COLOR #FDC4EC

HEX: #FDC4EC RGB: (253,196,236)

Color info

#FDC4EC contains red, green and blue colors in about the same proportion. Web safe color of #FDC4EC is #FFCCFF (or #FCF).

RGB color model

#FDC4EC color RGB value is (253,196,236).

RGB: (253,196,236) (99%, 77%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 196 of 255 = 77%
B 236 of 255 = 93%

253
196
236

R + G + B ~ 90%. #FDC4EC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 196 + 236 = 685 (100%)
R 253 of 685 ~ 36.93%
G 196 of 685 ~ 28.61%
B 236 of 685 ~ 34.45'%

%36.93
%28.61
%34.45

CMYK color model

#FDC4EC color CMYK value is (0,23,7,1).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 6.72%
  • key color value is 0.78%

CMYK: (0,23,7,1)
C0M23Y7K1 (0%, 23%, 7%, 1%)
(0.00 / 0.23 / 0.07 / 0.01)

CMYK percentages

%0
%22.53
%6.72
%0.78

Codes

Color #FDC4EC in popluar color models

FD C4 EC
RGB 253 196 236
HSL 318° 93.44% 88.04%
HSB/HSV 318° 22.53% 99.22%
CMYK 0.00% 22.53% 6.72%
0.78%

Color #FDC4EC in popluar number systems.

HEX FD C4 EC
Decimal 253 196 236
Binary 11111101 11000100 11101100
Octal 375 304 354

Shades and tints

Shades of #FDC4EC

#FDC4EC
(253,196,236)
#E6B3D7
(230,179,215)
#CFA2C2
(207,162,194)
#B891AD
(184,145,173)
#A18098
(161,128,152)
#8A6F83
(138,111,131)
#735E6E
(115,94,110)
#5C4D59
(92,77,89)
#453C44
(69,60,68)
#2E2B2F
(46,43,47)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #FDC4EC

#FDC4EC
(253,196,236)
#FDC9ED
(253,201,237)
#FDCEEE
(253,206,238)
#FDD3EF
(253,211,239)
#FDD8F0
(253,216,240)
#FDDDF1
(253,221,241)
#FDE2F2
(253,226,242)
#FDE7F3
(253,231,243)
#FDECF4
(253,236,244)
#FDF1F5
(253,241,245)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC4EC color. Also use rgb(253,196,236) instead hex code.

Text Font Color

.myTextColor { color: #FDC4EC; }

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

This text font color is #FDC4EC.

Background Color

.myBgColor { background-color: #FDC4EC; }

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

This div background color is #FDC4EC.

Border color

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

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

This div border color is #FDC4EC.

Opacity

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

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

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

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

This text has shadow with #FDC4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC4EC.

Preview

Color preview on black background

This text has color #FDC4EC on black background.


Color preview on white background

This text has color #FDC4EC on white background.


Black color preview on #FDC4EC background

This text has black color on #FDC4EC background.


White color preview on #FDC4EC background

This text has white color on #FDC4EC background.


Related colors

Complementary color

Complementary color for #hex is #023B13.


I love getcolorcode.com

Triadic colors

1 #ECFDC4 and #C4ECFD with #FDC4EC are triadic colors.

2 #ECC4FD and #C4FDEC with #FDC4EC are triadic colors.