COLOR #FBECCC

HEX: #FBECCC
RGB: (251,236,204)

Color info

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

RGB color model

#FBECCC color RGB value is (251,236,204).

  • red value is 251;
  • green value is 236;
  • blue value is 204.
RGB:
(251,236,204)
(98%,93%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 236 of 255 = 93%
B 204 of 255 = 80%

251
236
204

R + G + B ~ 90%. #FBECCC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 236 + 204 = 691 (100%)
R 251 of 691 ~ 36.32%
G 236 of 691 ~ 34.15%
B 204 of 691 ~ 29.52%

%36.32
%34.15
%29.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 18.73%
  • key color value is 1.57%
CMYK:
(0,6,19,2)
C0M6Y19K2 
(0%,6%,19%,2%)
(0.00/0.06/0.19/0.02)	

CMYK percentages

%0
%5.98
%18.73
%1.57

Codes

Color #FBECCC in popluar color models

FBECCC
RGB251236204
HSL41°85.45%89.22%
HSB/HSV41°18.73%98.43%
CMYK0.00%5.98%18.73%
1.57%

Color #FBECCC in popluar number systems.

HEXFBECCC
Decimal251236204
Binary111110111110110011001100
Octal373354314

Shades and tints

Shades of #FBECCC

#FBECCC
(251,236,204)
#E5D7BA
(229,215,186)
#CFC2A8
(207,194,168)
#B9AD96
(185,173,150)
#A39884
(163,152,132)
#8D8372
(141,131,114)
#776E60
(119,110,96)
#61594E
(97,89,78)
#4B443C
(75,68,60)
#352F2A
(53,47,42)
#1F1A18
(31,26,24)
#000000
(0,0,0)

Tints of #FBECCC

#FBECCC
(251,236,204)
#FBEDD0
(251,237,208)
#FBEED4
(251,238,212)
#FBEFD8
(251,239,216)
#FBF0DC
(251,240,220)
#FBF1E0
(251,241,224)
#FBF2E4
(251,242,228)
#FBF3E8
(251,243,232)
#FBF4EC
(251,244,236)
#FBF5F0
(251,245,240)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBECCC; }

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

This text font color is #FBECCC.


Background Color

.myBgColor { background-color: #FBECCC; }

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

This div background color is #FBECCC.


Border color

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

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

This div border color is #FBECCC.


Opacity

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

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

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

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

This text has shadow with #FBECCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBECCC on black background.


Color preview on white background

This text has color #FBECCC on white background.



Black color preview on #FBECCC background

This text has black color on #FBECCC background.


White color preview on #FBECCC background

This text has white color on #FBECCC background.