COLOR #FD9CF9

HEX: #FD9CF9 RGB: (253,156,249)

Color info

#FD9CF9 contains mainly red and blue colors. Web safe color of #FD9CF9 is #FF99FF (or #F9F).

RGB color model

#FD9CF9 color RGB value is (253,156,249).

RGB: (253,156,249) (99%, 61%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 249 of 255 = 98%

253
156
249

R + G + B ~ 86%. #FD9CF9 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 156 + 249 = 658 (100%)
R 253 of 658 ~ 38.45%
G 156 of 658 ~ 23.71%
B 249 of 658 ~ 37.84'%

%38.45
%23.71
%37.84

CMYK color model

#FD9CF9 color CMYK value is (0,38,2,1).

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

CMYK: (0,38,2,1)
C0M38Y2K1 (0%, 38%, 2%, 1%)
(0.00 / 0.38 / 0.02 / 0.01)

CMYK percentages

%0
%38.34
%1.58
%0.78

Codes

Color #FD9CF9 in popluar color models

FD 9C F9
RGB 253 156 249
HSL 302° 96.04% 80.20%
HSB/HSV 302° 38.34% 99.22%
CMYK 0.00% 38.34% 1.58%
0.78%

Color #FD9CF9 in popluar number systems.

HEX FD 9C F9
Decimal 253 156 249
Binary 11111101 10011100 11111001
Octal 375 234 371

Shades and tints

Shades of #FD9CF9

#FD9CF9
(253,156,249)
#E68EE3
(230,142,227)
#CF80CD
(207,128,205)
#B872B7
(184,114,183)
#A164A1
(161,100,161)
#8A568B
(138,86,139)
#734875
(115,72,117)
#5C3A5F
(92,58,95)
#452C49
(69,44,73)
#2E1E33
(46,30,51)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #FD9CF9

#FD9CF9
(253,156,249)
#FDA5F9
(253,165,249)
#FDAEF9
(253,174,249)
#FDB7F9
(253,183,249)
#FDC0F9
(253,192,249)
#FDC9F9
(253,201,249)
#FDD2F9
(253,210,249)
#FDDBF9
(253,219,249)
#FDE4F9
(253,228,249)
#FDEDF9
(253,237,249)
#FDF6F9
(253,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD9CF9; }

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

This text font color is #FD9CF9.

Background Color

.myBgColor { background-color: #FD9CF9; }

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

This div background color is #FD9CF9.

Border color

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

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

This div border color is #FD9CF9.

Opacity

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

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

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

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

This text has shadow with #FD9CF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD9CF9.

Preview

Color preview on black background

This text has color #FD9CF9 on black background.


Color preview on white background

This text has color #FD9CF9 on white background.


Black color preview on #FD9CF9 background

This text has black color on #FD9CF9 background.


White color preview on #FD9CF9 background

This text has white color on #FD9CF9 background.


Related colors

Complementary color

Complementary color for #hex is #026306.


I love getcolorcode.com

Triadic colors

1 #F9FD9C and #9CF9FD with #FD9CF9 are triadic colors.

2 #F99CFD and #9CFDF9 with #FD9CF9 are triadic colors.