COLOR #FBB3E5

HEX: #FBB3E5 RGB: (251,179,229)

Color info

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

RGB color model

#FBB3E5 color RGB value is (251,179,229).

RGB: (251,179,229) (98%, 70%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 179 of 255 = 70%
B 229 of 255 = 90%

251
179
229

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

Portions of RGB colors in percentages

R + G + B = 251 + 179 + 229 = 659 (100%)
R 251 of 659 ~ 38.09%
G 179 of 659 ~ 27.16%
B 229 of 659 ~ 34.75'%

%38.09
%27.16
%34.75

CMYK color model

#FBB3E5 color CMYK value is (0,29,9,2).

  • cyan value is 0.00%
  • magenta value is 28.69%
  • yellow value is 8.76%
  • key color value is 1.57%

CMYK: (0,29,9,2)
C0M29Y9K2 (0%, 29%, 9%, 2%)
(0.00 / 0.29 / 0.09 / 0.02)

CMYK percentages

%0
%28.69
%8.76
%1.57

Codes

Color #FBB3E5 in popluar color models

FB B3 E5
RGB 251 179 229
HSL 318° 90.00% 84.31%
HSB/HSV 318° 28.69% 98.43%
CMYK 0.00% 28.69% 8.76%
1.57%

Color #FBB3E5 in popluar number systems.

HEX FB B3 E5
Decimal 251 179 229
Binary 11111011 10110011 11100101
Octal 373 263 345

Shades and tints

Shades of #FBB3E5

#FBB3E5
(251,179,229)
#E5A3D1
(229,163,209)
#CF93BD
(207,147,189)
#B983A9
(185,131,169)
#A37395
(163,115,149)
#8D6381
(141,99,129)
#77536D
(119,83,109)
#614359
(97,67,89)
#4B3345
(75,51,69)
#352331
(53,35,49)
#1F131D
(31,19,29)
#000000
(0,0,0)

Tints of #FBB3E5

#FBB3E5
(251,179,229)
#FBB9E7
(251,185,231)
#FBBFE9
(251,191,233)
#FBC5EB
(251,197,235)
#FBCBED
(251,203,237)
#FBD1EF
(251,209,239)
#FBD7F1
(251,215,241)
#FBDDF3
(251,221,243)
#FBE3F5
(251,227,245)
#FBE9F7
(251,233,247)
#FBEFF9
(251,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBB3E5; }

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

This text font color is #FBB3E5.

Background Color

.myBgColor { background-color: #FBB3E5; }

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

This div background color is #FBB3E5.

Border color

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

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

This div border color is #FBB3E5.

Opacity

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

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

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

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

This text has shadow with #FBB3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBB3E5.

Preview

Color preview on black background

This text has color #FBB3E5 on black background.


Color preview on white background

This text has color #FBB3E5 on white background.


Black color preview on #FBB3E5 background

This text has black color on #FBB3E5 background.


White color preview on #FBB3E5 background

This text has white color on #FBB3E5 background.


Related colors

Complementary color

Complementary color for #hex is #044C1A.


I love getcolorcode.com

Triadic colors

1 #E5FBB3 and #B3E5FB with #FBB3E5 are triadic colors.

2 #E5B3FB and #B3FBE5 with #FBB3E5 are triadic colors.