COLOR #FBE2D7

HEX: #FBE2D7 RGB: (251,226,215)

Color info

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

RGB color model

#FBE2D7 color RGB value is (251,226,215).

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

RGB channels and saturation

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

251
226
215

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

Portions of RGB colors in percentages

R + G + B = 251 + 226 + 215 = 692 (100%)
R 251 of 692 ~ 36.27%
G 226 of 692 ~ 32.66%
B 215 of 692 ~ 31.07'%

%36.27
%32.66
%31.07

CMYK color model

#FBE2D7 color CMYK value is (0,10,14,2).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK: (0,10,14,2) C0M10Y14K2 (0%,10%,14%,2%) (0.00/0.10/0.14/0.02) 

CMYK percentages

%0
%9.96
%14.34
%1.57

Codes

Color #FBE2D7 in popluar color models

FB E2 D7
RGB 251 226 215
HSL 18° 81.82% 91.37%
HSB/HSV 18° 14.34% 98.43%
CMYK 0.00% 9.96% 14.34%
1.57%

Color #FBE2D7 in popluar number systems.

HEX FB E2 D7
Decimal 251 226 215
Binary 11111011 11100010 11010111
Octal 373 342 327

Shades and tints

Shades of #FBE2D7

#FBE2D7
(251,226,215)
#E5CEC4
(229,206,196)
#CFBAB1
(207,186,177)
#B9A69E
(185,166,158)
#A3928B
(163,146,139)
#8D7E78
(141,126,120)
#776A65
(119,106,101)
#615652
(97,86,82)
#4B423F
(75,66,63)
#352E2C
(53,46,44)
#1F1A19
(31,26,25)
#000000
(0,0,0)

Tints of #FBE2D7

#FBE2D7
(251,226,215)
#FBE4DA
(251,228,218)
#FBE6DD
(251,230,221)
#FBE8E0
(251,232,224)
#FBEAE3
(251,234,227)
#FBECE6
(251,236,230)
#FBEEE9
(251,238,233)
#FBF0EC
(251,240,236)
#FBF2EF
(251,242,239)
#FBF4F2
(251,244,242)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2D7; }

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

This text font color is #FBE2D7.

Background Color

.myBgColor { background-color: #FBE2D7; }

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

This div background color is #FBE2D7.

Border color

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

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

This div border color is #FBE2D7.

Opacity

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

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

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

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

This text has shadow with #FBE2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE2D7.

Preview

Color preview on black background

This text has color #FBE2D7 on black background.


Color preview on white background

This text has color #FBE2D7 on white background.


Black color preview on #FBE2D7 background

This text has black color on #FBE2D7 background.


White color preview on #FBE2D7 background

This text has white color on #FBE2D7 background.


Related colors

Complementary color

Complementary color for #hex is #041D28.


I love getcolorcode.com

Triadic colors

1 #D7FBE2 and #E2D7FB with #FBE2D7 are triadic colors.

2 #D7E2FB and #E2FBD7 with #FBE2D7 are triadic colors.