COLOR #FF93CA

HEX: #FF93CA
RGB: (255,147,202)

Color info

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

RGB color model

#FF93CA color RGB value is (255,147,202).

  • red value is 255;
  • green value is 147;
  • blue value is 202.
RGB:
(255,147,202)
(100%,58%,79%)

RGB channels and saturation

R 255 of 255 = 100%
G 147 of 255 = 58%
B 202 of 255 = 79%

255
147
202

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

Portions of RGB colors in percentages

R + G + B =
255 + 147 + 202 = 604 (100%)
R 255 of 604 ~ 42.22%
G 147 of 604 ~ 24.34%
B 202 of 604 ~ 33.44%

%42.22
%24.34
%33.44

CMYK color model

#FF93CA color CMYK value is (0,42,21,0).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(0,42,21,0)
C0M42Y21K0 
(0%,42%,21%,0%)
(0.00/0.42/0.21/0.00)	

CMYK percentages

%0
%42.35
%20.78
%0

Codes

Color #FF93CA in popluar color models

FF93CA
RGB255147202
HSL329°100.00%78.82%
HSB/HSV329°42.35%100.00%
CMYK0.00%42.35%20.78%
0.00%

Color #FF93CA in popluar number systems.

HEXFF93CA
Decimal255147202
Binary111111111001001111001010
Octal377223312

Shades and tints

Shades of #FF93CA

#FF93CA
(255,147,202)
#E886B8
(232,134,184)
#D179A6
(209,121,166)
#BA6C94
(186,108,148)
#A35F82
(163,95,130)
#8C5270
(140,82,112)
#75455E
(117,69,94)
#5E384C
(94,56,76)
#472B3A
(71,43,58)
#301E28
(48,30,40)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #FF93CA

#FF93CA
(255,147,202)
#FF9CCE
(255,156,206)
#FFA5D2
(255,165,210)
#FFAED6
(255,174,214)
#FFB7DA
(255,183,218)
#FFC0DE
(255,192,222)
#FFC9E2
(255,201,226)
#FFD2E6
(255,210,230)
#FFDBEA
(255,219,234)
#FFE4EE
(255,228,238)
#FFEDF2
(255,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF93CA color. Also use rgb(255,147,202) instead hex code.

Text Font Color

.myTextColor { color: #FF93CA; }

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

This text font color is #FF93CA.


Background Color

.myBgColor { background-color: #FF93CA; }

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

This div background color is #FF93CA.


Border color

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

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

This div border color is #FF93CA.


Opacity

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

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

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

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

This text has shadow with #FF93CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF93CA on black background.


Color preview on white background

This text has color #FF93CA on white background.



Black color preview on #FF93CA background

This text has black color on #FF93CA background.


White color preview on #FF93CA background

This text has white color on #FF93CA background.