COLOR #FBBEEE

HEX: #FBBEEE
RGB: (251,190,238)

Color info

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

RGB color model

#FBBEEE color RGB value is (251,190,238).

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

RGB channels and saturation

R 251 of 255 = 98%
G 190 of 255 = 75%
B 238 of 255 = 93%

251
190
238

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

Portions of RGB colors in percentages

R + G + B =
251 + 190 + 238 = 679 (100%)
R 251 of 679 ~ 36.97%
G 190 of 679 ~ 27.98%
B 238 of 679 ~ 35.05%

%36.97
%27.98
%35.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 5.18%
  • 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
%5.18
%1.57

Codes

Color #FBBEEE in popluar color models

FBBEEE
RGB251190238
HSL313°88.41%86.47%
HSB/HSV313°24.30%98.43%
CMYK0.00%24.30%5.18%
1.57%

Color #FBBEEE in popluar number systems.

HEXFBBEEE
Decimal251190238
Binary111110111011111011101110
Octal373276356

Shades and tints

Shades of #FBBEEE

#FBBEEE
(251,190,238)
#E5ADD9
(229,173,217)
#CF9CC4
(207,156,196)
#B98BAF
(185,139,175)
#A37A9A
(163,122,154)
#8D6985
(141,105,133)
#775870
(119,88,112)
#61475B
(97,71,91)
#4B3646
(75,54,70)
#352531
(53,37,49)
#1F141C
(31,20,28)
#000000
(0,0,0)

Tints of #FBBEEE

#FBBEEE
(251,190,238)
#FBC3EF
(251,195,239)
#FBC8F0
(251,200,240)
#FBCDF1
(251,205,241)
#FBD2F2
(251,210,242)
#FBD7F3
(251,215,243)
#FBDCF4
(251,220,244)
#FBE1F5
(251,225,245)
#FBE6F6
(251,230,246)
#FBEBF7
(251,235,247)
#FBF0F8
(251,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBBEEE; }

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

This text font color is #FBBEEE.


Background Color

.myBgColor { background-color: #FBBEEE; }

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

This div background color is #FBBEEE.


Border color

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

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

This div border color is #FBBEEE.


Opacity

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

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

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

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

This text has shadow with #FBBEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBEEE on black background.


Color preview on white background

This text has color #FBBEEE on white background.



Black color preview on #FBBEEE background

This text has black color on #FBBEEE background.


White color preview on #FBBEEE background

This text has white color on #FBBEEE background.