COLOR #FBEEF8

HEX: #FBEEF8 RGB: (251,238,248)

Color info

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

RGB color model

#FBEEF8 color RGB value is (251,238,248).

RGB: (251,238,248) (98%, 93%, 97%)

RGB channels and saturation

R 251 of 255 = 98%
G 238 of 255 = 93%
B 248 of 255 = 97%

251
238
248

R + G + B ~ 96%. #FBEEF8 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 248 = 737 (100%)
R 251 of 737 ~ 34.06%
G 238 of 737 ~ 32.29%
B 248 of 737 ~ 33.65'%

%34.06
%32.29
%33.65

CMYK color model

#FBEEF8 color CMYK value is (0,5,1,2).

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

CMYK: (0,5,1,2)
C0M5Y1K2 (0%, 5%, 1%, 2%)
(0.00 / 0.05 / 0.01 / 0.02)

CMYK percentages

%0
%5.18
%1.2
%1.57

Codes

Color #FBEEF8 in popluar color models

FB EE F8
RGB 251 238 248
HSL 314° 61.90% 95.88%
HSB/HSV 314° 5.18% 98.43%
CMYK 0.00% 5.18% 1.20%
1.57%

Color #FBEEF8 in popluar number systems.

HEX FB EE F8
Decimal 251 238 248
Binary 11111011 11101110 11111000
Octal 373 356 370

Shades and tints

Shades of #FBEEF8

#FBEEF8
(251,238,248)
#E5D9E2
(229,217,226)
#CFC4CC
(207,196,204)
#B9AFB6
(185,175,182)
#A39AA0
(163,154,160)
#8D858A
(141,133,138)
#777074
(119,112,116)
#615B5E
(97,91,94)
#4B4648
(75,70,72)
#353132
(53,49,50)
#1F1C1C
(31,28,28)
#000000
(0,0,0)

Tints of #FBEEF8

#FBEEF8
(251,238,248)
#FBEFF8
(251,239,248)
#FBF0F8
(251,240,248)
#FBF1F8
(251,241,248)
#FBF2F8
(251,242,248)
#FBF3F8
(251,243,248)
#FBF4F8
(251,244,248)
#FBF5F8
(251,245,248)
#FBF6F8
(251,246,248)
#FBF7F8
(251,247,248)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEF8; }

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

This text font color is #FBEEF8.

Background Color

.myBgColor { background-color: #FBEEF8; }

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

This div background color is #FBEEF8.

Border color

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

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

This div border color is #FBEEF8.

Opacity

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

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

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

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

This text has shadow with #FBEEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEF8.

Preview

Color preview on black background

This text has color #FBEEF8 on black background.


Color preview on white background

This text has color #FBEEF8 on white background.


Black color preview on #FBEEF8 background

This text has black color on #FBEEF8 background.


White color preview on #FBEEF8 background

This text has white color on #FBEEF8 background.


Related colors

Complementary color

Complementary color for #hex is #041107.


I love getcolorcode.com

Triadic colors

1 #F8FBEE and #EEF8FB with #FBEEF8 are triadic colors.

2 #F8EEFB and #EEFBF8 with #FBEEF8 are triadic colors.