COLOR #FBA7C5

HEX: #FBA7C5
RGB: (251,167,197)

Color info

#FBA7C5 contains mainly red and blue colors. Web safe color of #FBA7C5 is #FF99CC (or #F9C).

RGB color model

#FBA7C5 color RGB value is (251,167,197).

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

RGB channels and saturation

R 251 of 255 = 98%
G 167 of 255 = 65%
B 197 of 255 = 77%

251
167
197

R + G + B ~ 80%. #FBA7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 167 + 197 = 615 (100%)
R 251 of 615 ~ 40.81%
G 167 of 615 ~ 27.15%
B 197 of 615 ~ 32.03%

%40.81
%27.15
%32.03

CMYK color model

#FBA7C5 color CMYK value is (0,33,22,2).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 21.51%
  • key color value is 1.57%
CMYK:
(0,33,22,2)
C0M33Y22K2 
(0%,33%,22%,2%)
(0.00/0.33/0.22/0.02)	

CMYK percentages

%0
%33.47
%21.51
%1.57

Codes

Color #FBA7C5 in popluar color models

FBA7C5
RGB251167197
HSL339°91.30%81.96%
HSB/HSV339°33.47%98.43%
CMYK0.00%33.47%21.51%
1.57%

Color #FBA7C5 in popluar number systems.

HEXFBA7C5
Decimal251167197
Binary111110111010011111000101
Octal373247305

Shades and tints

Shades of #FBA7C5

#FBA7C5
(251,167,197)
#E598B4
(229,152,180)
#CF89A3
(207,137,163)
#B97A92
(185,122,146)
#A36B81
(163,107,129)
#8D5C70
(141,92,112)
#774D5F
(119,77,95)
#613E4E
(97,62,78)
#4B2F3D
(75,47,61)
#35202C
(53,32,44)
#1F111B
(31,17,27)
#000000
(0,0,0)

Tints of #FBA7C5

#FBA7C5
(251,167,197)
#FBAFCA
(251,175,202)
#FBB7CF
(251,183,207)
#FBBFD4
(251,191,212)
#FBC7D9
(251,199,217)
#FBCFDE
(251,207,222)
#FBD7E3
(251,215,227)
#FBDFE8
(251,223,232)
#FBE7ED
(251,231,237)
#FBEFF2
(251,239,242)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA7C5; }

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

This text font color is #FBA7C5.


Background Color

.myBgColor { background-color: #FBA7C5; }

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

This div background color is #FBA7C5.


Border color

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

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

This div border color is #FBA7C5.


Opacity

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

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

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

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

This text has shadow with #FBA7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA7C5 on black background.


Color preview on white background

This text has color #FBA7C5 on white background.



Black color preview on #FBA7C5 background

This text has black color on #FBA7C5 background.


White color preview on #FBA7C5 background

This text has white color on #FBA7C5 background.