COLOR #FB9AE7

HEX: #FB9AE7
RGB: (251,154,231)

Color info

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

RGB color model

#FB9AE7 color RGB value is (251,154,231).

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

RGB channels and saturation

R 251 of 255 = 98%
G 154 of 255 = 60%
B 231 of 255 = 91%

251
154
231

R + G + B ~ 83%. #FB9AE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 154 + 231 = 636 (100%)
R 251 of 636 ~ 39.47%
G 154 of 636 ~ 24.21%
B 231 of 636 ~ 36.32%

%39.47
%24.21
%36.32

CMYK color model

#FB9AE7 color CMYK value is (0,39,8,2).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,39,8,2)
C0M39Y8K2 
(0%,39%,8%,2%)
(0.00/0.39/0.08/0.02)	

CMYK percentages

%0
%38.65
%7.97
%1.57

Codes

Color #FB9AE7 in popluar color models

FB9AE7
RGB251154231
HSL312°92.38%79.41%
HSB/HSV312°38.65%98.43%
CMYK0.00%38.65%7.97%
1.57%

Color #FB9AE7 in popluar number systems.

HEXFB9AE7
Decimal251154231
Binary111110111001101011100111
Octal373232347

Shades and tints

Shades of #FB9AE7

#FB9AE7
(251,154,231)
#E58CD2
(229,140,210)
#CF7EBD
(207,126,189)
#B970A8
(185,112,168)
#A36293
(163,98,147)
#8D547E
(141,84,126)
#774669
(119,70,105)
#613854
(97,56,84)
#4B2A3F
(75,42,63)
#351C2A
(53,28,42)
#1F0E15
(31,14,21)
#000000
(0,0,0)

Tints of #FB9AE7

#FB9AE7
(251,154,231)
#FBA3E9
(251,163,233)
#FBACEB
(251,172,235)
#FBB5ED
(251,181,237)
#FBBEEF
(251,190,239)
#FBC7F1
(251,199,241)
#FBD0F3
(251,208,243)
#FBD9F5
(251,217,245)
#FBE2F7
(251,226,247)
#FBEBF9
(251,235,249)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB9AE7; }

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

This text font color is #FB9AE7.


Background Color

.myBgColor { background-color: #FB9AE7; }

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

This div background color is #FB9AE7.


Border color

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

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

This div border color is #FB9AE7.


Opacity

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

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

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

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

This text has shadow with #FB9AE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB9AE7 on black background.


Color preview on white background

This text has color #FB9AE7 on white background.



Black color preview on #FB9AE7 background

This text has black color on #FB9AE7 background.


White color preview on #FB9AE7 background

This text has white color on #FB9AE7 background.