COLOR #FBA5E6

HEX: #FBA5E6 RGB: (251,165,230)

Color info

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

RGB color model

#FBA5E6 color RGB value is (251,165,230).

RGB: (251,165,230) (98%, 65%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 165 of 255 = 65%
B 230 of 255 = 90%

251
165
230

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

Portions of RGB colors in percentages

R + G + B = 251 + 165 + 230 = 646 (100%)
R 251 of 646 ~ 38.85%
G 165 of 646 ~ 25.54%
B 230 of 646 ~ 35.6'%

%38.85
%25.54
%35.6

CMYK color model

#FBA5E6 color CMYK value is (0,34,8,2).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 8.37%
  • key color value is 1.57%

CMYK: (0,34,8,2)
C0M34Y8K2 (0%, 34%, 8%, 2%)
(0.00 / 0.34 / 0.08 / 0.02)

CMYK percentages

%0
%34.26
%8.37
%1.57

Codes

Color #FBA5E6 in popluar color models

FB A5 E6
RGB 251 165 230
HSL 315° 91.49% 81.57%
HSB/HSV 315° 34.26% 98.43%
CMYK 0.00% 34.26% 8.37%
1.57%

Color #FBA5E6 in popluar number systems.

HEX FB A5 E6
Decimal 251 165 230
Binary 11111011 10100101 11100110
Octal 373 245 346

Shades and tints

Shades of #FBA5E6

#FBA5E6
(251,165,230)
#E596D2
(229,150,210)
#CF87BE
(207,135,190)
#B978AA
(185,120,170)
#A36996
(163,105,150)
#8D5A82
(141,90,130)
#774B6E
(119,75,110)
#613C5A
(97,60,90)
#4B2D46
(75,45,70)
#351E32
(53,30,50)
#1F0F1E
(31,15,30)
#000000
(0,0,0)

Tints of #FBA5E6

#FBA5E6
(251,165,230)
#FBADE8
(251,173,232)
#FBB5EA
(251,181,234)
#FBBDEC
(251,189,236)
#FBC5EE
(251,197,238)
#FBCDF0
(251,205,240)
#FBD5F2
(251,213,242)
#FBDDF4
(251,221,244)
#FBE5F6
(251,229,246)
#FBEDF8
(251,237,248)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBA5E6 color. Also use rgb(251,165,230) instead hex code.

Text Font Color

.myTextColor { color: #FBA5E6; }

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

This text font color is #FBA5E6.

Background Color

.myBgColor { background-color: #FBA5E6; }

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

This div background color is #FBA5E6.

Border color

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

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

This div border color is #FBA5E6.

Opacity

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

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

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

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

This text has shadow with #FBA5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBA5E6.

Preview

Color preview on black background

This text has color #FBA5E6 on black background.


Color preview on white background

This text has color #FBA5E6 on white background.


Black color preview on #FBA5E6 background

This text has black color on #FBA5E6 background.


White color preview on #FBA5E6 background

This text has white color on #FBA5E6 background.


Related colors

Complementary color

Complementary color for #hex is #045A19.


I love getcolorcode.com

Triadic colors

1 #E6FBA5 and #A5E6FB with #FBA5E6 are triadic colors.

2 #E6A5FB and #A5FBE6 with #FBA5E6 are triadic colors.