COLOR #FBEEE1

HEX: #FBEEE1 RGB: (251,238,225)

Color info

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

RGB color model

#FBEEE1 color RGB value is (251,238,225).

RGB: (251,238,225) (98%, 93%, 88%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 225 of 255 = 88%

251
238
225

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

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 225 = 714 (100%)
R 251 of 714 ~ 35.15%
G 238 of 714 ~ 33.33%
B 225 of 714 ~ 31.51'%

%35.15
%33.33
%31.51

CMYK color model

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

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

Codes

Color #FBEEE1 in popluar color models

FB EE E1
RGB 251 238 225
HSL 30° 76.47% 93.33%
HSB/HSV 30° 10.36% 98.43%
CMYK 0.00% 5.18% 10.36%
1.57%

Color #FBEEE1 in popluar number systems.

HEX FB EE E1
Decimal 251 238 225
Binary 11111011 11101110 11100001
Octal 373 356 341

Shades and tints

Shades of #FBEEE1

#FBEEE1
(251,238,225)
#E5D9CD
(229,217,205)
#CFC4B9
(207,196,185)
#B9AFA5
(185,175,165)
#A39A91
(163,154,145)
#8D857D
(141,133,125)
#777069
(119,112,105)
#615B55
(97,91,85)
#4B4641
(75,70,65)
#35312D
(53,49,45)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #FBEEE1

#FBEEE1
(251,238,225)
#FBEFE3
(251,239,227)
#FBF0E5
(251,240,229)
#FBF1E7
(251,241,231)
#FBF2E9
(251,242,233)
#FBF3EB
(251,243,235)
#FBF4ED
(251,244,237)
#FBF5EF
(251,245,239)
#FBF6F1
(251,246,241)
#FBF7F3
(251,247,243)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEE1; }

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

This text font color is #FBEEE1.

Background Color

.myBgColor { background-color: #FBEEE1; }

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

This div background color is #FBEEE1.

Border color

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

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

This div border color is #FBEEE1.

Opacity

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

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

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

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

This text has shadow with #FBEEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEE1.

Preview

Color preview on black background

This text has color #FBEEE1 on black background.


Color preview on white background

This text has color #FBEEE1 on white background.


Black color preview on #FBEEE1 background

This text has black color on #FBEEE1 background.


White color preview on #FBEEE1 background

This text has white color on #FBEEE1 background.


Related colors

Complementary color

Complementary color for #hex is #04111E.


I love getcolorcode.com

Triadic colors

1 #E1FBEE and #EEE1FB with #FBEEE1 are triadic colors.

2 #E1EEFB and #EEFBE1 with #FBEEE1 are triadic colors.