COLOR #FBE2D6

HEX: #FBE2D6 RGB: (251,226,214)

Color info

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

RGB color model

#FBE2D6 color RGB value is (251,226,214).

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

RGB channels and saturation

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

251
226
214

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

Portions of RGB colors in percentages

R + G + B = 251 + 226 + 214 = 691 (100%)
R 251 of 691 ~ 36.32%
G 226 of 691 ~ 32.71%
B 214 of 691 ~ 30.97'%

%36.32
%32.71
%30.97

CMYK color model

#FBE2D6 color CMYK value is (0,10,15,2).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 14.74%
  • key color value is 1.57%

CMYK: (0,10,15,2)
C0M10Y15K2 (0%, 10%, 15%, 2%)
(0.00 / 0.10 / 0.15 / 0.02)

CMYK percentages

%0
%9.96
%14.74
%1.57

Codes

Color #FBE2D6 in popluar color models

FB E2 D6
RGB 251 226 214
HSL 19° 82.22% 91.18%
HSB/HSV 19° 14.74% 98.43%
CMYK 0.00% 9.96% 14.74%
1.57%

Color #FBE2D6 in popluar number systems.

HEX FB E2 D6
Decimal 251 226 214
Binary 11111011 11100010 11010110
Octal 373 342 326

Shades and tints

Shades of #FBE2D6

#FBE2D6
(251,226,214)
#E5CEC3
(229,206,195)
#CFBAB0
(207,186,176)
#B9A69D
(185,166,157)
#A3928A
(163,146,138)
#8D7E77
(141,126,119)
#776A64
(119,106,100)
#615651
(97,86,81)
#4B423E
(75,66,62)
#352E2B
(53,46,43)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #FBE2D6

#FBE2D6
(251,226,214)
#FBE4D9
(251,228,217)
#FBE6DC
(251,230,220)
#FBE8DF
(251,232,223)
#FBEAE2
(251,234,226)
#FBECE5
(251,236,229)
#FBEEE8
(251,238,232)
#FBF0EB
(251,240,235)
#FBF2EE
(251,242,238)
#FBF4F1
(251,244,241)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE2D6; }

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

This text font color is #FBE2D6.

Background Color

.myBgColor { background-color: #FBE2D6; }

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

This div background color is #FBE2D6.

Border color

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

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

This div border color is #FBE2D6.

Opacity

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

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

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

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

This text has shadow with #FBE2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE2D6.

Preview

Color preview on black background

This text has color #FBE2D6 on black background.


Color preview on white background

This text has color #FBE2D6 on white background.


Black color preview on #FBE2D6 background

This text has black color on #FBE2D6 background.


White color preview on #FBE2D6 background

This text has white color on #FBE2D6 background.


Related colors

Complementary color

Complementary color for #hex is #041D29.


I love getcolorcode.com

Triadic colors

1 #D6FBE2 and #E2D6FB with #FBE2D6 are triadic colors.

2 #D6E2FB and #E2FBD6 with #FBE2D6 are triadic colors.