COLOR #FBE8DB

HEX: #FBE8DB RGB: (251,232,219)

Color info

#FBE8DB contains red, green and blue colors in about the same proportion. Web safe color of #FBE8DB is #FFFFCC (or #FFC).

RGB color model

#FBE8DB color RGB value is (251,232,219).

RGB: (251,232,219) (98%, 91%, 86%)

RGB channels and saturation

R 251 of 255 = 98%
G 232 of 255 = 91%
B 219 of 255 = 86%

251
232
219

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

Portions of RGB colors in percentages

R + G + B = 251 + 232 + 219 = 702 (100%)
R 251 of 702 ~ 35.75%
G 232 of 702 ~ 33.05%
B 219 of 702 ~ 31.2'%

%35.75
%33.05
%31.2

CMYK color model

#FBE8DB color CMYK value is (0,8,13,2).

  • cyan value is 0.00%
  • magenta value is 7.57%
  • yellow value is 12.75%
  • key color value is 1.57%

CMYK: (0,8,13,2)
C0M8Y13K2 (0%, 8%, 13%, 2%)
(0.00 / 0.08 / 0.13 / 0.02)

CMYK percentages

%0
%7.57
%12.75
%1.57

Codes

Color #FBE8DB in popluar color models

FB E8 DB
RGB 251 232 219
HSL 24° 80.00% 92.16%
HSB/HSV 24° 12.75% 98.43%
CMYK 0.00% 7.57% 12.75%
1.57%

Color #FBE8DB in popluar number systems.

HEX FB E8 DB
Decimal 251 232 219
Binary 11111011 11101000 11011011
Octal 373 350 333

Shades and tints

Shades of #FBE8DB

#FBE8DB
(251,232,219)
#E5D3C8
(229,211,200)
#CFBEB5
(207,190,181)
#B9A9A2
(185,169,162)
#A3948F
(163,148,143)
#8D7F7C
(141,127,124)
#776A69
(119,106,105)
#615556
(97,85,86)
#4B4043
(75,64,67)
#352B30
(53,43,48)
#1F161D
(31,22,29)
#000000
(0,0,0)

Tints of #FBE8DB

#FBE8DB
(251,232,219)
#FBEADE
(251,234,222)
#FBECE1
(251,236,225)
#FBEEE4
(251,238,228)
#FBF0E7
(251,240,231)
#FBF2EA
(251,242,234)
#FBF4ED
(251,244,237)
#FBF6F0
(251,246,240)
#FBF8F3
(251,248,243)
#FBFAF6
(251,250,246)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE8DB color. Also use rgb(251,232,219) instead hex code.

Text Font Color

.myTextColor { color: #FBE8DB; }

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

This text font color is #FBE8DB.

Background Color

.myBgColor { background-color: #FBE8DB; }

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

This div background color is #FBE8DB.

Border color

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

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

This div border color is #FBE8DB.

Opacity

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

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

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

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

This text has shadow with #FBE8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBE8DB.

Preview

Color preview on black background

This text has color #FBE8DB on black background.


Color preview on white background

This text has color #FBE8DB on white background.


Black color preview on #FBE8DB background

This text has black color on #FBE8DB background.


White color preview on #FBE8DB background

This text has white color on #FBE8DB background.


Related colors

Complementary color

Complementary color for #hex is #041724.


I love getcolorcode.com

Triadic colors

1 #DBFBE8 and #E8DBFB with #FBE8DB are triadic colors.

2 #DBE8FB and #E8FBDB with #FBE8DB are triadic colors.