COLOR #FBA7E2

HEX: #FBA7E2
RGB: (251,167,226)

Color info

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

RGB color model

#FBA7E2 color RGB value is (251,167,226).

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

RGB channels and saturation

R 251 of 255 = 98%
G 167 of 255 = 65%
B 226 of 255 = 89%

251
167
226

R + G + B ~ 84%. #FBA7E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 167 + 226 = 644 (100%)
R 251 of 644 ~ 38.98%
G 167 of 644 ~ 25.93%
B 226 of 644 ~ 35.09%

%38.98
%25.93
%35.09

CMYK color model

#FBA7E2 color CMYK value is (0,33,10,2).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,33,10,2)
C0M33Y10K2 
(0%,33%,10%,2%)
(0.00/0.33/0.10/0.02)	

CMYK percentages

%0
%33.47
%9.96
%1.57

Codes

Color #FBA7E2 in popluar color models

FBA7E2
RGB251167226
HSL318°91.30%81.96%
HSB/HSV318°33.47%98.43%
CMYK0.00%33.47%9.96%
1.57%

Color #FBA7E2 in popluar number systems.

HEXFBA7E2
Decimal251167226
Binary111110111010011111100010
Octal373247342

Shades and tints

Shades of #FBA7E2

#FBA7E2
(251,167,226)
#E598CE
(229,152,206)
#CF89BA
(207,137,186)
#B97AA6
(185,122,166)
#A36B92
(163,107,146)
#8D5C7E
(141,92,126)
#774D6A
(119,77,106)
#613E56
(97,62,86)
#4B2F42
(75,47,66)
#35202E
(53,32,46)
#1F111A
(31,17,26)
#000000
(0,0,0)

Tints of #FBA7E2

#FBA7E2
(251,167,226)
#FBAFE4
(251,175,228)
#FBB7E6
(251,183,230)
#FBBFE8
(251,191,232)
#FBC7EA
(251,199,234)
#FBCFEC
(251,207,236)
#FBD7EE
(251,215,238)
#FBDFF0
(251,223,240)
#FBE7F2
(251,231,242)
#FBEFF4
(251,239,244)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBA7E2; }

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

This text font color is #FBA7E2.


Background Color

.myBgColor { background-color: #FBA7E2; }

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

This div background color is #FBA7E2.


Border color

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

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

This div border color is #FBA7E2.


Opacity

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

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

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

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

This text has shadow with #FBA7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBA7E2 on black background.


Color preview on white background

This text has color #FBA7E2 on white background.



Black color preview on #FBA7E2 background

This text has black color on #FBA7E2 background.


White color preview on #FBA7E2 background

This text has white color on #FBA7E2 background.