COLOR #FBCEBF

HEX: #FBCEBF
RGB: (251,206,191)

Color info

#FBCEBF contains mainly red and green colors. Web safe color of #FBCEBF is #FFCCCC (or #FCC).

RGB color model

#FBCEBF color RGB value is (251,206,191).

  • red value is 251;
  • green value is 206;
  • blue value is 191.
RGB:
(251,206,191)
(98%,81%,75%)

RGB channels and saturation

R 251 of 255 = 98%
G 206 of 255 = 81%
B 191 of 255 = 75%

251
206
191

R + G + B ~ 85%. #FBCEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 206 + 191 = 648 (100%)
R 251 of 648 ~ 38.73%
G 206 of 648 ~ 31.79%
B 191 of 648 ~ 29.48%

%38.73
%31.79
%29.48

CMYK color model

#FBCEBF color CMYK value is (0,18,24,2).

  • cyan value is 0.00%
  • magenta value is 17.93%
  • yellow value is 23.90%
  • key color value is 1.57%
CMYK:
(0,18,24,2)
C0M18Y24K2 
(0%,18%,24%,2%)
(0.00/0.18/0.24/0.02)	

CMYK percentages

%0
%17.93
%23.9
%1.57

Codes

Color #FBCEBF in popluar color models

FBCEBF
RGB251206191
HSL15°88.24%86.67%
HSB/HSV15°23.90%98.43%
CMYK0.00%17.93%23.90%
1.57%

Color #FBCEBF in popluar number systems.

HEXFBCEBF
Decimal251206191
Binary111110111100111010111111
Octal373316277

Shades and tints

Shades of #FBCEBF

#FBCEBF
(251,206,191)
#E5BCAE
(229,188,174)
#CFAA9D
(207,170,157)
#B9988C
(185,152,140)
#A3867B
(163,134,123)
#8D746A
(141,116,106)
#776259
(119,98,89)
#615048
(97,80,72)
#4B3E37
(75,62,55)
#352C26
(53,44,38)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #FBCEBF

#FBCEBF
(251,206,191)
#FBD2C4
(251,210,196)
#FBD6C9
(251,214,201)
#FBDACE
(251,218,206)
#FBDED3
(251,222,211)
#FBE2D8
(251,226,216)
#FBE6DD
(251,230,221)
#FBEAE2
(251,234,226)
#FBEEE7
(251,238,231)
#FBF2EC
(251,242,236)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBCEBF color. Also use rgb(251,206,191) instead hex code.

Text Font Color

.myTextColor { color: #FBCEBF; }

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

This text font color is #FBCEBF.


Background Color

.myBgColor { background-color: #FBCEBF; }

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

This div background color is #FBCEBF.


Border color

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

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

This div border color is #FBCEBF.


Opacity

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

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

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

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

This text has shadow with #FBCEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCEBF on black background.


Color preview on white background

This text has color #FBCEBF on white background.



Black color preview on #FBCEBF background

This text has black color on #FBCEBF background.


White color preview on #FBCEBF background

This text has white color on #FBCEBF background.