COLOR #FD9CE4

HEX: #FD9CE4 RGB: (253,156,228)

Color info

#FD9CE4 contains mainly red and blue colors. Web safe color of #FD9CE4 is #FF99CC (or #F9C).

RGB color model

#FD9CE4 color RGB value is (253,156,228).

RGB: (253,156,228) (99%, 61%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 228 of 255 = 89%

253
156
228

R + G + B ~ 83%. #FD9CE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 156 + 228 = 637 (100%)
R 253 of 637 ~ 39.72%
G 156 of 637 ~ 24.49%
B 228 of 637 ~ 35.79'%

%39.72
%24.49
%35.79

CMYK color model

#FD9CE4 color CMYK value is (0,38,10,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 9.88%
  • key color value is 0.78%

CMYK: (0,38,10,1)
C0M38Y10K1 (0%, 38%, 10%, 1%)
(0.00 / 0.38 / 0.10 / 0.01)

CMYK percentages

%0
%38.34
%9.88
%0.78

Codes

Color #FD9CE4 in popluar color models

FD 9C E4
RGB 253 156 228
HSL 315° 96.04% 80.20%
HSB/HSV 315° 38.34% 99.22%
CMYK 0.00% 38.34% 9.88%
0.78%

Color #FD9CE4 in popluar number systems.

HEX FD 9C E4
Decimal 253 156 228
Binary 11111101 10011100 11100100
Octal 375 234 344

Shades and tints

Shades of #FD9CE4

#FD9CE4
(253,156,228)
#E68ED0
(230,142,208)
#CF80BC
(207,128,188)
#B872A8
(184,114,168)
#A16494
(161,100,148)
#8A5680
(138,86,128)
#73486C
(115,72,108)
#5C3A58
(92,58,88)
#452C44
(69,44,68)
#2E1E30
(46,30,48)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #FD9CE4

#FD9CE4
(253,156,228)
#FDA5E6
(253,165,230)
#FDAEE8
(253,174,232)
#FDB7EA
(253,183,234)
#FDC0EC
(253,192,236)
#FDC9EE
(253,201,238)
#FDD2F0
(253,210,240)
#FDDBF2
(253,219,242)
#FDE4F4
(253,228,244)
#FDEDF6
(253,237,246)
#FDF6F8
(253,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9CE4 color. Also use rgb(253,156,228) instead hex code.

Text Font Color

.myTextColor { color: #FD9CE4; }

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

This text font color is #FD9CE4.

Background Color

.myBgColor { background-color: #FD9CE4; }

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

This div background color is #FD9CE4.

Border color

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

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

This div border color is #FD9CE4.

Opacity

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

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

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

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

This text has shadow with #FD9CE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD9CE4.

Preview

Color preview on black background

This text has color #FD9CE4 on black background.


Color preview on white background

This text has color #FD9CE4 on white background.


Black color preview on #FD9CE4 background

This text has black color on #FD9CE4 background.


White color preview on #FD9CE4 background

This text has white color on #FD9CE4 background.


Related colors

Complementary color

Complementary color for #hex is #02631B.


I love getcolorcode.com

Triadic colors

1 #E4FD9C and #9CE4FD with #FD9CE4 are triadic colors.

2 #E49CFD and #9CFDE4 with #FD9CE4 are triadic colors.