COLOR #FBEFDC

HEX: #FBEFDC
RGB: (251,239,220)

Color info

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

RGB color model

#FBEFDC color RGB value is (251,239,220).

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

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 220 of 255 = 86%

251
239
220

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

Portions of RGB colors in percentages

R + G + B =
251 + 239 + 220 = 710 (100%)
R 251 of 710 ~ 35.35%
G 239 of 710 ~ 33.66%
B 220 of 710 ~ 30.99%

%35.35
%33.66
%30.99

CMYK color model

#FBEFDC color CMYK value is (0,5,12,2).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,5,12,2)
C0M5Y12K2 
(0%,5%,12%,2%)
(0.00/0.05/0.12/0.02)	

CMYK percentages

%0
%4.78
%12.35
%1.57

Codes

Color #FBEFDC in popluar color models

FBEFDC
RGB251239220
HSL37°79.49%92.35%
HSB/HSV37°12.35%98.43%
CMYK0.00%4.78%12.35%
1.57%

Color #FBEFDC in popluar number systems.

HEXFBEFDC
Decimal251239220
Binary111110111110111111011100
Octal373357334

Shades and tints

Shades of #FBEFDC

#FBEFDC
(251,239,220)
#E5DAC8
(229,218,200)
#CFC5B4
(207,197,180)
#B9B0A0
(185,176,160)
#A39B8C
(163,155,140)
#8D8678
(141,134,120)
#777164
(119,113,100)
#615C50
(97,92,80)
#4B473C
(75,71,60)
#353228
(53,50,40)
#1F1D14
(31,29,20)
#000000
(0,0,0)

Tints of #FBEFDC

#FBEFDC
(251,239,220)
#FBF0DF
(251,240,223)
#FBF1E2
(251,241,226)
#FBF2E5
(251,242,229)
#FBF3E8
(251,243,232)
#FBF4EB
(251,244,235)
#FBF5EE
(251,245,238)
#FBF6F1
(251,246,241)
#FBF7F4
(251,247,244)
#FBF8F7
(251,248,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBEFDC; }

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

This text font color is #FBEFDC.


Background Color

.myBgColor { background-color: #FBEFDC; }

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

This div background color is #FBEFDC.


Border color

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

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

This div border color is #FBEFDC.


Opacity

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

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

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

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

This text has shadow with #FBEFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBEFDC on black background.


Color preview on white background

This text has color #FBEFDC on white background.



Black color preview on #FBEFDC background

This text has black color on #FBEFDC background.


White color preview on #FBEFDC background

This text has white color on #FBEFDC background.