COLOR #FBE3DE

HEX: #FBE3DE
RGB: (251,227,222)

Color info

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

RGB color model

#FBE3DE color RGB value is (251,227,222).

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

RGB channels and saturation

R 251 of 255 = 98%
G 227 of 255 = 89%
B 222 of 255 = 87%

251
227
222

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

Portions of RGB colors in percentages

R + G + B =
251 + 227 + 222 = 700 (100%)
R 251 of 700 ~ 35.86%
G 227 of 700 ~ 32.43%
B 222 of 700 ~ 31.71%

%35.86
%32.43
%31.71

CMYK color model

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

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

Codes

Color #FBE3DE in popluar color models

FBE3DE
RGB251227222
HSL10°78.38%92.75%
HSB/HSV10°11.55%98.43%
CMYK0.00%9.56%11.55%
1.57%

Color #FBE3DE in popluar number systems.

HEXFBE3DE
Decimal251227222
Binary111110111110001111011110
Octal373343336

Shades and tints

Shades of #FBE3DE

#FBE3DE
(251,227,222)
#E5CFCA
(229,207,202)
#CFBBB6
(207,187,182)
#B9A7A2
(185,167,162)
#A3938E
(163,147,142)
#8D7F7A
(141,127,122)
#776B66
(119,107,102)
#615752
(97,87,82)
#4B433E
(75,67,62)
#352F2A
(53,47,42)
#1F1B16
(31,27,22)
#000000
(0,0,0)

Tints of #FBE3DE

#FBE3DE
(251,227,222)
#FBE5E1
(251,229,225)
#FBE7E4
(251,231,228)
#FBE9E7
(251,233,231)
#FBEBEA
(251,235,234)
#FBEDED
(251,237,237)
#FBEFF0
(251,239,240)
#FBF1F3
(251,241,243)
#FBF3F6
(251,243,246)
#FBF5F9
(251,245,249)
#FBF7FC
(251,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE3DE; }

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

This text font color is #FBE3DE.


Background Color

.myBgColor { background-color: #FBE3DE; }

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

This div background color is #FBE3DE.


Border color

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

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

This div border color is #FBE3DE.


Opacity

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

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

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

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

This text has shadow with #FBE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE3DE on black background.


Color preview on white background

This text has color #FBE3DE on white background.



Black color preview on #FBE3DE background

This text has black color on #FBE3DE background.


White color preview on #FBE3DE background

This text has white color on #FBE3DE background.