COLOR #FBEEE2

HEX: #FBEEE2
RGB: (251,238,226)

Color info

#FBEEE2 contains red, green and blue colors in about the same proportion. Web safe color of #FBEEE2 is #FFFFCC (or #FFC).

RGB color model

#FBEEE2 color RGB value is (251,238,226).

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

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 226 of 255 = 89%

251
238
226

R + G + B ~ 93%. #FBEEE2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 238 + 226 = 715 (100%)
R 251 of 715 ~ 35.1%
G 238 of 715 ~ 33.29%
B 226 of 715 ~ 31.61%

%35.1
%33.29
%31.61

CMYK color model

#FBEEE2 color CMYK value is (0,5,10,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 9.96%
  • key color value is 1.57%
CMYK:
(0,5,10,2)
C0M5Y10K2 
(0%,5%,10%,2%)
(0.00/0.05/0.10/0.02)	

CMYK percentages

%0
%5.18
%9.96
%1.57

Codes

Color #FBEEE2 in popluar color models

FBEEE2
RGB251238226
HSL29°75.76%93.53%
HSB/HSV29°9.96%98.43%
CMYK0.00%5.18%9.96%
1.57%

Color #FBEEE2 in popluar number systems.

HEXFBEEE2
Decimal251238226
Binary111110111110111011100010
Octal373356342

Shades and tints

Shades of #FBEEE2

#FBEEE2
(251,238,226)
#E5D9CE
(229,217,206)
#CFC4BA
(207,196,186)
#B9AFA6
(185,175,166)
#A39A92
(163,154,146)
#8D857E
(141,133,126)
#77706A
(119,112,106)
#615B56
(97,91,86)
#4B4642
(75,70,66)
#35312E
(53,49,46)
#1F1C1A
(31,28,26)
#000000
(0,0,0)

Tints of #FBEEE2

#FBEEE2
(251,238,226)
#FBEFE4
(251,239,228)
#FBF0E6
(251,240,230)
#FBF1E8
(251,241,232)
#FBF2EA
(251,242,234)
#FBF3EC
(251,243,236)
#FBF4EE
(251,244,238)
#FBF5F0
(251,245,240)
#FBF6F2
(251,246,242)
#FBF7F4
(251,247,244)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEE2; }

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

This text font color is #FBEEE2.


Background Color

.myBgColor { background-color: #FBEEE2; }

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

This div background color is #FBEEE2.


Border color

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

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

This div border color is #FBEEE2.


Opacity

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

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

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

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

This text has shadow with #FBEEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEEE2 on black background.


Color preview on white background

This text has color #FBEEE2 on white background.



Black color preview on #FBEEE2 background

This text has black color on #FBEEE2 background.


White color preview on #FBEEE2 background

This text has white color on #FBEEE2 background.