COLOR #FBAAE7

HEX: #FBAAE7
RGB: (251,170,231)

Color info

#FBAAE7 contains mainly red and blue colors. Web safe color of #FBAAE7 is #FF99FF (or #F9F).

RGB color model

#FBAAE7 color RGB value is (251,170,231).

  • red value is 251;
  • green value is 170;
  • blue value is 231.
RGB:
(251,170,231)
(98%,67%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 170 of 255 = 67%
B 231 of 255 = 91%

251
170
231

R + G + B ~ 85%. #FBAAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 170 + 231 = 652 (100%)
R 251 of 652 ~ 38.5%
G 170 of 652 ~ 26.07%
B 231 of 652 ~ 35.43%

%38.5
%26.07
%35.43

CMYK color model

#FBAAE7 color CMYK value is (0,32,8,2).

  • cyan value is 0.00%
  • magenta value is 32.27%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,32,8,2)
C0M32Y8K2 
(0%,32%,8%,2%)
(0.00/0.32/0.08/0.02)	

CMYK percentages

%0
%32.27
%7.97
%1.57

Codes

Color #FBAAE7 in popluar color models

FBAAE7
RGB251170231
HSL315°91.01%82.55%
HSB/HSV315°32.27%98.43%
CMYK0.00%32.27%7.97%
1.57%

Color #FBAAE7 in popluar number systems.

HEXFBAAE7
Decimal251170231
Binary111110111010101011100111
Octal373252347

Shades and tints

Shades of #FBAAE7

#FBAAE7
(251,170,231)
#E59BD2
(229,155,210)
#CF8CBD
(207,140,189)
#B97DA8
(185,125,168)
#A36E93
(163,110,147)
#8D5F7E
(141,95,126)
#775069
(119,80,105)
#614154
(97,65,84)
#4B323F
(75,50,63)
#35232A
(53,35,42)
#1F1415
(31,20,21)
#000000
(0,0,0)

Tints of #FBAAE7

#FBAAE7
(251,170,231)
#FBB1E9
(251,177,233)
#FBB8EB
(251,184,235)
#FBBFED
(251,191,237)
#FBC6EF
(251,198,239)
#FBCDF1
(251,205,241)
#FBD4F3
(251,212,243)
#FBDBF5
(251,219,245)
#FBE2F7
(251,226,247)
#FBE9F9
(251,233,249)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBAAE7 color. Also use rgb(251,170,231) instead hex code.

Text Font Color

.myTextColor { color: #FBAAE7; }

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

This text font color is #FBAAE7.


Background Color

.myBgColor { background-color: #FBAAE7; }

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

This div background color is #FBAAE7.


Border color

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

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

This div border color is #FBAAE7.


Opacity

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

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

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

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

This text has shadow with #FBAAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBAAE7 on black background.


Color preview on white background

This text has color #FBAAE7 on white background.



Black color preview on #FBAAE7 background

This text has black color on #FBAAE7 background.


White color preview on #FBAAE7 background

This text has white color on #FBAAE7 background.