COLOR #FBE6D9

HEX: #FBE6D9
RGB: (251,230,217)

Color info

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

RGB color model

#FBE6D9 color RGB value is (251,230,217).

  • red value is 251;
  • green value is 230;
  • blue value is 217.
RGB:
(251,230,217)
(98%,90%,85%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 217 of 255 = 85%

251
230
217

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

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 217 = 698 (100%)
R 251 of 698 ~ 35.96%
G 230 of 698 ~ 32.95%
B 217 of 698 ~ 31.09%

%35.96
%32.95
%31.09

CMYK color model

#FBE6D9 color CMYK value is (0,8,14,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 13.55%
  • key color value is 1.57%
CMYK:
(0,8,14,2)
C0M8Y14K2 
(0%,8%,14%,2%)
(0.00/0.08/0.14/0.02)	

CMYK percentages

%0
%8.37
%13.55
%1.57

Codes

Color #FBE6D9 in popluar color models

FBE6D9
RGB251230217
HSL23°80.95%91.76%
HSB/HSV23°13.55%98.43%
CMYK0.00%8.37%13.55%
1.57%

Color #FBE6D9 in popluar number systems.

HEXFBE6D9
Decimal251230217
Binary111110111110011011011001
Octal373346331

Shades and tints

Shades of #FBE6D9

#FBE6D9
(251,230,217)
#E5D2C6
(229,210,198)
#CFBEB3
(207,190,179)
#B9AAA0
(185,170,160)
#A3968D
(163,150,141)
#8D827A
(141,130,122)
#776E67
(119,110,103)
#615A54
(97,90,84)
#4B4641
(75,70,65)
#35322E
(53,50,46)
#1F1E1B
(31,30,27)
#000000
(0,0,0)

Tints of #FBE6D9

#FBE6D9
(251,230,217)
#FBE8DC
(251,232,220)
#FBEADF
(251,234,223)
#FBECE2
(251,236,226)
#FBEEE5
(251,238,229)
#FBF0E8
(251,240,232)
#FBF2EB
(251,242,235)
#FBF4EE
(251,244,238)
#FBF6F1
(251,246,241)
#FBF8F4
(251,248,244)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE6D9 color. Also use rgb(251,230,217) instead hex code.

Text Font Color

.myTextColor { color: #FBE6D9; }

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

This text font color is #FBE6D9.


Background Color

.myBgColor { background-color: #FBE6D9; }

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

This div background color is #FBE6D9.


Border color

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

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

This div border color is #FBE6D9.


Opacity

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

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

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

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

This text has shadow with #FBE6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6D9 on black background.


Color preview on white background

This text has color #FBE6D9 on white background.



Black color preview on #FBE6D9 background

This text has black color on #FBE6D9 background.


White color preview on #FBE6D9 background

This text has white color on #FBE6D9 background.