COLOR #FBBEEF

HEX: #FBBEEF
RGB: (251,190,239)

Color info

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

RGB color model

#FBBEEF color RGB value is (251,190,239).

  • red value is 251;
  • green value is 190;
  • blue value is 239.
RGB:
(251,190,239)
(98%,75%,94%)

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 239 of 255 = 94%

251
190
239

R + G + B ~ 89%. #FBBEEF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 190 + 239 = 680 (100%)
R 251 of 680 ~ 36.91%
G 190 of 680 ~ 27.94%
B 239 of 680 ~ 35.15%

%36.91
%27.94
%35.15

CMYK color model

#FBBEEF color CMYK value is (0,24,5,2).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(0,24,5,2)
C0M24Y5K2 
(0%,24%,5%,2%)
(0.00/0.24/0.05/0.02)	

CMYK percentages

%0
%24.3
%4.78
%1.57

Codes

Color #FBBEEF in popluar color models

FBBEEF
RGB251190239
HSL312°88.41%86.47%
HSB/HSV312°24.30%98.43%
CMYK0.00%24.30%4.78%
1.57%

Color #FBBEEF in popluar number systems.

HEXFBBEEF
Decimal251190239
Binary111110111011111011101111
Octal373276357

Shades and tints

Shades of #FBBEEF

#FBBEEF
(251,190,239)
#E5ADDA
(229,173,218)
#CF9CC5
(207,156,197)
#B98BB0
(185,139,176)
#A37A9B
(163,122,155)
#8D6986
(141,105,134)
#775871
(119,88,113)
#61475C
(97,71,92)
#4B3647
(75,54,71)
#352532
(53,37,50)
#1F141D
(31,20,29)
#000000
(0,0,0)

Tints of #FBBEEF

#FBBEEF
(251,190,239)
#FBC3F0
(251,195,240)
#FBC8F1
(251,200,241)
#FBCDF2
(251,205,242)
#FBD2F3
(251,210,243)
#FBD7F4
(251,215,244)
#FBDCF5
(251,220,245)
#FBE1F6
(251,225,246)
#FBE6F7
(251,230,247)
#FBEBF8
(251,235,248)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBEEF; }

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

This text font color is #FBBEEF.


Background Color

.myBgColor { background-color: #FBBEEF; }

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

This div background color is #FBBEEF.


Border color

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

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

This div border color is #FBBEEF.


Opacity

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

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

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

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

This text has shadow with #FBBEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBEEF on black background.


Color preview on white background

This text has color #FBBEEF on white background.



Black color preview on #FBBEEF background

This text has black color on #FBBEEF background.


White color preview on #FBBEEF background

This text has white color on #FBBEEF background.