COLOR #FBECC0

HEX: #FBECC0 RGB: (251,236,192)

Color info

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

RGB color model

#FBECC0 color RGB value is (251,236,192).

RGB: (251,236,192) (98%, 93%, 75%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 192 of 255 = 75%

251
236
192

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

Portions of RGB colors in percentages

R + G + B = 251 + 236 + 192 = 679 (100%)
R 251 of 679 ~ 36.97%
G 236 of 679 ~ 34.76%
B 192 of 679 ~ 28.28'%

%36.97
%34.76
%28.28

CMYK color model

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

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

CMYK: (0,6,24,2)
C0M6Y24K2 (0%, 6%, 24%, 2%)
(0.00 / 0.06 / 0.24 / 0.02)

CMYK percentages

%0
%5.98
%23.51
%1.57

Codes

Color #FBECC0 in popluar color models

FB EC C0
RGB 251 236 192
HSL 45° 88.06% 86.86%
HSB/HSV 45° 23.51% 98.43%
CMYK 0.00% 5.98% 23.51%
1.57%

Color #FBECC0 in popluar number systems.

HEX FB EC C0
Decimal 251 236 192
Binary 11111011 11101100 11000000
Octal 373 354 300

Shades and tints

Shades of #FBECC0

#FBECC0
(251,236,192)
#E5D7AF
(229,215,175)
#CFC29E
(207,194,158)
#B9AD8D
(185,173,141)
#A3987C
(163,152,124)
#8D836B
(141,131,107)
#776E5A
(119,110,90)
#615949
(97,89,73)
#4B4438
(75,68,56)
#352F27
(53,47,39)
#1F1A16
(31,26,22)
#000000
(0,0,0)

Tints of #FBECC0

#FBECC0
(251,236,192)
#FBEDC5
(251,237,197)
#FBEECA
(251,238,202)
#FBEFCF
(251,239,207)
#FBF0D4
(251,240,212)
#FBF1D9
(251,241,217)
#FBF2DE
(251,242,222)
#FBF3E3
(251,243,227)
#FBF4E8
(251,244,232)
#FBF5ED
(251,245,237)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBECC0; }

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

This text font color is #FBECC0.

Background Color

.myBgColor { background-color: #FBECC0; }

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

This div background color is #FBECC0.

Border color

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

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

This div border color is #FBECC0.

Opacity

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

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

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

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

This text has shadow with #FBECC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBECC0.

Preview

Color preview on black background

This text has color #FBECC0 on black background.


Color preview on white background

This text has color #FBECC0 on white background.


Black color preview on #FBECC0 background

This text has black color on #FBECC0 background.


White color preview on #FBECC0 background

This text has white color on #FBECC0 background.


Related colors

Complementary color

Complementary color for #hex is #04133F.


I love getcolorcode.com

Triadic colors

1 #C0FBEC and #ECC0FB with #FBECC0 are triadic colors.

2 #C0ECFB and #ECFBC0 with #FBECC0 are triadic colors.