COLOR #FB8AE0

HEX: #FB8AE0 RGB: (251,138,224)

Color info

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

RGB color model

#FB8AE0 color RGB value is (251,138,224).

RGB: (251,138,224) (98%, 54%, 88%)

RGB channels and saturation

R 251 of 255 = 98%
G 138 of 255 = 54%
B 224 of 255 = 88%

251
138
224

R + G + B ~ 80%. #FB8AE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 138 + 224 = 613 (100%)
R 251 of 613 ~ 40.95%
G 138 of 613 ~ 22.51%
B 224 of 613 ~ 36.54'%

%40.95
%22.51
%36.54

CMYK color model

#FB8AE0 color CMYK value is (0,45,11,2).

  • cyan value is 0.00%
  • magenta value is 45.02%
  • yellow value is 10.76%
  • key color value is 1.57%

CMYK: (0,45,11,2)
C0M45Y11K2 (0%, 45%, 11%, 2%)
(0.00 / 0.45 / 0.11 / 0.02)

CMYK percentages

%0
%45.02
%10.76
%1.57

Codes

Color #FB8AE0 in popluar color models

FB 8A E0
RGB 251 138 224
HSL 314° 93.39% 76.27%
HSB/HSV 314° 45.02% 98.43%
CMYK 0.00% 45.02% 10.76%
1.57%

Color #FB8AE0 in popluar number systems.

HEX FB 8A E0
Decimal 251 138 224
Binary 11111011 10001010 11100000
Octal 373 212 340

Shades and tints

Shades of #FB8AE0

#FB8AE0
(251,138,224)
#E57ECC
(229,126,204)
#CF72B8
(207,114,184)
#B966A4
(185,102,164)
#A35A90
(163,90,144)
#8D4E7C
(141,78,124)
#774268
(119,66,104)
#613654
(97,54,84)
#4B2A40
(75,42,64)
#351E2C
(53,30,44)
#1F1218
(31,18,24)
#000000
(0,0,0)

Tints of #FB8AE0

#FB8AE0
(251,138,224)
#FB94E2
(251,148,226)
#FB9EE4
(251,158,228)
#FBA8E6
(251,168,230)
#FBB2E8
(251,178,232)
#FBBCEA
(251,188,234)
#FBC6EC
(251,198,236)
#FBD0EE
(251,208,238)
#FBDAF0
(251,218,240)
#FBE4F2
(251,228,242)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB8AE0 color. Also use rgb(251,138,224) instead hex code.

Text Font Color

.myTextColor { color: #FB8AE0; }

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

This text font color is #FB8AE0.

Background Color

.myBgColor { background-color: #FB8AE0; }

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

This div background color is #FB8AE0.

Border color

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

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

This div border color is #FB8AE0.

Opacity

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

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

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

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

This text has shadow with #FB8AE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB8AE0.

Preview

Color preview on black background

This text has color #FB8AE0 on black background.


Color preview on white background

This text has color #FB8AE0 on white background.


Black color preview on #FB8AE0 background

This text has black color on #FB8AE0 background.


White color preview on #FB8AE0 background

This text has white color on #FB8AE0 background.


Related colors

Complementary color

Complementary color for #hex is #04751F.


I love getcolorcode.com

Triadic colors

1 #E0FB8A and #8AE0FB with #FB8AE0 are triadic colors.

2 #E08AFB and #8AFBE0 with #FB8AE0 are triadic colors.