COLOR #FBEECE

HEX: #FBEECE RGB: (251,238,206)

Color info

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

RGB color model

#FBEECE color RGB value is (251,238,206).

RGB: (251,238,206) (98%, 93%, 81%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 206 of 255 = 81%

251
238
206

R + G + B ~ 91%. #FBEECE is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 206 = 695 (100%)
R 251 of 695 ~ 36.12%
G 238 of 695 ~ 34.24%
B 206 of 695 ~ 29.64'%

%36.12
%34.24
%29.64

CMYK color model

#FBEECE color CMYK value is (0,5,18,2).

  • cyan value is 0.00%
  • magenta value is 5.18%
  • yellow value is 17.93%
  • key color value is 1.57%

CMYK: (0,5,18,2)
C0M5Y18K2 (0%, 5%, 18%, 2%)
(0.00 / 0.05 / 0.18 / 0.02)

CMYK percentages

%0
%5.18
%17.93
%1.57

Codes

Color #FBEECE in popluar color models

FB EE CE
RGB 251 238 206
HSL 43° 84.91% 89.61%
HSB/HSV 43° 17.93% 98.43%
CMYK 0.00% 5.18% 17.93%
1.57%

Color #FBEECE in popluar number systems.

HEX FB EE CE
Decimal 251 238 206
Binary 11111011 11101110 11001110
Octal 373 356 316

Shades and tints

Shades of #FBEECE

#FBEECE
(251,238,206)
#E5D9BC
(229,217,188)
#CFC4AA
(207,196,170)
#B9AF98
(185,175,152)
#A39A86
(163,154,134)
#8D8574
(141,133,116)
#777062
(119,112,98)
#615B50
(97,91,80)
#4B463E
(75,70,62)
#35312C
(53,49,44)
#1F1C1A
(31,28,26)
#000000
(0,0,0)

Tints of #FBEECE

#FBEECE
(251,238,206)
#FBEFD2
(251,239,210)
#FBF0D6
(251,240,214)
#FBF1DA
(251,241,218)
#FBF2DE
(251,242,222)
#FBF3E2
(251,243,226)
#FBF4E6
(251,244,230)
#FBF5EA
(251,245,234)
#FBF6EE
(251,246,238)
#FBF7F2
(251,247,242)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEECE; }

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

This text font color is #FBEECE.

Background Color

.myBgColor { background-color: #FBEECE; }

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

This div background color is #FBEECE.

Border color

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

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

This div border color is #FBEECE.

Opacity

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

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

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

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

This text has shadow with #FBEECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEECE.

Preview

Color preview on black background

This text has color #FBEECE on black background.


Color preview on white background

This text has color #FBEECE on white background.


Black color preview on #FBEECE background

This text has black color on #FBEECE background.


White color preview on #FBEECE background

This text has white color on #FBEECE background.


Related colors

Complementary color

Complementary color for #hex is #041131.


I love getcolorcode.com

Triadic colors

1 #CEFBEE and #EECEFB with #FBEECE are triadic colors.

2 #CEEEFB and #EEFBCE with #FBEECE are triadic colors.