COLOR #FBEEEB

HEX: #FBEEEB
RGB: (251,238,235)

Color info

#FBEEEB contains red, green and blue colors in about the same proportion. Web safe color of #FBEEEB is #FFFFFF (or #FFF).

RGB color model

#FBEEEB color RGB value is (251,238,235).

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

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 235 of 255 = 92%

251
238
235

R + G + B ~ 94%. #FBEEEB is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 238 + 235 = 724 (100%)
R 251 of 724 ~ 34.67%
G 238 of 724 ~ 32.87%
B 235 of 724 ~ 32.46%

%34.67
%32.87
%32.46

CMYK color model

#FBEEEB color CMYK value is (0,5,6,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 6.37%
  • key color value is 1.57%
CMYK:
(0,5,6,2)
C0M5Y6K2 
(0%,5%,6%,2%)
(0.00/0.05/0.06/0.02)	

CMYK percentages

%0
%5.18
%6.37
%1.57

Codes

Color #FBEEEB in popluar color models

FBEEEB
RGB251238235
HSL11°66.67%95.29%
HSB/HSV11°6.37%98.43%
CMYK0.00%5.18%6.37%
1.57%

Color #FBEEEB in popluar number systems.

HEXFBEEEB
Decimal251238235
Binary111110111110111011101011
Octal373356353

Shades and tints

Shades of #FBEEEB

#FBEEEB
(251,238,235)
#E5D9D6
(229,217,214)
#CFC4C1
(207,196,193)
#B9AFAC
(185,175,172)
#A39A97
(163,154,151)
#8D8582
(141,133,130)
#77706D
(119,112,109)
#615B58
(97,91,88)
#4B4643
(75,70,67)
#35312E
(53,49,46)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #FBEEEB

#FBEEEB
(251,238,235)
#FBEFEC
(251,239,236)
#FBF0ED
(251,240,237)
#FBF1EE
(251,241,238)
#FBF2EF
(251,242,239)
#FBF3F0
(251,243,240)
#FBF4F1
(251,244,241)
#FBF5F2
(251,245,242)
#FBF6F3
(251,246,243)
#FBF7F4
(251,247,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEEB; }

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

This text font color is #FBEEEB.


Background Color

.myBgColor { background-color: #FBEEEB; }

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

This div background color is #FBEEEB.


Border color

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

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

This div border color is #FBEEEB.


Opacity

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

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

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

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

This text has shadow with #FBEEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEEEB on black background.


Color preview on white background

This text has color #FBEEEB on white background.



Black color preview on #FBEEEB background

This text has black color on #FBEEEB background.


White color preview on #FBEEEB background

This text has white color on #FBEEEB background.