COLOR #FBEEF9

HEX: #FBEEF9 RGB: (251,238,249)

Color info

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

RGB color model

#FBEEF9 color RGB value is (251,238,249).

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

RGB channels and saturation

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

251
238
249

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

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 249 = 738 (100%)
R 251 of 738 ~ 34.01%
G 238 of 738 ~ 32.25%
B 249 of 738 ~ 33.74'%

%34.01
%32.25
%33.74

CMYK color model

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

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

Codes

Color #FBEEF9 in popluar color models

FB EE F9
RGB 251 238 249
HSL 309° 61.90% 95.88%
HSB/HSV 309° 5.18% 98.43%
CMYK 0.00% 5.18% 0.80%
1.57%

Color #FBEEF9 in popluar number systems.

HEX FB EE F9
Decimal 251 238 249
Binary 11111011 11101110 11111001
Octal 373 356 371

Shades and tints

Shades of #FBEEF9

#FBEEF9
(251,238,249)
#E5D9E3
(229,217,227)
#CFC4CD
(207,196,205)
#B9AFB7
(185,175,183)
#A39AA1
(163,154,161)
#8D858B
(141,133,139)
#777075
(119,112,117)
#615B5F
(97,91,95)
#4B4649
(75,70,73)
#353133
(53,49,51)
#1F1C1D
(31,28,29)
#000000
(0,0,0)

Tints of #FBEEF9

#FBEEF9
(251,238,249)
#FBEFF9
(251,239,249)
#FBF0F9
(251,240,249)
#FBF1F9
(251,241,249)
#FBF2F9
(251,242,249)
#FBF3F9
(251,243,249)
#FBF4F9
(251,244,249)
#FBF5F9
(251,245,249)
#FBF6F9
(251,246,249)
#FBF7F9
(251,247,249)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEF9; }

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

This text font color is #FBEEF9.

Background Color

.myBgColor { background-color: #FBEEF9; }

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

This div background color is #FBEEF9.

Border color

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

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

This div border color is #FBEEF9.

Opacity

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

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

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

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

This text has shadow with #FBEEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEF9.

Preview

Color preview on black background

This text has color #FBEEF9 on black background.


Color preview on white background

This text has color #FBEEF9 on white background.


Black color preview on #FBEEF9 background

This text has black color on #FBEEF9 background.


White color preview on #FBEEF9 background

This text has white color on #FBEEF9 background.


Related colors

Complementary color

Complementary color for #hex is #041106.


I love getcolorcode.com

Triadic colors

1 #F9FBEE and #EEF9FB with #FBEEF9 are triadic colors.

2 #F9EEFB and #EEFBF9 with #FBEEF9 are triadic colors.