COLOR #FBEFEC

HEX: #FBEFEC
RGB: (251,239,236)

Color info

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

RGB color model

#FBEFEC color RGB value is (251,239,236).

  • red value is 251;
  • green value is 239;
  • blue value is 236.
RGB:
(251,239,236)
(98%,94%,93%)

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 236 of 255 = 93%

251
239
236

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

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 236 = 726 (100%)
R 251 of 726 ~ 34.57%
G 239 of 726 ~ 32.92%
B 236 of 726 ~ 32.51%

%34.57
%32.92
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 5.98%
  • key color value is 1.57%
CMYK:
(0,5,6,2)
C0M5Y6K2 
(0%,5%,6%,2%)
(0.00/0.05/0.06/0.02)	

CMYK percentages

%0
%4.78
%5.98
%1.57

Codes

Color #FBEFEC in popluar color models

FBEFEC
RGB251239236
HSL12°65.22%95.49%
HSB/HSV12°5.98%98.43%
CMYK0.00%4.78%5.98%
1.57%

Color #FBEFEC in popluar number systems.

HEXFBEFEC
Decimal251239236
Binary111110111110111111101100
Octal373357354

Shades and tints

Shades of #FBEFEC

#FBEFEC
(251,239,236)
#E5DAD7
(229,218,215)
#CFC5C2
(207,197,194)
#B9B0AD
(185,176,173)
#A39B98
(163,155,152)
#8D8683
(141,134,131)
#77716E
(119,113,110)
#615C59
(97,92,89)
#4B4744
(75,71,68)
#35322F
(53,50,47)
#1F1D1A
(31,29,26)
#000000
(0,0,0)

Tints of #FBEFEC

#FBEFEC
(251,239,236)
#FBF0ED
(251,240,237)
#FBF1EE
(251,241,238)
#FBF2EF
(251,242,239)
#FBF3F0
(251,243,240)
#FBF4F1
(251,244,241)
#FBF5F2
(251,245,242)
#FBF6F3
(251,246,243)
#FBF7F4
(251,247,244)
#FBF8F5
(251,248,245)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFEC; }

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

This text font color is #FBEFEC.


Background Color

.myBgColor { background-color: #FBEFEC; }

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

This div background color is #FBEFEC.


Border color

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

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

This div border color is #FBEFEC.


Opacity

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

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

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

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

This text has shadow with #FBEFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFEC on black background.


Color preview on white background

This text has color #FBEFEC on white background.



Black color preview on #FBEFEC background

This text has black color on #FBEFEC background.


White color preview on #FBEFEC background

This text has white color on #FBEFEC background.