COLOR #FB9AB9

HEX: #FB9AB9
RGB: (251,154,185)

Color info

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

RGB color model

#FB9AB9 color RGB value is (251,154,185).

  • red value is 251;
  • green value is 154;
  • blue value is 185.
RGB:
(251,154,185)
(98%,60%,73%)

RGB channels and saturation

R 251 of 255 = 98%
G 154 of 255 = 60%
B 185 of 255 = 73%

251
154
185

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

Portions of RGB colors in percentages

R + G + B =
251 + 154 + 185 = 590 (100%)
R 251 of 590 ~ 42.54%
G 154 of 590 ~ 26.1%
B 185 of 590 ~ 31.36%

%42.54
%26.1
%31.36

CMYK color model

#FB9AB9 color CMYK value is (0,39,26,2).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 26.29%
  • key color value is 1.57%
CMYK:
(0,39,26,2)
C0M39Y26K2 
(0%,39%,26%,2%)
(0.00/0.39/0.26/0.02)	

CMYK percentages

%0
%38.65
%26.29
%1.57

Codes

Color #FB9AB9 in popluar color models

FB9AB9
RGB251154185
HSL341°92.38%79.41%
HSB/HSV341°38.65%98.43%
CMYK0.00%38.65%26.29%
1.57%

Color #FB9AB9 in popluar number systems.

HEXFB9AB9
Decimal251154185
Binary111110111001101010111001
Octal373232271

Shades and tints

Shades of #FB9AB9

#FB9AB9
(251,154,185)
#E58CA9
(229,140,169)
#CF7E99
(207,126,153)
#B97089
(185,112,137)
#A36279
(163,98,121)
#8D5469
(141,84,105)
#774659
(119,70,89)
#613849
(97,56,73)
#4B2A39
(75,42,57)
#351C29
(53,28,41)
#1F0E19
(31,14,25)
#000000
(0,0,0)

Tints of #FB9AB9

#FB9AB9
(251,154,185)
#FBA3BF
(251,163,191)
#FBACC5
(251,172,197)
#FBB5CB
(251,181,203)
#FBBED1
(251,190,209)
#FBC7D7
(251,199,215)
#FBD0DD
(251,208,221)
#FBD9E3
(251,217,227)
#FBE2E9
(251,226,233)
#FBEBEF
(251,235,239)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB9AB9 color. Also use rgb(251,154,185) instead hex code.

Text Font Color

.myTextColor { color: #FB9AB9; }

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

This text font color is #FB9AB9.


Background Color

.myBgColor { background-color: #FB9AB9; }

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

This div background color is #FB9AB9.


Border color

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

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

This div border color is #FB9AB9.


Opacity

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

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

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

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

This text has shadow with #FB9AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB9AB9 on black background.


Color preview on white background

This text has color #FB9AB9 on white background.



Black color preview on #FB9AB9 background

This text has black color on #FB9AB9 background.


White color preview on #FB9AB9 background

This text has white color on #FB9AB9 background.