COLOR #FBEEC8

HEX: #FBEEC8 RGB: (251,238,200)

Color info

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

RGB color model

#FBEEC8 color RGB value is (251,238,200).

RGB: (251,238,200) (98%, 93%, 78%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 200 of 255 = 78%

251
238
200

R + G + B ~ 90%. #FBEEC8 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 200 = 689 (100%)
R 251 of 689 ~ 36.43%
G 238 of 689 ~ 34.54%
B 200 of 689 ~ 29.03'%

%36.43
%34.54
%29.03

CMYK color model

#FBEEC8 color CMYK value is (0,5,20,2).

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

CMYK: (0,5,20,2)
C0M5Y20K2 (0%, 5%, 20%, 2%)
(0.00 / 0.05 / 0.20 / 0.02)

CMYK percentages

%0
%5.18
%20.32
%1.57

Codes

Color #FBEEC8 in popluar color models

FB EE C8
RGB 251 238 200
HSL 45° 86.44% 88.43%
HSB/HSV 45° 20.32% 98.43%
CMYK 0.00% 5.18% 20.32%
1.57%

Color #FBEEC8 in popluar number systems.

HEX FB EE C8
Decimal 251 238 200
Binary 11111011 11101110 11001000
Octal 373 356 310

Shades and tints

Shades of #FBEEC8

#FBEEC8
(251,238,200)
#E5D9B6
(229,217,182)
#CFC4A4
(207,196,164)
#B9AF92
(185,175,146)
#A39A80
(163,154,128)
#8D856E
(141,133,110)
#77705C
(119,112,92)
#615B4A
(97,91,74)
#4B4638
(75,70,56)
#353126
(53,49,38)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #FBEEC8

#FBEEC8
(251,238,200)
#FBEFCD
(251,239,205)
#FBF0D2
(251,240,210)
#FBF1D7
(251,241,215)
#FBF2DC
(251,242,220)
#FBF3E1
(251,243,225)
#FBF4E6
(251,244,230)
#FBF5EB
(251,245,235)
#FBF6F0
(251,246,240)
#FBF7F5
(251,247,245)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEC8; }

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

This text font color is #FBEEC8.

Background Color

.myBgColor { background-color: #FBEEC8; }

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

This div background color is #FBEEC8.

Border color

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

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

This div border color is #FBEEC8.

Opacity

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

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

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

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

This text has shadow with #FBEEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEC8.

Preview

Color preview on black background

This text has color #FBEEC8 on black background.


Color preview on white background

This text has color #FBEEC8 on white background.


Black color preview on #FBEEC8 background

This text has black color on #FBEEC8 background.


White color preview on #FBEEC8 background

This text has white color on #FBEEC8 background.


Related colors

Complementary color

Complementary color for #hex is #041137.


I love getcolorcode.com

Triadic colors

1 #C8FBEE and #EEC8FB with #FBEEC8 are triadic colors.

2 #C8EEFB and #EEFBC8 with #FBEEC8 are triadic colors.