COLOR #FBB9E9

HEX: #FBB9E9
RGB: (251,185,233)

Color info

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

RGB color model

#FBB9E9 color RGB value is (251,185,233).

  • red value is 251;
  • green value is 185;
  • blue value is 233.
RGB:
(251,185,233)
(98%,73%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 185 of 255 = 73%
B 233 of 255 = 91%

251
185
233

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

Portions of RGB colors in percentages

R + G + B =
251 + 185 + 233 = 669 (100%)
R 251 of 669 ~ 37.52%
G 185 of 669 ~ 27.65%
B 233 of 669 ~ 34.83%

%37.52
%27.65
%34.83

CMYK color model

#FBB9E9 color CMYK value is (0,26,7,2).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(0,26,7,2)
C0M26Y7K2 
(0%,26%,7%,2%)
(0.00/0.26/0.07/0.02)	

CMYK percentages

%0
%26.29
%7.17
%1.57

Codes

Color #FBB9E9 in popluar color models

FBB9E9
RGB251185233
HSL316°89.19%85.49%
HSB/HSV316°26.29%98.43%
CMYK0.00%26.29%7.17%
1.57%

Color #FBB9E9 in popluar number systems.

HEXFBB9E9
Decimal251185233
Binary111110111011100111101001
Octal373271351

Shades and tints

Shades of #FBB9E9

#FBB9E9
(251,185,233)
#E5A9D4
(229,169,212)
#CF99BF
(207,153,191)
#B989AA
(185,137,170)
#A37995
(163,121,149)
#8D6980
(141,105,128)
#77596B
(119,89,107)
#614956
(97,73,86)
#4B3941
(75,57,65)
#35292C
(53,41,44)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #FBB9E9

#FBB9E9
(251,185,233)
#FBBFEB
(251,191,235)
#FBC5ED
(251,197,237)
#FBCBEF
(251,203,239)
#FBD1F1
(251,209,241)
#FBD7F3
(251,215,243)
#FBDDF5
(251,221,245)
#FBE3F7
(251,227,247)
#FBE9F9
(251,233,249)
#FBEFFB
(251,239,251)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB9E9; }

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

This text font color is #FBB9E9.


Background Color

.myBgColor { background-color: #FBB9E9; }

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

This div background color is #FBB9E9.


Border color

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

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

This div border color is #FBB9E9.


Opacity

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

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

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

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

This text has shadow with #FBB9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB9E9 on black background.


Color preview on white background

This text has color #FBB9E9 on white background.



Black color preview on #FBB9E9 background

This text has black color on #FBB9E9 background.


White color preview on #FBB9E9 background

This text has white color on #FBB9E9 background.