COLOR #FBBEE7

HEX: #FBBEE7 RGB: (251,190,231)

Color info

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

RGB color model

#FBBEE7 color RGB value is (251,190,231).

RGB: (251,190,231) (98%, 75%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 231 of 255 = 91%

251
190
231

R + G + B ~ 88%. #FBBEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 190 + 231 = 672 (100%)
R 251 of 672 ~ 37.35%
G 190 of 672 ~ 28.27%
B 231 of 672 ~ 34.38'%

%37.35
%28.27
%34.38

CMYK color model

#FBBEE7 color CMYK value is (0,24,8,2).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK: (0,24,8,2) C0M24Y8K2 (0%,24%,8%,2%) (0.00/0.24/0.08/0.02) 

CMYK percentages

%0
%24.3
%7.97
%1.57

Codes

Color #FBBEE7 in popluar color models

FB BE E7
RGB 251 190 231
HSL 320° 88.41% 86.47%
HSB/HSV 320° 24.30% 98.43%
CMYK 0.00% 24.30% 7.97%
1.57%

Color #FBBEE7 in popluar number systems.

HEX FB BE E7
Decimal 251 190 231
Binary 11111011 10111110 11100111
Octal 373 276 347

Shades and tints

Shades of #FBBEE7

#FBBEE7
(251,190,231)
#E5ADD2
(229,173,210)
#CF9CBD
(207,156,189)
#B98BA8
(185,139,168)
#A37A93
(163,122,147)
#8D697E
(141,105,126)
#775869
(119,88,105)
#614754
(97,71,84)
#4B363F
(75,54,63)
#35252A
(53,37,42)
#1F1415
(31,20,21)
#000000
(0,0,0)

Tints of #FBBEE7

#FBBEE7
(251,190,231)
#FBC3E9
(251,195,233)
#FBC8EB
(251,200,235)
#FBCDED
(251,205,237)
#FBD2EF
(251,210,239)
#FBD7F1
(251,215,241)
#FBDCF3
(251,220,243)
#FBE1F5
(251,225,245)
#FBE6F7
(251,230,247)
#FBEBF9
(251,235,249)
#FBF0FB
(251,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBEE7 color. Also use rgb(251,190,231) instead hex code.

Text Font Color

.myTextColor { color: #FBBEE7; }

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

This text font color is #FBBEE7.

Background Color

.myBgColor { background-color: #FBBEE7; }

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

This div background color is #FBBEE7.

Border color

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

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

This div border color is #FBBEE7.

Opacity

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

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

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

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

This text has shadow with #FBBEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBBEE7.

Preview

Color preview on black background

This text has color #FBBEE7 on black background.


Color preview on white background

This text has color #FBBEE7 on white background.


Black color preview on #FBBEE7 background

This text has black color on #FBBEE7 background.


White color preview on #FBBEE7 background

This text has white color on #FBBEE7 background.


Related colors

Complementary color

Complementary color for #hex is #044118.


I love getcolorcode.com

Triadic colors

1 #E7FBBE and #BEE7FB with #FBBEE7 are triadic colors.

2 #E7BEFB and #BEFBE7 with #FBBEE7 are triadic colors.