COLOR #FBA7BB

HEX: #FBA7BB
RGB: (251,167,187)

Color info

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

RGB color model

#FBA7BB color RGB value is (251,167,187).

  • red value is 251;
  • green value is 167;
  • blue value is 187.
RGB:
(251,167,187)
(98%,65%,73%)

RGB channels and saturation

R 251 of 255 = 98%
G 167 of 255 = 65%
B 187 of 255 = 73%

251
167
187

R + G + B ~ 79%. #FBA7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 167 + 187 = 605 (100%)
R 251 of 605 ~ 41.49%
G 167 of 605 ~ 27.6%
B 187 of 605 ~ 30.91%

%41.49
%27.6
%30.91

CMYK color model

#FBA7BB color CMYK value is (0,33,25,2).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 25.50%
  • key color value is 1.57%
CMYK:
(0,33,25,2)
C0M33Y25K2 
(0%,33%,25%,2%)
(0.00/0.33/0.25/0.02)	

CMYK percentages

%0
%33.47
%25.5
%1.57

Codes

Color #FBA7BB in popluar color models

FBA7BB
RGB251167187
HSL346°91.30%81.96%
HSB/HSV346°33.47%98.43%
CMYK0.00%33.47%25.50%
1.57%

Color #FBA7BB in popluar number systems.

HEXFBA7BB
Decimal251167187
Binary111110111010011110111011
Octal373247273

Shades and tints

Shades of #FBA7BB

#FBA7BB
(251,167,187)
#E598AA
(229,152,170)
#CF8999
(207,137,153)
#B97A88
(185,122,136)
#A36B77
(163,107,119)
#8D5C66
(141,92,102)
#774D55
(119,77,85)
#613E44
(97,62,68)
#4B2F33
(75,47,51)
#352022
(53,32,34)
#1F1111
(31,17,17)
#000000
(0,0,0)

Tints of #FBA7BB

#FBA7BB
(251,167,187)
#FBAFC1
(251,175,193)
#FBB7C7
(251,183,199)
#FBBFCD
(251,191,205)
#FBC7D3
(251,199,211)
#FBCFD9
(251,207,217)
#FBD7DF
(251,215,223)
#FBDFE5
(251,223,229)
#FBE7EB
(251,231,235)
#FBEFF1
(251,239,241)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA7BB color. Also use rgb(251,167,187) instead hex code.

Text Font Color

.myTextColor { color: #FBA7BB; }

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

This text font color is #FBA7BB.


Background Color

.myBgColor { background-color: #FBA7BB; }

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

This div background color is #FBA7BB.


Border color

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

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

This div border color is #FBA7BB.


Opacity

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

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

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

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

This text has shadow with #FBA7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA7BB on black background.


Color preview on white background

This text has color #FBA7BB on white background.



Black color preview on #FBA7BB background

This text has black color on #FBA7BB background.


White color preview on #FBA7BB background

This text has white color on #FBA7BB background.