COLOR #FBEEEA

HEX: #FBEEEA
RGB: (251,238,234)

Color info

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

RGB color model

#FBEEEA color RGB value is (251,238,234).

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

RGB channels and saturation

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

251
238
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 238 + 234 = 723 (100%)
R 251 of 723 ~ 34.72%
G 238 of 723 ~ 32.92%
B 234 of 723 ~ 32.37%

%34.72
%32.92
%32.37

CMYK color model

#FBEEEA color CMYK value is (0,5,7,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,5,7,2)
C0M5Y7K2 
(0%,5%,7%,2%)
(0.00/0.05/0.07/0.02)	

CMYK percentages

%0
%5.18
%6.77
%1.57

Codes

Color #FBEEEA in popluar color models

FBEEEA
RGB251238234
HSL14°68.00%95.10%
HSB/HSV14°6.77%98.43%
CMYK0.00%5.18%6.77%
1.57%

Color #FBEEEA in popluar number systems.

HEXFBEEEA
Decimal251238234
Binary111110111110111011101010
Octal373356352

Shades and tints

Shades of #FBEEEA

#FBEEEA
(251,238,234)
#E5D9D5
(229,217,213)
#CFC4C0
(207,196,192)
#B9AFAB
(185,175,171)
#A39A96
(163,154,150)
#8D8581
(141,133,129)
#77706C
(119,112,108)
#615B57
(97,91,87)
#4B4642
(75,70,66)
#35312D
(53,49,45)
#1F1C18
(31,28,24)
#000000
(0,0,0)

Tints of #FBEEEA

#FBEEEA
(251,238,234)
#FBEFEB
(251,239,235)
#FBF0EC
(251,240,236)
#FBF1ED
(251,241,237)
#FBF2EE
(251,242,238)
#FBF3EF
(251,243,239)
#FBF4F0
(251,244,240)
#FBF5F1
(251,245,241)
#FBF6F2
(251,246,242)
#FBF7F3
(251,247,243)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEEA; }

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

This text font color is #FBEEEA.


Background Color

.myBgColor { background-color: #FBEEEA; }

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

This div background color is #FBEEEA.


Border color

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

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

This div border color is #FBEEEA.


Opacity

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

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

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

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

This text has shadow with #FBEEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEEEA on black background.


Color preview on white background

This text has color #FBEEEA on white background.



Black color preview on #FBEEEA background

This text has black color on #FBEEEA background.


White color preview on #FBEEEA background

This text has white color on #FBEEEA background.