COLOR #FBEDEC

HEX: #FBEDEC RGB: (251,237,236)

Color info

#FBEDEC contains red, green and blue colors in about the same proportion. Web safe color of #FBEDEC is #FFFFFF (or #FFF).

RGB color model

#FBEDEC color RGB value is (251,237,236).

RGB: (251,237,236) (98%, 93%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 237 of 255 = 93%
B 236 of 255 = 93%

251
237
236

R + G + B ~ 95%. #FBEDEC is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 237 + 236 = 724 (100%)
R 251 of 724 ~ 34.67%
G 237 of 724 ~ 32.73%
B 236 of 724 ~ 32.6'%

%34.67
%32.73
%32.6

CMYK color model

#FBEDEC color CMYK value is (0,6,6,2).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 5.98%
  • key color value is 1.57%

CMYK: (0,6,6,2)
C0M6Y6K2 (0%, 6%, 6%, 2%)
(0.00 / 0.06 / 0.06 / 0.02)

CMYK percentages

%0
%5.58
%5.98
%1.57

Codes

Color #FBEDEC in popluar color models

FB ED EC
RGB 251 237 236
HSL 65.22% 95.49%
HSB/HSV 5.98% 98.43%
CMYK 0.00% 5.58% 5.98%
1.57%

Color #FBEDEC in popluar number systems.

HEX FB ED EC
Decimal 251 237 236
Binary 11111011 11101101 11101100
Octal 373 355 354

Shades and tints

Shades of #FBEDEC

#FBEDEC
(251,237,236)
#E5D8D7
(229,216,215)
#CFC3C2
(207,195,194)
#B9AEAD
(185,174,173)
#A39998
(163,153,152)
#8D8483
(141,132,131)
#776F6E
(119,111,110)
#615A59
(97,90,89)
#4B4544
(75,69,68)
#35302F
(53,48,47)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #FBEDEC

#FBEDEC
(251,237,236)
#FBEEED
(251,238,237)
#FBEFEE
(251,239,238)
#FBF0EF
(251,240,239)
#FBF1F0
(251,241,240)
#FBF2F1
(251,242,241)
#FBF3F2
(251,243,242)
#FBF4F3
(251,244,243)
#FBF5F4
(251,245,244)
#FBF6F5
(251,246,245)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEDEC color. Also use rgb(251,237,236) instead hex code.

Text Font Color

.myTextColor { color: #FBEDEC; }

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

This text font color is #FBEDEC.

Background Color

.myBgColor { background-color: #FBEDEC; }

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

This div background color is #FBEDEC.

Border color

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

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

This div border color is #FBEDEC.

Opacity

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

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

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

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

This text has shadow with #FBEDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEDEC.

Preview

Color preview on black background

This text has color #FBEDEC on black background.


Color preview on white background

This text has color #FBEDEC on white background.


Black color preview on #FBEDEC background

This text has black color on #FBEDEC background.


White color preview on #FBEDEC background

This text has white color on #FBEDEC background.


Related colors

Complementary color

Complementary color for #hex is #041213.


I love getcolorcode.com

Triadic colors

1 #ECFBED and #EDECFB with #FBEDEC are triadic colors.

2 #ECEDFB and #EDFBEC with #FBEDEC are triadic colors.