COLOR #FBEFF1

HEX: #FBEFF1 RGB: (251,239,241)

Color info

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

RGB color model

#FBEFF1 color RGB value is (251,239,241).

RGB: (251,239,241) (98%, 94%, 95%)

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 241 of 255 = 95%

251
239
241

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

Portions of RGB colors in percentages

R + G + B = 251 + 239 + 241 = 731 (100%)
R 251 of 731 ~ 34.34%
G 239 of 731 ~ 32.69%
B 241 of 731 ~ 32.97'%

%34.34
%32.69
%32.97

CMYK color model

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

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

Codes

Color #FBEFF1 in popluar color models

FB EF F1
RGB 251 239 241
HSL 350° 60.00% 96.08%
HSB/HSV 350° 4.78% 98.43%
CMYK 0.00% 4.78% 3.98%
1.57%

Color #FBEFF1 in popluar number systems.

HEX FB EF F1
Decimal 251 239 241
Binary 11111011 11101111 11110001
Octal 373 357 361

Shades and tints

Shades of #FBEFF1

#FBEFF1
(251,239,241)
#E5DADC
(229,218,220)
#CFC5C7
(207,197,199)
#B9B0B2
(185,176,178)
#A39B9D
(163,155,157)
#8D8688
(141,134,136)
#777173
(119,113,115)
#615C5E
(97,92,94)
#4B4749
(75,71,73)
#353234
(53,50,52)
#1F1D1F
(31,29,31)
#000000
(0,0,0)

Tints of #FBEFF1

#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)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFF1; }

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

This text font color is #FBEFF1.

Background Color

.myBgColor { background-color: #FBEFF1; }

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

This div background color is #FBEFF1.

Border color

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

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

This div border color is #FBEFF1.

Opacity

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

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

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

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

This text has shadow with #FBEFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEFF1.

Preview

Color preview on black background

This text has color #FBEFF1 on black background.


Color preview on white background

This text has color #FBEFF1 on white background.


Black color preview on #FBEFF1 background

This text has black color on #FBEFF1 background.


White color preview on #FBEFF1 background

This text has white color on #FBEFF1 background.


Related colors

Complementary color

Complementary color for #hex is #04100E.


I love getcolorcode.com

Triadic colors

1 #F1FBEF and #EFF1FB with #FBEFF1 are triadic colors.

2 #F1EFFB and #EFFBF1 with #FBEFF1 are triadic colors.