COLOR #FBE4D7

HEX: #FBE4D7 RGB: (251,228,215)

Color info

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

RGB color model

#FBE4D7 color RGB value is (251,228,215).

RGB: (251,228,215) (98%, 89%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 228 of 255 = 89%
B 215 of 255 = 84%

251
228
215

R + G + B ~ 90%. #FBE4D7 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 228 + 215 = 694 (100%)
R 251 of 694 ~ 36.17%
G 228 of 694 ~ 32.85%
B 215 of 694 ~ 30.98'%

%36.17
%32.85
%30.98

CMYK color model

#FBE4D7 color CMYK value is (0,9,14,2).

  • cyan value is 0.00%
  • magenta value is 9.16%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK: (0,9,14,2) C0M9Y14K2 (0%,9%,14%,2%) (0.00/0.09/0.14/0.02) 

CMYK percentages

%0
%9.16
%14.34
%1.57

Codes

Color #FBE4D7 in popluar color models

FB E4 D7
RGB 251 228 215
HSL 22° 81.82% 91.37%
HSB/HSV 22° 14.34% 98.43%
CMYK 0.00% 9.16% 14.34%
1.57%

Color #FBE4D7 in popluar number systems.

HEX FB E4 D7
Decimal 251 228 215
Binary 11111011 11100100 11010111
Octal 373 344 327

Shades and tints

Shades of #FBE4D7

#FBE4D7
(251,228,215)
#E5D0C4
(229,208,196)
#CFBCB1
(207,188,177)
#B9A89E
(185,168,158)
#A3948B
(163,148,139)
#8D8078
(141,128,120)
#776C65
(119,108,101)
#615852
(97,88,82)
#4B443F
(75,68,63)
#35302C
(53,48,44)
#1F1C19
(31,28,25)
#000000
(0,0,0)

Tints of #FBE4D7

#FBE4D7
(251,228,215)
#FBE6DA
(251,230,218)
#FBE8DD
(251,232,221)
#FBEAE0
(251,234,224)
#FBECE3
(251,236,227)
#FBEEE6
(251,238,230)
#FBF0E9
(251,240,233)
#FBF2EC
(251,242,236)
#FBF4EF
(251,244,239)
#FBF6F2
(251,246,242)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE4D7 color. Also use rgb(251,228,215) instead hex code.

Text Font Color

.myTextColor { color: #FBE4D7; }

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

This text font color is #FBE4D7.

Background Color

.myBgColor { background-color: #FBE4D7; }

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

This div background color is #FBE4D7.

Border color

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

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

This div border color is #FBE4D7.

Opacity

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

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

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

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

This text has shadow with #FBE4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE4D7.

Preview

Color preview on black background

This text has color #FBE4D7 on black background.


Color preview on white background

This text has color #FBE4D7 on white background.


Black color preview on #FBE4D7 background

This text has black color on #FBE4D7 background.


White color preview on #FBE4D7 background

This text has white color on #FBE4D7 background.


Related colors

Complementary color

Complementary color for #hex is #041B28.


I love getcolorcode.com

Triadic colors

1 #D7FBE4 and #E4D7FB with #FBE4D7 are triadic colors.

2 #D7E4FB and #E4FBD7 with #FBE4D7 are triadic colors.