COLOR #FD9FC2

HEX: #FD9FC2
RGB: (253,159,194)

Color info

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

RGB color model

#FD9FC2 color RGB value is (253,159,194).

  • red value is 253;
  • green value is 159;
  • blue value is 194.
RGB:
(253,159,194)
(99%,62%,76%)

RGB channels and saturation

R 253 of 255 = 99%
G 159 of 255 = 62%
B 194 of 255 = 76%

253
159
194

R + G + B ~ 79%. #FD9FC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 159 + 194 = 606 (100%)
R 253 of 606 ~ 41.75%
G 159 of 606 ~ 26.24%
B 194 of 606 ~ 32.01%

%41.75
%26.24
%32.01

CMYK color model

#FD9FC2 color CMYK value is (0,37,23,1).

  • cyan value is 0.00%
  • magenta value is 37.15%
  • yellow value is 23.32%
  • key color value is 0.78%
CMYK:
(0,37,23,1)
C0M37Y23K1 
(0%,37%,23%,1%)
(0.00/0.37/0.23/0.01)	

CMYK percentages

%0
%37.15
%23.32
%0.78

Codes

Color #FD9FC2 in popluar color models

FD9FC2
RGB253159194
HSL338°95.92%80.78%
HSB/HSV338°37.15%99.22%
CMYK0.00%37.15%23.32%
0.78%

Color #FD9FC2 in popluar number systems.

HEXFD9FC2
Decimal253159194
Binary111111011001111111000010
Octal375237302

Shades and tints

Shades of #FD9FC2

#FD9FC2
(253,159,194)
#E691B1
(230,145,177)
#CF83A0
(207,131,160)
#B8758F
(184,117,143)
#A1677E
(161,103,126)
#8A596D
(138,89,109)
#734B5C
(115,75,92)
#5C3D4B
(92,61,75)
#452F3A
(69,47,58)
#2E2129
(46,33,41)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #FD9FC2

#FD9FC2
(253,159,194)
#FDA7C7
(253,167,199)
#FDAFCC
(253,175,204)
#FDB7D1
(253,183,209)
#FDBFD6
(253,191,214)
#FDC7DB
(253,199,219)
#FDCFE0
(253,207,224)
#FDD7E5
(253,215,229)
#FDDFEA
(253,223,234)
#FDE7EF
(253,231,239)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9FC2 color. Also use rgb(253,159,194) instead hex code.

Text Font Color

.myTextColor { color: #FD9FC2; }

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

This text font color is #FD9FC2.


Background Color

.myBgColor { background-color: #FD9FC2; }

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

This div background color is #FD9FC2.


Border color

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

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

This div border color is #FD9FC2.


Opacity

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

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

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

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

This text has shadow with #FD9FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9FC2 on black background.


Color preview on white background

This text has color #FD9FC2 on white background.



Black color preview on #FD9FC2 background

This text has black color on #FD9FC2 background.


White color preview on #FD9FC2 background

This text has white color on #FD9FC2 background.