COLOR #FBECE6

HEX: #FBECE6 RGB: (251,236,230)

Color info

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

RGB color model

#FBECE6 color RGB value is (251,236,230).

RGB: (251,236,230) (98%, 93%, 90%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 230 of 255 = 90%

251
236
230

R + G + B ~ 94%. #FBECE6 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 236 + 230 = 717 (100%)
R 251 of 717 ~ 35.01%
G 236 of 717 ~ 32.91%
B 230 of 717 ~ 32.08'%

%35.01
%32.91
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK: (0,6,8,2) C0M6Y8K2 (0%,6%,8%,2%) (0.00/0.06/0.08/0.02) 

CMYK percentages

%0
%5.98
%8.37
%1.57

Codes

Color #FBECE6 in popluar color models

FB EC E6
RGB 251 236 230
HSL 17° 72.41% 94.31%
HSB/HSV 17° 8.37% 98.43%
CMYK 0.00% 5.98% 8.37%
1.57%

Color #FBECE6 in popluar number systems.

HEX FB EC E6
Decimal 251 236 230
Binary 11111011 11101100 11100110
Octal 373 354 346

Shades and tints

Shades of #FBECE6

#FBECE6
(251,236,230)
#E5D7D2
(229,215,210)
#CFC2BE
(207,194,190)
#B9ADAA
(185,173,170)
#A39896
(163,152,150)
#8D8382
(141,131,130)
#776E6E
(119,110,110)
#61595A
(97,89,90)
#4B4446
(75,68,70)
#352F32
(53,47,50)
#1F1A1E
(31,26,30)
#000000
(0,0,0)

Tints of #FBECE6

#FBECE6
(251,236,230)
#FBEDE8
(251,237,232)
#FBEEEA
(251,238,234)
#FBEFEC
(251,239,236)
#FBF0EE
(251,240,238)
#FBF1F0
(251,241,240)
#FBF2F2
(251,242,242)
#FBF3F4
(251,243,244)
#FBF4F6
(251,244,246)
#FBF5F8
(251,245,248)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBECE6; }

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

This text font color is #FBECE6.

Background Color

.myBgColor { background-color: #FBECE6; }

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

This div background color is #FBECE6.

Border color

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

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

This div border color is #FBECE6.

Opacity

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

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

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

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

This text has shadow with #FBECE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBECE6.

Preview

Color preview on black background

This text has color #FBECE6 on black background.


Color preview on white background

This text has color #FBECE6 on white background.


Black color preview on #FBECE6 background

This text has black color on #FBECE6 background.


White color preview on #FBECE6 background

This text has white color on #FBECE6 background.


Related colors

Complementary color

Complementary color for #hex is #041319.


I love getcolorcode.com

Triadic colors

1 #E6FBEC and #ECE6FB with #FBECE6 are triadic colors.

2 #E6ECFB and #ECFBE6 with #FBECE6 are triadic colors.