COLOR #FBB5E9

HEX: #FBB5E9 RGB: (251,181,233)

Color info

#FBB5E9 contains mainly red and blue colors. Web safe color of #FBB5E9 is #FFCCFF (or #FCF).

RGB color model

#FBB5E9 color RGB value is (251,181,233).

RGB: (251,181,233) (98%, 71%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 181 of 255 = 71%
B 233 of 255 = 91%

251
181
233

R + G + B ~ 87%. #FBB5E9 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 181 + 233 = 665 (100%)
R 251 of 665 ~ 37.74%
G 181 of 665 ~ 27.22%
B 233 of 665 ~ 35.04'%

%37.74
%27.22
%35.04

CMYK color model

#FBB5E9 color CMYK value is (0,28,7,2).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 7.17%
  • key color value is 1.57%

CMYK: (0,28,7,2)
C0M28Y7K2 (0%, 28%, 7%, 2%)
(0.00 / 0.28 / 0.07 / 0.02)

CMYK percentages

%0
%27.89
%7.17
%1.57

Codes

Color #FBB5E9 in popluar color models

FB B5 E9
RGB 251 181 233
HSL 315° 89.74% 84.71%
HSB/HSV 315° 27.89% 98.43%
CMYK 0.00% 27.89% 7.17%
1.57%

Color #FBB5E9 in popluar number systems.

HEX FB B5 E9
Decimal 251 181 233
Binary 11111011 10110101 11101001
Octal 373 265 351

Shades and tints

Shades of #FBB5E9

#FBB5E9
(251,181,233)
#E5A5D4
(229,165,212)
#CF95BF
(207,149,191)
#B985AA
(185,133,170)
#A37595
(163,117,149)
#8D6580
(141,101,128)
#77556B
(119,85,107)
#614556
(97,69,86)
#4B3541
(75,53,65)
#35252C
(53,37,44)
#1F1517
(31,21,23)
#000000
(0,0,0)

Tints of #FBB5E9

#FBB5E9
(251,181,233)
#FBBBEB
(251,187,235)
#FBC1ED
(251,193,237)
#FBC7EF
(251,199,239)
#FBCDF1
(251,205,241)
#FBD3F3
(251,211,243)
#FBD9F5
(251,217,245)
#FBDFF7
(251,223,247)
#FBE5F9
(251,229,249)
#FBEBFB
(251,235,251)
#FBF1FD
(251,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB5E9 color. Also use rgb(251,181,233) instead hex code.

Text Font Color

.myTextColor { color: #FBB5E9; }

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

This text font color is #FBB5E9.

Background Color

.myBgColor { background-color: #FBB5E9; }

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

This div background color is #FBB5E9.

Border color

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

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

This div border color is #FBB5E9.

Opacity

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

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

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

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

This text has shadow with #FBB5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB5E9.

Preview

Color preview on black background

This text has color #FBB5E9 on black background.


Color preview on white background

This text has color #FBB5E9 on white background.


Black color preview on #FBB5E9 background

This text has black color on #FBB5E9 background.


White color preview on #FBB5E9 background

This text has white color on #FBB5E9 background.


Related colors

Complementary color

Complementary color for #hex is #044A16.


I love getcolorcode.com

Triadic colors

1 #E9FBB5 and #B5E9FB with #FBB5E9 are triadic colors.

2 #E9B5FB and #B5FBE9 with #FBB5E9 are triadic colors.