COLOR #FB859E

HEX: #FB859E
RGB: (251,133,158)

Color info

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

RGB color model

#FB859E color RGB value is (251,133,158).

  • red value is 251;
  • green value is 133;
  • blue value is 158.
RGB:
(251,133,158)
(98%,52%,62%)

RGB channels and saturation

R 251 of 255 = 98%
G 133 of 255 = 52%
B 158 of 255 = 62%

251
133
158

R + G + B ~ 71%. #FB859E is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 133 + 158 = 542 (100%)
R 251 of 542 ~ 46.31%
G 133 of 542 ~ 24.54%
B 158 of 542 ~ 29.15%

%46.31
%24.54
%29.15

CMYK color model

#FB859E color CMYK value is (0,47,37,2).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 37.05%
  • key color value is 1.57%
CMYK:
(0,47,37,2)
C0M47Y37K2 
(0%,47%,37%,2%)
(0.00/0.47/0.37/0.02)	

CMYK percentages

%0
%47.01
%37.05
%1.57

Codes

Color #FB859E in popluar color models

FB859E
RGB251133158
HSL347°93.65%75.29%
HSB/HSV347°47.01%98.43%
CMYK0.00%47.01%37.05%
1.57%

Color #FB859E in popluar number systems.

HEXFB859E
Decimal251133158
Binary111110111000010110011110
Octal373205236

Shades and tints

Shades of #FB859E

#FB859E
(251,133,158)
#E57990
(229,121,144)
#CF6D82
(207,109,130)
#B96174
(185,97,116)
#A35566
(163,85,102)
#8D4958
(141,73,88)
#773D4A
(119,61,74)
#61313C
(97,49,60)
#4B252E
(75,37,46)
#351920
(53,25,32)
#1F0D12
(31,13,18)
#000000
(0,0,0)

Tints of #FB859E

#FB859E
(251,133,158)
#FB90A6
(251,144,166)
#FB9BAE
(251,155,174)
#FBA6B6
(251,166,182)
#FBB1BE
(251,177,190)
#FBBCC6
(251,188,198)
#FBC7CE
(251,199,206)
#FBD2D6
(251,210,214)
#FBDDDE
(251,221,222)
#FBE8E6
(251,232,230)
#FBF3EE
(251,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB859E color. Also use rgb(251,133,158) instead hex code.

Text Font Color

.myTextColor { color: #FB859E; }

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

This text font color is #FB859E.


Background Color

.myBgColor { background-color: #FB859E; }

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

This div background color is #FB859E.


Border color

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

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

This div border color is #FB859E.


Opacity

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

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

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

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

This text has shadow with #FB859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB859E on black background.


Color preview on white background

This text has color #FB859E on white background.



Black color preview on #FB859E background

This text has black color on #FB859E background.


White color preview on #FB859E background

This text has white color on #FB859E background.