COLOR #FD9CE0

HEX: #FD9CE0
RGB: (253,156,224)

Color info

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

RGB color model

#FD9CE0 color RGB value is (253,156,224).

  • red value is 253;
  • green value is 156;
  • blue value is 224.
RGB:
(253,156,224)
(99%,61%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 224 of 255 = 88%

253
156
224

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

Portions of RGB colors in percentages

R + G + B =
253 + 156 + 224 = 633 (100%)
R 253 of 633 ~ 39.97%
G 156 of 633 ~ 24.64%
B 224 of 633 ~ 35.39%

%39.97
%24.64
%35.39

CMYK color model

#FD9CE0 color CMYK value is (0,38,11,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(0,38,11,1)
C0M38Y11K1 
(0%,38%,11%,1%)
(0.00/0.38/0.11/0.01)	

CMYK percentages

%0
%38.34
%11.46
%0.78

Codes

Color #FD9CE0 in popluar color models

FD9CE0
RGB253156224
HSL318°96.04%80.20%
HSB/HSV318°38.34%99.22%
CMYK0.00%38.34%11.46%
0.78%

Color #FD9CE0 in popluar number systems.

HEXFD9CE0
Decimal253156224
Binary111111011001110011100000
Octal375234340

Shades and tints

Shades of #FD9CE0

#FD9CE0
(253,156,224)
#E68ECC
(230,142,204)
#CF80B8
(207,128,184)
#B872A4
(184,114,164)
#A16490
(161,100,144)
#8A567C
(138,86,124)
#734868
(115,72,104)
#5C3A54
(92,58,84)
#452C40
(69,44,64)
#2E1E2C
(46,30,44)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #FD9CE0

#FD9CE0
(253,156,224)
#FDA5E2
(253,165,226)
#FDAEE4
(253,174,228)
#FDB7E6
(253,183,230)
#FDC0E8
(253,192,232)
#FDC9EA
(253,201,234)
#FDD2EC
(253,210,236)
#FDDBEE
(253,219,238)
#FDE4F0
(253,228,240)
#FDEDF2
(253,237,242)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD9CE0; }

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

This text font color is #FD9CE0.


Background Color

.myBgColor { background-color: #FD9CE0; }

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

This div background color is #FD9CE0.


Border color

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

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

This div border color is #FD9CE0.


Opacity

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

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

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

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

This text has shadow with #FD9CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9CE0 on black background.


Color preview on white background

This text has color #FD9CE0 on white background.



Black color preview on #FD9CE0 background

This text has black color on #FD9CE0 background.


White color preview on #FD9CE0 background

This text has white color on #FD9CE0 background.