COLOR #FBECC5

HEX: #FBECC5 RGB: (251,236,197)

Color info

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

RGB color model

#FBECC5 color RGB value is (251,236,197).

RGB: (251,236,197) (98%, 93%, 77%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 197 of 255 = 77%

251
236
197

R + G + B ~ 89%. #FBECC5 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 236 + 197 = 684 (100%)
R 251 of 684 ~ 36.7%
G 236 of 684 ~ 34.5%
B 197 of 684 ~ 28.8'%

%36.7
%34.5
%28.8

CMYK color model

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

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

CMYK: (0,6,22,2)
C0M6Y22K2 (0%, 6%, 22%, 2%)
(0.00 / 0.06 / 0.22 / 0.02)

CMYK percentages

%0
%5.98
%21.51
%1.57

Codes

Color #FBECC5 in popluar color models

FB EC C5
RGB 251 236 197
HSL 43° 87.10% 87.84%
HSB/HSV 43° 21.51% 98.43%
CMYK 0.00% 5.98% 21.51%
1.57%

Color #FBECC5 in popluar number systems.

HEX FB EC C5
Decimal 251 236 197
Binary 11111011 11101100 11000101
Octal 373 354 305

Shades and tints

Shades of #FBECC5

#FBECC5
(251,236,197)
#E5D7B4
(229,215,180)
#CFC2A3
(207,194,163)
#B9AD92
(185,173,146)
#A39881
(163,152,129)
#8D8370
(141,131,112)
#776E5F
(119,110,95)
#61594E
(97,89,78)
#4B443D
(75,68,61)
#352F2C
(53,47,44)
#1F1A1B
(31,26,27)
#000000
(0,0,0)

Tints of #FBECC5

#FBECC5
(251,236,197)
#FBEDCA
(251,237,202)
#FBEECF
(251,238,207)
#FBEFD4
(251,239,212)
#FBF0D9
(251,240,217)
#FBF1DE
(251,241,222)
#FBF2E3
(251,242,227)
#FBF3E8
(251,243,232)
#FBF4ED
(251,244,237)
#FBF5F2
(251,245,242)
#FBF6F7
(251,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBECC5; }

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

This text font color is #FBECC5.

Background Color

.myBgColor { background-color: #FBECC5; }

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

This div background color is #FBECC5.

Border color

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

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

This div border color is #FBECC5.

Opacity

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

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

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

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

This text has shadow with #FBECC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBECC5.

Preview

Color preview on black background

This text has color #FBECC5 on black background.


Color preview on white background

This text has color #FBECC5 on white background.


Black color preview on #FBECC5 background

This text has black color on #FBECC5 background.


White color preview on #FBECC5 background

This text has white color on #FBECC5 background.


Related colors

Complementary color

Complementary color for #hex is #04133A.


I love getcolorcode.com

Triadic colors

1 #C5FBEC and #ECC5FB with #FBECC5 are triadic colors.

2 #C5ECFB and #ECFBC5 with #FBECC5 are triadic colors.