COLOR #FBA7D7

HEX: #FBA7D7
RGB: (251,167,215)

Color info

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

RGB color model

#FBA7D7 color RGB value is (251,167,215).

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

RGB channels and saturation

R 251 of 255 = 98%
G 167 of 255 = 65%
B 215 of 255 = 84%

251
167
215

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

Portions of RGB colors in percentages

R + G + B =
251 + 167 + 215 = 633 (100%)
R 251 of 633 ~ 39.65%
G 167 of 633 ~ 26.38%
B 215 of 633 ~ 33.97%

%39.65
%26.38
%33.97

CMYK color model

#FBA7D7 color CMYK value is (0,33,14,2).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(0,33,14,2)
C0M33Y14K2 
(0%,33%,14%,2%)
(0.00/0.33/0.14/0.02)	

CMYK percentages

%0
%33.47
%14.34
%1.57

Codes

Color #FBA7D7 in popluar color models

FBA7D7
RGB251167215
HSL326°91.30%81.96%
HSB/HSV326°33.47%98.43%
CMYK0.00%33.47%14.34%
1.57%

Color #FBA7D7 in popluar number systems.

HEXFBA7D7
Decimal251167215
Binary111110111010011111010111
Octal373247327

Shades and tints

Shades of #FBA7D7

#FBA7D7
(251,167,215)
#E598C4
(229,152,196)
#CF89B1
(207,137,177)
#B97A9E
(185,122,158)
#A36B8B
(163,107,139)
#8D5C78
(141,92,120)
#774D65
(119,77,101)
#613E52
(97,62,82)
#4B2F3F
(75,47,63)
#35202C
(53,32,44)
#1F1119
(31,17,25)
#000000
(0,0,0)

Tints of #FBA7D7

#FBA7D7
(251,167,215)
#FBAFDA
(251,175,218)
#FBB7DD
(251,183,221)
#FBBFE0
(251,191,224)
#FBC7E3
(251,199,227)
#FBCFE6
(251,207,230)
#FBD7E9
(251,215,233)
#FBDFEC
(251,223,236)
#FBE7EF
(251,231,239)
#FBEFF2
(251,239,242)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA7D7; }

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

This text font color is #FBA7D7.


Background Color

.myBgColor { background-color: #FBA7D7; }

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

This div background color is #FBA7D7.


Border color

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

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

This div border color is #FBA7D7.


Opacity

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

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

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

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

This text has shadow with #FBA7D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA7D7 on black background.


Color preview on white background

This text has color #FBA7D7 on white background.



Black color preview on #FBA7D7 background

This text has black color on #FBA7D7 background.


White color preview on #FBA7D7 background

This text has white color on #FBA7D7 background.