COLOR #FF93AD

HEX: #FF93AD
RGB: (255,147,173)

Color info

#FF93AD contains mainly red color. Web safe color of #FF93AD is #FF9999 (or #F99).

RGB color model

#FF93AD color RGB value is (255,147,173).

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

RGB channels and saturation

R 255 of 255 = 100%
G 147 of 255 = 58%
B 173 of 255 = 68%

255
147
173

R + G + B ~ 75%. #FF93AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 147 + 173 = 575 (100%)
R 255 of 575 ~ 44.35%
G 147 of 575 ~ 25.57%
B 173 of 575 ~ 30.09%

%44.35
%25.57
%30.09

CMYK color model

#FF93AD color CMYK value is (0,42,32,0).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 32.16%
  • key color value is 0.00%
CMYK:
(0,42,32,0)
C0M42Y32K0 
(0%,42%,32%,0%)
(0.00/0.42/0.32/0.00)	

CMYK percentages

%0
%42.35
%32.16
%0

Codes

Color #FF93AD in popluar color models

FF93AD
RGB255147173
HSL346°100.00%78.82%
HSB/HSV346°42.35%100.00%
CMYK0.00%42.35%32.16%
0.00%

Color #FF93AD in popluar number systems.

HEXFF93AD
Decimal255147173
Binary111111111001001110101101
Octal377223255

Shades and tints

Shades of #FF93AD

#FF93AD
(255,147,173)
#E8869E
(232,134,158)
#D1798F
(209,121,143)
#BA6C80
(186,108,128)
#A35F71
(163,95,113)
#8C5262
(140,82,98)
#754553
(117,69,83)
#5E3844
(94,56,68)
#472B35
(71,43,53)
#301E26
(48,30,38)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #FF93AD

#FF93AD
(255,147,173)
#FF9CB4
(255,156,180)
#FFA5BB
(255,165,187)
#FFAEC2
(255,174,194)
#FFB7C9
(255,183,201)
#FFC0D0
(255,192,208)
#FFC9D7
(255,201,215)
#FFD2DE
(255,210,222)
#FFDBE5
(255,219,229)
#FFE4EC
(255,228,236)
#FFEDF3
(255,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF93AD; }

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

This text font color is #FF93AD.


Background Color

.myBgColor { background-color: #FF93AD; }

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

This div background color is #FF93AD.


Border color

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

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

This div border color is #FF93AD.


Opacity

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

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

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

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

This text has shadow with #FF93AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF93AD on black background.


Color preview on white background

This text has color #FF93AD on white background.



Black color preview on #FF93AD background

This text has black color on #FF93AD background.


White color preview on #FF93AD background

This text has white color on #FF93AD background.