COLOR #FD91E6

HEX: #FD91E6
RGB: (253,145,230)

Color info

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

RGB color model

#FD91E6 color RGB value is (253,145,230).

  • red value is 253;
  • green value is 145;
  • blue value is 230.
RGB:
(253,145,230)
(99%,57%,90%)

RGB channels and saturation

R 253 of 255 = 99%
G 145 of 255 = 57%
B 230 of 255 = 90%

253
145
230

R + G + B ~ 82%. #FD91E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 145 + 230 = 628 (100%)
R 253 of 628 ~ 40.29%
G 145 of 628 ~ 23.09%
B 230 of 628 ~ 36.62%

%40.29
%23.09
%36.62

CMYK color model

#FD91E6 color CMYK value is (0,43,9,1).

  • cyan value is 0.00%
  • magenta value is 42.69%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(0,43,9,1)
C0M43Y9K1 
(0%,43%,9%,1%)
(0.00/0.43/0.09/0.01)	

CMYK percentages

%0
%42.69
%9.09
%0.78

Codes

Color #FD91E6 in popluar color models

FD91E6
RGB253145230
HSL313°96.43%78.04%
HSB/HSV313°42.69%99.22%
CMYK0.00%42.69%9.09%
0.78%

Color #FD91E6 in popluar number systems.

HEXFD91E6
Decimal253145230
Binary111111011001000111100110
Octal375221346

Shades and tints

Shades of #FD91E6

#FD91E6
(253,145,230)
#E684D2
(230,132,210)
#CF77BE
(207,119,190)
#B86AAA
(184,106,170)
#A15D96
(161,93,150)
#8A5082
(138,80,130)
#73436E
(115,67,110)
#5C365A
(92,54,90)
#452946
(69,41,70)
#2E1C32
(46,28,50)
#170F1E
(23,15,30)
#000000
(0,0,0)

Tints of #FD91E6

#FD91E6
(253,145,230)
#FD9BE8
(253,155,232)
#FDA5EA
(253,165,234)
#FDAFEC
(253,175,236)
#FDB9EE
(253,185,238)
#FDC3F0
(253,195,240)
#FDCDF2
(253,205,242)
#FDD7F4
(253,215,244)
#FDE1F6
(253,225,246)
#FDEBF8
(253,235,248)
#FDF5FA
(253,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD91E6 color. Also use rgb(253,145,230) instead hex code.

Text Font Color

.myTextColor { color: #FD91E6; }

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

This text font color is #FD91E6.


Background Color

.myBgColor { background-color: #FD91E6; }

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

This div background color is #FD91E6.


Border color

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

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

This div border color is #FD91E6.


Opacity

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

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

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

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

This text has shadow with #FD91E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD91E6 on black background.


Color preview on white background

This text has color #FD91E6 on white background.



Black color preview on #FD91E6 background

This text has black color on #FD91E6 background.


White color preview on #FD91E6 background

This text has white color on #FD91E6 background.