COLOR #FBE6CB

HEX: #FBE6CB
RGB: (251,230,203)

Color info

#FBE6CB contains red, green and blue colors in about the same proportion. Web safe color of #FBE6CB is #FFCCCC (or #FCC).

RGB color model

#FBE6CB color RGB value is (251,230,203).

  • red value is 251;
  • green value is 230;
  • blue value is 203.
RGB:
(251,230,203)
(98%,90%,80%)

RGB channels and saturation

R 251 of 255 = 98%
G 230 of 255 = 90%
B 203 of 255 = 80%

251
230
203

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

Portions of RGB colors in percentages

R + G + B =
251 + 230 + 203 = 684 (100%)
R 251 of 684 ~ 36.7%
G 230 of 684 ~ 33.63%
B 203 of 684 ~ 29.68%

%36.7
%33.63
%29.68

CMYK color model

#FBE6CB color CMYK value is (0,8,19,2).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 19.12%
  • key color value is 1.57%
CMYK:
(0,8,19,2)
C0M8Y19K2 
(0%,8%,19%,2%)
(0.00/0.08/0.19/0.02)	

CMYK percentages

%0
%8.37
%19.12
%1.57

Codes

Color #FBE6CB in popluar color models

FBE6CB
RGB251230203
HSL34°85.71%89.02%
HSB/HSV34°19.12%98.43%
CMYK0.00%8.37%19.12%
1.57%

Color #FBE6CB in popluar number systems.

HEXFBE6CB
Decimal251230203
Binary111110111110011011001011
Octal373346313

Shades and tints

Shades of #FBE6CB

#FBE6CB
(251,230,203)
#E5D2B9
(229,210,185)
#CFBEA7
(207,190,167)
#B9AA95
(185,170,149)
#A39683
(163,150,131)
#8D8271
(141,130,113)
#776E5F
(119,110,95)
#615A4D
(97,90,77)
#4B463B
(75,70,59)
#353229
(53,50,41)
#1F1E17
(31,30,23)
#000000
(0,0,0)

Tints of #FBE6CB

#FBE6CB
(251,230,203)
#FBE8CF
(251,232,207)
#FBEAD3
(251,234,211)
#FBECD7
(251,236,215)
#FBEEDB
(251,238,219)
#FBF0DF
(251,240,223)
#FBF2E3
(251,242,227)
#FBF4E7
(251,244,231)
#FBF6EB
(251,246,235)
#FBF8EF
(251,248,239)
#FBFAF3
(251,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBE6CB; }

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

This text font color is #FBE6CB.


Background Color

.myBgColor { background-color: #FBE6CB; }

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

This div background color is #FBE6CB.


Border color

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

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

This div border color is #FBE6CB.


Opacity

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

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

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

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

This text has shadow with #FBE6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE6CB on black background.


Color preview on white background

This text has color #FBE6CB on white background.



Black color preview on #FBE6CB background

This text has black color on #FBE6CB background.


White color preview on #FBE6CB background

This text has white color on #FBE6CB background.