COLOR #FBEEF0

HEX: #FBEEF0 RGB: (251,238,240)

Color info

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

RGB color model

#FBEEF0 color RGB value is (251,238,240).

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

RGB channels and saturation

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

251
238
240

R + G + B ~ 95%. #FBEEF0 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 238 + 240 = 729 (100%)
R 251 of 729 ~ 34.43%
G 238 of 729 ~ 32.65%
B 240 of 729 ~ 32.92'%

%34.43
%32.65
%32.92

CMYK color model

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

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

CMYK: (0,5,4,2)
C0M5Y4K2 (0%, 5%, 4%, 2%)
(0.00 / 0.05 / 0.04 / 0.02)

CMYK percentages

%0
%5.18
%4.38
%1.57

Codes

Color #FBEEF0 in popluar color models

FB EE F0
RGB 251 238 240
HSL 351° 61.90% 95.88%
HSB/HSV 351° 5.18% 98.43%
CMYK 0.00% 5.18% 4.38%
1.57%

Color #FBEEF0 in popluar number systems.

HEX FB EE F0
Decimal 251 238 240
Binary 11111011 11101110 11110000
Octal 373 356 360

Shades and tints

Shades of #FBEEF0

#FBEEF0
(251,238,240)
#E5D9DB
(229,217,219)
#CFC4C6
(207,196,198)
#B9AFB1
(185,175,177)
#A39A9C
(163,154,156)
#8D8587
(141,133,135)
#777072
(119,112,114)
#615B5D
(97,91,93)
#4B4648
(75,70,72)
#353133
(53,49,51)
#1F1C1E
(31,28,30)
#000000
(0,0,0)

Tints of #FBEEF0

#FBEEF0
(251,238,240)
#FBEFF1
(251,239,241)
#FBF0F2
(251,240,242)
#FBF1F3
(251,241,243)
#FBF2F4
(251,242,244)
#FBF3F5
(251,243,245)
#FBF4F6
(251,244,246)
#FBF5F7
(251,245,247)
#FBF6F8
(251,246,248)
#FBF7F9
(251,247,249)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEEF0; }

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

This text font color is #FBEEF0.

Background Color

.myBgColor { background-color: #FBEEF0; }

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

This div background color is #FBEEF0.

Border color

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

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

This div border color is #FBEEF0.

Opacity

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

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

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

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

This text has shadow with #FBEEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEEF0.

Preview

Color preview on black background

This text has color #FBEEF0 on black background.


Color preview on white background

This text has color #FBEEF0 on white background.


Black color preview on #FBEEF0 background

This text has black color on #FBEEF0 background.


White color preview on #FBEEF0 background

This text has white color on #FBEEF0 background.


Related colors

Complementary color

Complementary color for #hex is #04110F.


I love getcolorcode.com

Triadic colors

1 #F0FBEE and #EEF0FB with #FBEEF0 are triadic colors.

2 #F0EEFB and #EEFBF0 with #FBEEF0 are triadic colors.