COLOR #FBE6DD

HEX: #FBE6DD RGB: (251,230,221)

Color info

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

RGB color model

#FBE6DD color RGB value is (251,230,221).

RGB: (251,230,221) (98%, 90%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 221 of 255 = 87%

251
230
221

R + G + B ~ 92%. #FBE6DD is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 230 + 221 = 702 (100%)
R 251 of 702 ~ 35.75%
G 230 of 702 ~ 32.76%
B 221 of 702 ~ 31.48'%

%35.75
%32.76
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 11.95%
  • 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
%11.95
%1.57

Codes

Color #FBE6DD in popluar color models

FB E6 DD
RGB 251 230 221
HSL 18° 78.95% 92.55%
HSB/HSV 18° 11.95% 98.43%
CMYK 0.00% 8.37% 11.95%
1.57%

Color #FBE6DD in popluar number systems.

HEX FB E6 DD
Decimal 251 230 221
Binary 11111011 11100110 11011101
Octal 373 346 335

Shades and tints

Shades of #FBE6DD

#FBE6DD
(251,230,221)
#E5D2C9
(229,210,201)
#CFBEB5
(207,190,181)
#B9AAA1
(185,170,161)
#A3968D
(163,150,141)
#8D8279
(141,130,121)
#776E65
(119,110,101)
#615A51
(97,90,81)
#4B463D
(75,70,61)
#353229
(53,50,41)
#1F1E15
(31,30,21)
#000000
(0,0,0)

Tints of #FBE6DD

#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)
#FBF8F8
(251,248,248)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6DD; }

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

This text font color is #FBE6DD.

Background Color

.myBgColor { background-color: #FBE6DD; }

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

This div background color is #FBE6DD.

Border color

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

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

This div border color is #FBE6DD.

Opacity

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

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

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

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

This text has shadow with #FBE6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE6DD.

Preview

Color preview on black background

This text has color #FBE6DD on black background.


Color preview on white background

This text has color #FBE6DD on white background.


Black color preview on #FBE6DD background

This text has black color on #FBE6DD background.


White color preview on #FBE6DD background

This text has white color on #FBE6DD background.


Related colors

Complementary color

Complementary color for #hex is #041922.


I love getcolorcode.com

Triadic colors

1 #DDFBE6 and #E6DDFB with #FBE6DD are triadic colors.

2 #DDE6FB and #E6FBDD with #FBE6DD are triadic colors.