COLOR #FBEEED

HEX: #FBEEED RGB: (251,238,237)

Color info

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

RGB color model

#FBEEED color RGB value is (251,238,237).

RGB: (251,238,237) (98%, 93%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 237 of 255 = 93%

251
238
237

R + G + B ~ 95%. #FBEEED is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 237 = 726 (100%)
R 251 of 726 ~ 34.57%
G 238 of 726 ~ 32.78%
B 237 of 726 ~ 32.64'%

%34.57
%32.78
%32.64

CMYK color model

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

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

Codes

Color #FBEEED in popluar color models

FB EE ED
RGB 251 238 237
HSL 63.64% 95.69%
HSB/HSV 5.58% 98.43%
CMYK 0.00% 5.18% 5.58%
1.57%

Color #FBEEED in popluar number systems.

HEX FB EE ED
Decimal 251 238 237
Binary 11111011 11101110 11101101
Octal 373 356 355

Shades and tints

Shades of #FBEEED

#FBEEED
(251,238,237)
#E5D9D8
(229,217,216)
#CFC4C3
(207,196,195)
#B9AFAE
(185,175,174)
#A39A99
(163,154,153)
#8D8584
(141,133,132)
#77706F
(119,112,111)
#615B5A
(97,91,90)
#4B4645
(75,70,69)
#353130
(53,49,48)
#1F1C1B
(31,28,27)
#000000
(0,0,0)

Tints of #FBEEED

#FBEEED
(251,238,237)
#FBEFEE
(251,239,238)
#FBF0EF
(251,240,239)
#FBF1F0
(251,241,240)
#FBF2F1
(251,242,241)
#FBF3F2
(251,243,242)
#FBF4F3
(251,244,243)
#FBF5F4
(251,245,244)
#FBF6F5
(251,246,245)
#FBF7F6
(251,247,246)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEED; }

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

This text font color is #FBEEED.

Background Color

.myBgColor { background-color: #FBEEED; }

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

This div background color is #FBEEED.

Border color

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

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

This div border color is #FBEEED.

Opacity

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

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

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

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

This text has shadow with #FBEEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEED.

Preview

Color preview on black background

This text has color #FBEEED on black background.


Color preview on white background

This text has color #FBEEED on white background.


Black color preview on #FBEEED background

This text has black color on #FBEEED background.


White color preview on #FBEEED background

This text has white color on #FBEEED background.


Related colors

Complementary color

Complementary color for #hex is #041112.


I love getcolorcode.com

Triadic colors

1 #EDFBEE and #EEEDFB with #FBEEED are triadic colors.

2 #EDEEFB and #EEFBED with #FBEEED are triadic colors.