COLOR #FBEFE0

HEX: #FBEFE0
RGB: (251,239,224)

Color info

#FBEFE0 contains red, green and blue colors in about the same proportion. Web safe color of #FBEFE0 is #FFFFCC (or #FFC).

RGB color model

#FBEFE0 color RGB value is (251,239,224).

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

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 224 of 255 = 88%

251
239
224

R + G + B ~ 93%. #FBEFE0 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 224 = 714 (100%)
R 251 of 714 ~ 35.15%
G 239 of 714 ~ 33.47%
B 224 of 714 ~ 31.37%

%35.15
%33.47
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,5,11,2)
C0M5Y11K2 
(0%,5%,11%,2%)
(0.00/0.05/0.11/0.02)	

CMYK percentages

%0
%4.78
%10.76
%1.57

Codes

Color #FBEFE0 in popluar color models

FBEFE0
RGB251239224
HSL33°77.14%93.14%
HSB/HSV33°10.76%98.43%
CMYK0.00%4.78%10.76%
1.57%

Color #FBEFE0 in popluar number systems.

HEXFBEFE0
Decimal251239224
Binary111110111110111111100000
Octal373357340

Shades and tints

Shades of #FBEFE0

#FBEFE0
(251,239,224)
#E5DACC
(229,218,204)
#CFC5B8
(207,197,184)
#B9B0A4
(185,176,164)
#A39B90
(163,155,144)
#8D867C
(141,134,124)
#777168
(119,113,104)
#615C54
(97,92,84)
#4B4740
(75,71,64)
#35322C
(53,50,44)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #FBEFE0

#FBEFE0
(251,239,224)
#FBF0E2
(251,240,226)
#FBF1E4
(251,241,228)
#FBF2E6
(251,242,230)
#FBF3E8
(251,243,232)
#FBF4EA
(251,244,234)
#FBF5EC
(251,245,236)
#FBF6EE
(251,246,238)
#FBF7F0
(251,247,240)
#FBF8F2
(251,248,242)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFE0; }

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

This text font color is #FBEFE0.


Background Color

.myBgColor { background-color: #FBEFE0; }

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

This div background color is #FBEFE0.


Border color

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

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

This div border color is #FBEFE0.


Opacity

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

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

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

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

This text has shadow with #FBEFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFE0 on black background.


Color preview on white background

This text has color #FBEFE0 on white background.



Black color preview on #FBEFE0 background

This text has black color on #FBEFE0 background.


White color preview on #FBEFE0 background

This text has white color on #FBEFE0 background.