COLOR #FB7AE1

HEX: #FB7AE1
RGB: (251,122,225)

Color info

#FB7AE1 contains mainly red and blue colors. Web safe color of #FB7AE1 is #FF66CC (or #F6C).

RGB color model

#FB7AE1 color RGB value is (251,122,225).

  • red value is 251;
  • green value is 122;
  • blue value is 225.
RGB:
(251,122,225)
(98%,48%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 122 of 255 = 48%
B 225 of 255 = 88%

251
122
225

R + G + B ~ 78%. #FB7AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 122 + 225 = 598 (100%)
R 251 of 598 ~ 41.97%
G 122 of 598 ~ 20.4%
B 225 of 598 ~ 37.63%

%41.97
%20.4
%37.63

CMYK color model

#FB7AE1 color CMYK value is (0,51,10,2).

  • cyan value is 0.00%
  • magenta value is 51.39%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(0,51,10,2)
C0M51Y10K2 
(0%,51%,10%,2%)
(0.00/0.51/0.10/0.02)	

CMYK percentages

%0
%51.39
%10.36
%1.57

Codes

Color #FB7AE1 in popluar color models

FB7AE1
RGB251122225
HSL312°94.16%73.14%
HSB/HSV312°51.39%98.43%
CMYK0.00%51.39%10.36%
1.57%

Color #FB7AE1 in popluar number systems.

HEXFB7AE1
Decimal251122225
Binary11111011111101011100001
Octal373172341

Shades and tints

Shades of #FB7AE1

#FB7AE1
(251,122,225)
#E56FCD
(229,111,205)
#CF64B9
(207,100,185)
#B959A5
(185,89,165)
#A34E91
(163,78,145)
#8D437D
(141,67,125)
#773869
(119,56,105)
#612D55
(97,45,85)
#4B2241
(75,34,65)
#35172D
(53,23,45)
#1F0C19
(31,12,25)
#000000
(0,0,0)

Tints of #FB7AE1

#FB7AE1
(251,122,225)
#FB86E3
(251,134,227)
#FB92E5
(251,146,229)
#FB9EE7
(251,158,231)
#FBAAE9
(251,170,233)
#FBB6EB
(251,182,235)
#FBC2ED
(251,194,237)
#FBCEEF
(251,206,239)
#FBDAF1
(251,218,241)
#FBE6F3
(251,230,243)
#FBF2F5
(251,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB7AE1 color. Also use rgb(251,122,225) instead hex code.

Text Font Color

.myTextColor { color: #FB7AE1; }

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

This text font color is #FB7AE1.


Background Color

.myBgColor { background-color: #FB7AE1; }

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

This div background color is #FB7AE1.


Border color

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

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

This div border color is #FB7AE1.


Opacity

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

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

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

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

This text has shadow with #FB7AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7AE1 on black background.


Color preview on white background

This text has color #FB7AE1 on white background.



Black color preview on #FB7AE1 background

This text has black color on #FB7AE1 background.


White color preview on #FB7AE1 background

This text has white color on #FB7AE1 background.