COLOR #FB9986

HEX: #FB9986 RGB: (251,153,134)

Color info

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

RGB color model

#FB9986 color RGB value is (251,153,134).

RGB: (251,153,134) (98%, 60%, 53%)

RGB channels and saturation

R 251 of 255 = 98%
G 153 of 255 = 60%
B 134 of 255 = 53%

251
153
134

R + G + B ~ 70%. #FB9986 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 153 + 134 = 538 (100%)
R 251 of 538 ~ 46.65%
G 153 of 538 ~ 28.44%
B 134 of 538 ~ 24.91'%

%46.65
%28.44
%24.91

CMYK color model

#FB9986 color CMYK value is (0,39,47,2).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 46.61%
  • key color value is 1.57%

CMYK: (0,39,47,2)
C0M39Y47K2 (0%, 39%, 47%, 2%)
(0.00 / 0.39 / 0.47 / 0.02)

CMYK percentages

%0
%39.04
%46.61
%1.57

Codes

Color #FB9986 in popluar color models

FB 99 86
RGB 251 153 134
HSL 10° 93.60% 75.49%
HSB/HSV 10° 46.61% 98.43%
CMYK 0.00% 39.04% 46.61%
1.57%

Color #FB9986 in popluar number systems.

HEX FB 99 86
Decimal 251 153 134
Binary 11111011 10011001 10000110
Octal 373 231 206

Shades and tints

Shades of #FB9986

#FB9986
(251,153,134)
#E58C7A
(229,140,122)
#CF7F6E
(207,127,110)
#B97262
(185,114,98)
#A36556
(163,101,86)
#8D584A
(141,88,74)
#774B3E
(119,75,62)
#613E32
(97,62,50)
#4B3126
(75,49,38)
#35241A
(53,36,26)
#1F170E
(31,23,14)
#000000
(0,0,0)

Tints of #FB9986

#FB9986
(251,153,134)
#FBA291
(251,162,145)
#FBAB9C
(251,171,156)
#FBB4A7
(251,180,167)
#FBBDB2
(251,189,178)
#FBC6BD
(251,198,189)
#FBCFC8
(251,207,200)
#FBD8D3
(251,216,211)
#FBE1DE
(251,225,222)
#FBEAE9
(251,234,233)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9986 color. Also use rgb(251,153,134) instead hex code.

Text Font Color

.myTextColor { color: #FB9986; }

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

This text font color is #FB9986.

Background Color

.myBgColor { background-color: #FB9986; }

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

This div background color is #FB9986.

Border color

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

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

This div border color is #FB9986.

Opacity

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

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

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

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

This text has shadow with #FB9986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB9986.

Preview

Color preview on black background

This text has color #FB9986 on black background.


Color preview on white background

This text has color #FB9986 on white background.


Black color preview on #FB9986 background

This text has black color on #FB9986 background.


White color preview on #FB9986 background

This text has white color on #FB9986 background.


Related colors

Complementary color

Complementary color for #hex is #046679.


I love getcolorcode.com

Triadic colors

1 #86FB99 and #9986FB with #FB9986 are triadic colors.

2 #8699FB and #99FB86 with #FB9986 are triadic colors.