COLOR #FBE3DC

HEX: #FBE3DC
RGB: (251,227,220)

Color info

#FBE3DC contains red, green and blue colors in about the same proportion. Web safe color of #FBE3DC is #FFCCCC (or #FCC).

RGB color model

#FBE3DC color RGB value is (251,227,220).

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

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 220 of 255 = 86%

251
227
220

R + G + B ~ 91%. #FBE3DC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 227 + 220 = 698 (100%)
R 251 of 698 ~ 35.96%
G 227 of 698 ~ 32.52%
B 220 of 698 ~ 31.52%

%35.96
%32.52
%31.52

CMYK color model

#FBE3DC color CMYK value is (0,10,12,2).

  • cyan value is 0.00%
  • magenta value is 9.56%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,10,12,2)
C0M10Y12K2 
(0%,10%,12%,2%)
(0.00/0.10/0.12/0.02)	

CMYK percentages

%0
%9.56
%12.35
%1.57

Codes

Color #FBE3DC in popluar color models

FBE3DC
RGB251227220
HSL14°79.49%92.35%
HSB/HSV14°12.35%98.43%
CMYK0.00%9.56%12.35%
1.57%

Color #FBE3DC in popluar number systems.

HEXFBE3DC
Decimal251227220
Binary111110111110001111011100
Octal373343334

Shades and tints

Shades of #FBE3DC

#FBE3DC
(251,227,220)
#E5CFC8
(229,207,200)
#CFBBB4
(207,187,180)
#B9A7A0
(185,167,160)
#A3938C
(163,147,140)
#8D7F78
(141,127,120)
#776B64
(119,107,100)
#615750
(97,87,80)
#4B433C
(75,67,60)
#352F28
(53,47,40)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #FBE3DC

#FBE3DC
(251,227,220)
#FBE5DF
(251,229,223)
#FBE7E2
(251,231,226)
#FBE9E5
(251,233,229)
#FBEBE8
(251,235,232)
#FBEDEB
(251,237,235)
#FBEFEE
(251,239,238)
#FBF1F1
(251,241,241)
#FBF3F4
(251,243,244)
#FBF5F7
(251,245,247)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE3DC; }

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

This text font color is #FBE3DC.


Background Color

.myBgColor { background-color: #FBE3DC; }

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

This div background color is #FBE3DC.


Border color

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

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

This div border color is #FBE3DC.


Opacity

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

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

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

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

This text has shadow with #FBE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE3DC on black background.


Color preview on white background

This text has color #FBE3DC on white background.



Black color preview on #FBE3DC background

This text has black color on #FBE3DC background.


White color preview on #FBE3DC background

This text has white color on #FBE3DC background.