COLOR #FBEEFB

HEX: #FBEEFB RGB: (251,238,251)

Color info

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

RGB color model

#FBEEFB color RGB value is (251,238,251).

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

RGB channels and saturation

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

251
238
251

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

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 251 = 740 (100%)
R 251 of 740 ~ 33.92%
G 238 of 740 ~ 32.16%
B 251 of 740 ~ 33.92'%

%33.92
%32.16
%33.92

CMYK color model

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

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

CMYK: (0,5,0,2)
C0M5Y0K2 (0%, 5%, 0%, 2%)
(0.00 / 0.05 / 0.00 / 0.02)

CMYK percentages

%0
%5.18
%0
%1.57

Codes

Color #FBEEFB in popluar color models

FB EE FB
RGB 251 238 251
HSL 300° 61.90% 95.88%
HSB/HSV 300° 5.18% 98.43%
CMYK 0.00% 5.18% 0.00%
1.57%

Color #FBEEFB in popluar number systems.

HEX FB EE FB
Decimal 251 238 251
Binary 11111011 11101110 11111011
Octal 373 356 373

Shades and tints

Shades of #FBEEFB

#FBEEFB
(251,238,251)
#E5D9E5
(229,217,229)
#CFC4CF
(207,196,207)
#B9AFB9
(185,175,185)
#A39AA3
(163,154,163)
#8D858D
(141,133,141)
#777077
(119,112,119)
#615B61
(97,91,97)
#4B464B
(75,70,75)
#353135
(53,49,53)
#1F1C1F
(31,28,31)
#000000
(0,0,0)

Tints of #FBEEFB

#FBEEFB
(251,238,251)
#FBEFFB
(251,239,251)
#FBF0FB
(251,240,251)
#FBF1FB
(251,241,251)
#FBF2FB
(251,242,251)
#FBF3FB
(251,243,251)
#FBF4FB
(251,244,251)
#FBF5FB
(251,245,251)
#FBF6FB
(251,246,251)
#FBF7FB
(251,247,251)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEFB; }

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

This text font color is #FBEEFB.

Background Color

.myBgColor { background-color: #FBEEFB; }

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

This div background color is #FBEEFB.

Border color

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

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

This div border color is #FBEEFB.

Opacity

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

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

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

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

This text has shadow with #FBEEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEFB.

Preview

Color preview on black background

This text has color #FBEEFB on black background.


Color preview on white background

This text has color #FBEEFB on white background.


Black color preview on #FBEEFB background

This text has black color on #FBEEFB background.


White color preview on #FBEEFB background

This text has white color on #FBEEFB background.


Related colors

Complementary color

Complementary color for #hex is #041104.


I love getcolorcode.com

Triadic colors

1 #FBFBEE and #EEFBFB with #FBEEFB are triadic colors.

2 #FBEEFB and #EEFBFB with #FBEEFB are triadic colors.