COLOR #FBA9D3

HEX: #FBA9D3
RGB: (251,169,211)

Color info

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

RGB color model

#FBA9D3 color RGB value is (251,169,211).

  • red value is 251;
  • green value is 169;
  • blue value is 211.
RGB:
(251,169,211)
(98%,66%,83%)

RGB channels and saturation

R 251 of 255 = 98%
G 169 of 255 = 66%
B 211 of 255 = 83%

251
169
211

R + G + B ~ 82%. #FBA9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 169 + 211 = 631 (100%)
R 251 of 631 ~ 39.78%
G 169 of 631 ~ 26.78%
B 211 of 631 ~ 33.44%

%39.78
%26.78
%33.44

CMYK color model

#FBA9D3 color CMYK value is (0,33,16,2).

  • cyan value is 0.00%
  • magenta value is 32.67%
  • yellow value is 15.94%
  • key color value is 1.57%
CMYK:
(0,33,16,2)
C0M33Y16K2 
(0%,33%,16%,2%)
(0.00/0.33/0.16/0.02)	

CMYK percentages

%0
%32.67
%15.94
%1.57

Codes

Color #FBA9D3 in popluar color models

FBA9D3
RGB251169211
HSL329°91.11%82.35%
HSB/HSV329°32.67%98.43%
CMYK0.00%32.67%15.94%
1.57%

Color #FBA9D3 in popluar number systems.

HEXFBA9D3
Decimal251169211
Binary111110111010100111010011
Octal373251323

Shades and tints

Shades of #FBA9D3

#FBA9D3
(251,169,211)
#E59AC0
(229,154,192)
#CF8BAD
(207,139,173)
#B97C9A
(185,124,154)
#A36D87
(163,109,135)
#8D5E74
(141,94,116)
#774F61
(119,79,97)
#61404E
(97,64,78)
#4B313B
(75,49,59)
#352228
(53,34,40)
#1F1315
(31,19,21)
#000000
(0,0,0)

Tints of #FBA9D3

#FBA9D3
(251,169,211)
#FBB0D7
(251,176,215)
#FBB7DB
(251,183,219)
#FBBEDF
(251,190,223)
#FBC5E3
(251,197,227)
#FBCCE7
(251,204,231)
#FBD3EB
(251,211,235)
#FBDAEF
(251,218,239)
#FBE1F3
(251,225,243)
#FBE8F7
(251,232,247)
#FBEFFB
(251,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA9D3 color. Also use rgb(251,169,211) instead hex code.

Text Font Color

.myTextColor { color: #FBA9D3; }

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

This text font color is #FBA9D3.


Background Color

.myBgColor { background-color: #FBA9D3; }

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

This div background color is #FBA9D3.


Border color

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

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

This div border color is #FBA9D3.


Opacity

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

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

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

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

This text has shadow with #FBA9D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA9D3 on black background.


Color preview on white background

This text has color #FBA9D3 on white background.



Black color preview on #FBA9D3 background

This text has black color on #FBA9D3 background.


White color preview on #FBA9D3 background

This text has white color on #FBA9D3 background.