COLOR #FDC9FA

HEX: #FDC9FA
RGB: (253,201,250)

Color info

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

RGB color model

#FDC9FA color RGB value is (253,201,250).

  • red value is 253;
  • green value is 201;
  • blue value is 250.
RGB:
(253,201,250)
(99%,79%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 201 of 255 = 79%
B 250 of 255 = 98%

253
201
250

R + G + B ~ 92%. #FDC9FA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 201 + 250 = 704 (100%)
R 253 of 704 ~ 35.94%
G 201 of 704 ~ 28.55%
B 250 of 704 ~ 35.51%

%35.94
%28.55
%35.51

CMYK color model

#FDC9FA color CMYK value is (0,21,1,1).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(0,21,1,1)
C0M21Y1K1 
(0%,21%,1%,1%)
(0.00/0.21/0.01/0.01)	

CMYK percentages

%0
%20.55
%1.19
%0.78

Codes

Color #FDC9FA in popluar color models

FDC9FA
RGB253201250
HSL303°92.86%89.02%
HSB/HSV303°20.55%99.22%
CMYK0.00%20.55%1.19%
0.78%

Color #FDC9FA in popluar number systems.

HEXFDC9FA
Decimal253201250
Binary111111011100100111111010
Octal375311372

Shades and tints

Shades of #FDC9FA

#FDC9FA
(253,201,250)
#E6B7E4
(230,183,228)
#CFA5CE
(207,165,206)
#B893B8
(184,147,184)
#A181A2
(161,129,162)
#8A6F8C
(138,111,140)
#735D76
(115,93,118)
#5C4B60
(92,75,96)
#45394A
(69,57,74)
#2E2734
(46,39,52)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #FDC9FA

#FDC9FA
(253,201,250)
#FDCDFA
(253,205,250)
#FDD1FA
(253,209,250)
#FDD5FA
(253,213,250)
#FDD9FA
(253,217,250)
#FDDDFA
(253,221,250)
#FDE1FA
(253,225,250)
#FDE5FA
(253,229,250)
#FDE9FA
(253,233,250)
#FDEDFA
(253,237,250)
#FDF1FA
(253,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC9FA color. Also use rgb(253,201,250) instead hex code.

Text Font Color

.myTextColor { color: #FDC9FA; }

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

This text font color is #FDC9FA.


Background Color

.myBgColor { background-color: #FDC9FA; }

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

This div background color is #FDC9FA.


Border color

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

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

This div border color is #FDC9FA.


Opacity

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

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

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

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

This text has shadow with #FDC9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC9FA on black background.


Color preview on white background

This text has color #FDC9FA on white background.



Black color preview on #FDC9FA background

This text has black color on #FDC9FA background.


White color preview on #FDC9FA background

This text has white color on #FDC9FA background.