COLOR #FF85B8

HEX: #FF85B8
RGB: (255,133,184)

Color info

#FF85B8 contains mainly red color. Web safe color of #FF85B8 is #FF99CC (or #F9C).

RGB color model

#FF85B8 color RGB value is (255,133,184).

  • red value is 255;
  • green value is 133;
  • blue value is 184.
RGB:
(255,133,184)
(100%,52%,72%)

RGB channels and saturation

R 255 of 255 = 100%
G 133 of 255 = 52%
B 184 of 255 = 72%

255
133
184

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

Portions of RGB colors in percentages

R + G + B =
255 + 133 + 184 = 572 (100%)
R 255 of 572 ~ 44.58%
G 133 of 572 ~ 23.25%
B 184 of 572 ~ 32.17%

%44.58
%23.25
%32.17

CMYK color model

#FF85B8 color CMYK value is (0,48,28,0).

  • cyan value is 0.00%
  • magenta value is 47.84%
  • yellow value is 27.84%
  • key color value is 0.00%
CMYK:
(0,48,28,0)
C0M48Y28K0 
(0%,48%,28%,0%)
(0.00/0.48/0.28/0.00)	

CMYK percentages

%0
%47.84
%27.84
%0

Codes

Color #FF85B8 in popluar color models

FF85B8
RGB255133184
HSL335°100.00%76.08%
HSB/HSV335°47.84%100.00%
CMYK0.00%47.84%27.84%
0.00%

Color #FF85B8 in popluar number systems.

HEXFF85B8
Decimal255133184
Binary111111111000010110111000
Octal377205270

Shades and tints

Shades of #FF85B8

#FF85B8
(255,133,184)
#E879A8
(232,121,168)
#D16D98
(209,109,152)
#BA6188
(186,97,136)
#A35578
(163,85,120)
#8C4968
(140,73,104)
#753D58
(117,61,88)
#5E3148
(94,49,72)
#472538
(71,37,56)
#301928
(48,25,40)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #FF85B8

#FF85B8
(255,133,184)
#FF90BE
(255,144,190)
#FF9BC4
(255,155,196)
#FFA6CA
(255,166,202)
#FFB1D0
(255,177,208)
#FFBCD6
(255,188,214)
#FFC7DC
(255,199,220)
#FFD2E2
(255,210,226)
#FFDDE8
(255,221,232)
#FFE8EE
(255,232,238)
#FFF3F4
(255,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF85B8 color. Also use rgb(255,133,184) instead hex code.

Text Font Color

.myTextColor { color: #FF85B8; }

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

This text font color is #FF85B8.


Background Color

.myBgColor { background-color: #FF85B8; }

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

This div background color is #FF85B8.


Border color

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

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

This div border color is #FF85B8.


Opacity

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

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

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

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

This text has shadow with #FF85B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF85B8 on black background.


Color preview on white background

This text has color #FF85B8 on white background.



Black color preview on #FF85B8 background

This text has black color on #FF85B8 background.


White color preview on #FF85B8 background

This text has white color on #FF85B8 background.