COLOR #FF93AC

HEX: #FF93AC
RGB: (255,147,172)

Color info

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

RGB color model

#FF93AC color RGB value is (255,147,172).

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

RGB channels and saturation

R 255 of 255 = 100%
G 147 of 255 = 58%
B 172 of 255 = 67%

255
147
172

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

Portions of RGB colors in percentages

R + G + B =
255 + 147 + 172 = 574 (100%)
R 255 of 574 ~ 44.43%
G 147 of 574 ~ 25.61%
B 172 of 574 ~ 29.97%

%44.43
%25.61
%29.97

CMYK color model

#FF93AC color CMYK value is (0,42,33,0).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 32.55%
  • key color value is 0.00%
CMYK:
(0,42,33,0)
C0M42Y33K0 
(0%,42%,33%,0%)
(0.00/0.42/0.33/0.00)	

CMYK percentages

%0
%42.35
%32.55
%0

Codes

Color #FF93AC in popluar color models

FF93AC
RGB255147172
HSL346°100.00%78.82%
HSB/HSV346°42.35%100.00%
CMYK0.00%42.35%32.55%
0.00%

Color #FF93AC in popluar number systems.

HEXFF93AC
Decimal255147172
Binary111111111001001110101100
Octal377223254

Shades and tints

Shades of #FF93AC

#FF93AC
(255,147,172)
#E8869D
(232,134,157)
#D1798E
(209,121,142)
#BA6C7F
(186,108,127)
#A35F70
(163,95,112)
#8C5261
(140,82,97)
#754552
(117,69,82)
#5E3843
(94,56,67)
#472B34
(71,43,52)
#301E25
(48,30,37)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #FF93AC

#FF93AC
(255,147,172)
#FF9CB3
(255,156,179)
#FFA5BA
(255,165,186)
#FFAEC1
(255,174,193)
#FFB7C8
(255,183,200)
#FFC0CF
(255,192,207)
#FFC9D6
(255,201,214)
#FFD2DD
(255,210,221)
#FFDBE4
(255,219,228)
#FFE4EB
(255,228,235)
#FFEDF2
(255,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF93AC; }

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

This text font color is #FF93AC.


Background Color

.myBgColor { background-color: #FF93AC; }

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

This div background color is #FF93AC.


Border color

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

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

This div border color is #FF93AC.


Opacity

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

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

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

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

This text has shadow with #FF93AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF93AC on black background.


Color preview on white background

This text has color #FF93AC on white background.



Black color preview on #FF93AC background

This text has black color on #FF93AC background.


White color preview on #FF93AC background

This text has white color on #FF93AC background.