COLOR #FBE6DC

HEX: #FBE6DC RGB: (251,230,220)

Color info

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

RGB color model

#FBE6DC color RGB value is (251,230,220).

RGB: (251,230,220) (98%, 90%, 86%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 220 of 255 = 86%

251
230
220

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

Portions of RGB colors in percentages

R + G + B = 251 + 230 + 220 = 701 (100%)
R 251 of 701 ~ 35.81%
G 230 of 701 ~ 32.81%
B 220 of 701 ~ 31.38'%

%35.81
%32.81
%31.38

CMYK color model

#FBE6DC color CMYK value is (0,8,12,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 12.35%
  • key color value is 1.57%

CMYK: (0,8,12,2)
C0M8Y12K2 (0%, 8%, 12%, 2%)
(0.00 / 0.08 / 0.12 / 0.02)

CMYK percentages

%0
%8.37
%12.35
%1.57

Codes

Color #FBE6DC in popluar color models

FB E6 DC
RGB 251 230 220
HSL 19° 79.49% 92.35%
HSB/HSV 19° 12.35% 98.43%
CMYK 0.00% 8.37% 12.35%
1.57%

Color #FBE6DC in popluar number systems.

HEX FB E6 DC
Decimal 251 230 220
Binary 11111011 11100110 11011100
Octal 373 346 334

Shades and tints

Shades of #FBE6DC

#FBE6DC
(251,230,220)
#E5D2C8
(229,210,200)
#CFBEB4
(207,190,180)
#B9AAA0
(185,170,160)
#A3968C
(163,150,140)
#8D8278
(141,130,120)
#776E64
(119,110,100)
#615A50
(97,90,80)
#4B463C
(75,70,60)
#353228
(53,50,40)
#1F1E14
(31,30,20)
#000000
(0,0,0)

Tints of #FBE6DC

#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)
#FBF8F7
(251,248,247)
#FBFAFA
(251,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6DC; }

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

This text font color is #FBE6DC.

Background Color

.myBgColor { background-color: #FBE6DC; }

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

This div background color is #FBE6DC.

Border color

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

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

This div border color is #FBE6DC.

Opacity

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

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

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

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

This text has shadow with #FBE6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE6DC.

Preview

Color preview on black background

This text has color #FBE6DC on black background.


Color preview on white background

This text has color #FBE6DC on white background.


Black color preview on #FBE6DC background

This text has black color on #FBE6DC background.


White color preview on #FBE6DC background

This text has white color on #FBE6DC background.


Related colors

Complementary color

Complementary color for #hex is #041923.


I love getcolorcode.com

Triadic colors

1 #DCFBE6 and #E6DCFB with #FBE6DC are triadic colors.

2 #DCE6FB and #E6FBDC with #FBE6DC are triadic colors.