COLOR #FBE2DE

HEX: #FBE2DE RGB: (251,226,222)

Color info

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

RGB color model

#FBE2DE color RGB value is (251,226,222).

RGB: (251,226,222) (98%, 89%, 87%)

RGB channels and saturation

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

251
226
222

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

Portions of RGB colors in percentages

R + G + B = 251 + 226 + 222 = 699 (100%)
R 251 of 699 ~ 35.91%
G 226 of 699 ~ 32.33%
B 222 of 699 ~ 31.76'%

%35.91
%32.33
%31.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.96%
  • 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.96
%11.55
%1.57

Codes

Color #FBE2DE in popluar color models

FB E2 DE
RGB 251 226 222
HSL 78.38% 92.75%
HSB/HSV 11.55% 98.43%
CMYK 0.00% 9.96% 11.55%
1.57%

Color #FBE2DE in popluar number systems.

HEX FB E2 DE
Decimal 251 226 222
Binary 11111011 11100010 11011110
Octal 373 342 336

Shades and tints

Shades of #FBE2DE

#FBE2DE
(251,226,222)
#E5CECA
(229,206,202)
#CFBAB6
(207,186,182)
#B9A6A2
(185,166,162)
#A3928E
(163,146,142)
#8D7E7A
(141,126,122)
#776A66
(119,106,102)
#615652
(97,86,82)
#4B423E
(75,66,62)
#352E2A
(53,46,42)
#1F1A16
(31,26,22)
#000000
(0,0,0)

Tints of #FBE2DE

#FBE2DE
(251,226,222)
#FBE4E1
(251,228,225)
#FBE6E4
(251,230,228)
#FBE8E7
(251,232,231)
#FBEAEA
(251,234,234)
#FBECED
(251,236,237)
#FBEEF0
(251,238,240)
#FBF0F3
(251,240,243)
#FBF2F6
(251,242,246)
#FBF4F9
(251,244,249)
#FBF6FC
(251,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2DE; }

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

This text font color is #FBE2DE.

Background Color

.myBgColor { background-color: #FBE2DE; }

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

This div background color is #FBE2DE.

Border color

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

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

This div border color is #FBE2DE.

Opacity

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

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

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

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

This text has shadow with #FBE2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE2DE.

Preview

Color preview on black background

This text has color #FBE2DE on black background.


Color preview on white background

This text has color #FBE2DE on white background.


Black color preview on #FBE2DE background

This text has black color on #FBE2DE background.


White color preview on #FBE2DE background

This text has white color on #FBE2DE background.


Related colors

Complementary color

Complementary color for #hex is #041D21.


I love getcolorcode.com

Triadic colors

1 #DEFBE2 and #E2DEFB with #FBE2DE are triadic colors.

2 #DEE2FB and #E2FBDE with #FBE2DE are triadic colors.