COLOR #FBB3E2

HEX: #FBB3E2
RGB: (251,179,226)

Color info

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

RGB color model

#FBB3E2 color RGB value is (251,179,226).

  • red value is 251;
  • green value is 179;
  • blue value is 226.
RGB:
(251,179,226)
(98%,70%,89%)

RGB channels and saturation

R 251 of 255 = 98%
G 179 of 255 = 70%
B 226 of 255 = 89%

251
179
226

R + G + B ~ 86%. #FBB3E2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 179 + 226 = 656 (100%)
R 251 of 656 ~ 38.26%
G 179 of 656 ~ 27.29%
B 226 of 656 ~ 34.45%

%38.26
%27.29
%34.45

CMYK color model

#FBB3E2 color CMYK value is (0,29,10,2).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,29,10,2)
C0M29Y10K2 
(0%,29%,10%,2%)
(0.00/0.29/0.10/0.02)	

CMYK percentages

%0
%28.69
%9.96
%1.57

Codes

Color #FBB3E2 in popluar color models

FBB3E2
RGB251179226
HSL321°90.00%84.31%
HSB/HSV321°28.69%98.43%
CMYK0.00%28.69%9.96%
1.57%

Color #FBB3E2 in popluar number systems.

HEXFBB3E2
Decimal251179226
Binary111110111011001111100010
Octal373263342

Shades and tints

Shades of #FBB3E2

#FBB3E2
(251,179,226)
#E5A3CE
(229,163,206)
#CF93BA
(207,147,186)
#B983A6
(185,131,166)
#A37392
(163,115,146)
#8D637E
(141,99,126)
#77536A
(119,83,106)
#614356
(97,67,86)
#4B3342
(75,51,66)
#35232E
(53,35,46)
#1F131A
(31,19,26)
#000000
(0,0,0)

Tints of #FBB3E2

#FBB3E2
(251,179,226)
#FBB9E4
(251,185,228)
#FBBFE6
(251,191,230)
#FBC5E8
(251,197,232)
#FBCBEA
(251,203,234)
#FBD1EC
(251,209,236)
#FBD7EE
(251,215,238)
#FBDDF0
(251,221,240)
#FBE3F2
(251,227,242)
#FBE9F4
(251,233,244)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBB3E2 color. Also use rgb(251,179,226) instead hex code.

Text Font Color

.myTextColor { color: #FBB3E2; }

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

This text font color is #FBB3E2.


Background Color

.myBgColor { background-color: #FBB3E2; }

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

This div background color is #FBB3E2.


Border color

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

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

This div border color is #FBB3E2.


Opacity

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

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

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

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

This text has shadow with #FBB3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBB3E2 on black background.


Color preview on white background

This text has color #FBB3E2 on white background.



Black color preview on #FBB3E2 background

This text has black color on #FBB3E2 background.


White color preview on #FBB3E2 background

This text has white color on #FBB3E2 background.