COLOR #FB9DB3

HEX: #FB9DB3
RGB: (251,157,179)

Color info

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

RGB color model

#FB9DB3 color RGB value is (251,157,179).

  • red value is 251;
  • green value is 157;
  • blue value is 179.
RGB:
(251,157,179)
(98%,62%,70%)

RGB channels and saturation

R 251 of 255 = 98%
G 157 of 255 = 62%
B 179 of 255 = 70%

251
157
179

R + G + B ~ 77%. #FB9DB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 157 + 179 = 587 (100%)
R 251 of 587 ~ 42.76%
G 157 of 587 ~ 26.75%
B 179 of 587 ~ 30.49%

%42.76
%26.75
%30.49

CMYK color model

#FB9DB3 color CMYK value is (0,37,29,2).

  • cyan value is 0.00%
  • magenta value is 37.45%
  • yellow value is 28.69%
  • key color value is 1.57%
CMYK:
(0,37,29,2)
C0M37Y29K2 
(0%,37%,29%,2%)
(0.00/0.37/0.29/0.02)	

CMYK percentages

%0
%37.45
%28.69
%1.57

Codes

Color #FB9DB3 in popluar color models

FB9DB3
RGB251157179
HSL346°92.16%80.00%
HSB/HSV346°37.45%98.43%
CMYK0.00%37.45%28.69%
1.57%

Color #FB9DB3 in popluar number systems.

HEXFB9DB3
Decimal251157179
Binary111110111001110110110011
Octal373235263

Shades and tints

Shades of #FB9DB3

#FB9DB3
(251,157,179)
#E58FA3
(229,143,163)
#CF8193
(207,129,147)
#B97383
(185,115,131)
#A36573
(163,101,115)
#8D5763
(141,87,99)
#774953
(119,73,83)
#613B43
(97,59,67)
#4B2D33
(75,45,51)
#351F23
(53,31,35)
#1F1113
(31,17,19)
#000000
(0,0,0)

Tints of #FB9DB3

#FB9DB3
(251,157,179)
#FBA5B9
(251,165,185)
#FBADBF
(251,173,191)
#FBB5C5
(251,181,197)
#FBBDCB
(251,189,203)
#FBC5D1
(251,197,209)
#FBCDD7
(251,205,215)
#FBD5DD
(251,213,221)
#FBDDE3
(251,221,227)
#FBE5E9
(251,229,233)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9DB3 color. Also use rgb(251,157,179) instead hex code.

Text Font Color

.myTextColor { color: #FB9DB3; }

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

This text font color is #FB9DB3.


Background Color

.myBgColor { background-color: #FB9DB3; }

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

This div background color is #FB9DB3.


Border color

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

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

This div border color is #FB9DB3.


Opacity

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

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

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

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

This text has shadow with #FB9DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB9DB3 on black background.


Color preview on white background

This text has color #FB9DB3 on white background.



Black color preview on #FB9DB3 background

This text has black color on #FB9DB3 background.


White color preview on #FB9DB3 background

This text has white color on #FB9DB3 background.