COLOR #FD94E8

HEX: #FD94E8
RGB: (253,148,232)

Color info

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

RGB color model

#FD94E8 color RGB value is (253,148,232).

  • red value is 253;
  • green value is 148;
  • blue value is 232.
RGB:
(253,148,232)
(99%,58%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 148 of 255 = 58%
B 232 of 255 = 91%

253
148
232

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

Portions of RGB colors in percentages

R + G + B =
253 + 148 + 232 = 633 (100%)
R 253 of 633 ~ 39.97%
G 148 of 633 ~ 23.38%
B 232 of 633 ~ 36.65%

%39.97
%23.38
%36.65

CMYK color model

#FD94E8 color CMYK value is (0,42,8,1).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 8.30%
  • key color value is 0.78%
CMYK:
(0,42,8,1)
C0M42Y8K1 
(0%,42%,8%,1%)
(0.00/0.42/0.08/0.01)	

CMYK percentages

%0
%41.5
%8.3
%0.78

Codes

Color #FD94E8 in popluar color models

FD94E8
RGB253148232
HSL312°96.33%78.63%
HSB/HSV312°41.50%99.22%
CMYK0.00%41.50%8.30%
0.78%

Color #FD94E8 in popluar number systems.

HEXFD94E8
Decimal253148232
Binary111111011001010011101000
Octal375224350

Shades and tints

Shades of #FD94E8

#FD94E8
(253,148,232)
#E687D3
(230,135,211)
#CF7ABE
(207,122,190)
#B86DA9
(184,109,169)
#A16094
(161,96,148)
#8A537F
(138,83,127)
#73466A
(115,70,106)
#5C3955
(92,57,85)
#452C40
(69,44,64)
#2E1F2B
(46,31,43)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #FD94E8

#FD94E8
(253,148,232)
#FD9DEA
(253,157,234)
#FDA6EC
(253,166,236)
#FDAFEE
(253,175,238)
#FDB8F0
(253,184,240)
#FDC1F2
(253,193,242)
#FDCAF4
(253,202,244)
#FDD3F6
(253,211,246)
#FDDCF8
(253,220,248)
#FDE5FA
(253,229,250)
#FDEEFC
(253,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD94E8 color. Also use rgb(253,148,232) instead hex code.

Text Font Color

.myTextColor { color: #FD94E8; }

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

This text font color is #FD94E8.


Background Color

.myBgColor { background-color: #FD94E8; }

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

This div background color is #FD94E8.


Border color

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

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

This div border color is #FD94E8.


Opacity

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

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

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

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

This text has shadow with #FD94E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD94E8 on black background.


Color preview on white background

This text has color #FD94E8 on white background.



Black color preview on #FD94E8 background

This text has black color on #FD94E8 background.


White color preview on #FD94E8 background

This text has white color on #FD94E8 background.