COLOR #FBCBEF

HEX: #FBCBEF
RGB: (251,203,239)

Color info

#FBCBEF contains red, green and blue colors in about the same proportion. Web safe color of #FBCBEF is #FFCCFF (or #FCF).

RGB color model

#FBCBEF color RGB value is (251,203,239).

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

RGB channels and saturation

R 251 of 255 = 98%
G 203 of 255 = 80%
B 239 of 255 = 94%

251
203
239

R + G + B ~ 91%. #FBCBEF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 203 + 239 = 693 (100%)
R 251 of 693 ~ 36.22%
G 203 of 693 ~ 29.29%
B 239 of 693 ~ 34.49%

%36.22
%29.29
%34.49

CMYK color model

#FBCBEF color CMYK value is (0,19,5,2).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(0,19,5,2)
C0M19Y5K2 
(0%,19%,5%,2%)
(0.00/0.19/0.05/0.02)	

CMYK percentages

%0
%19.12
%4.78
%1.57

Codes

Color #FBCBEF in popluar color models

FBCBEF
RGB251203239
HSL315°85.71%89.02%
HSB/HSV315°19.12%98.43%
CMYK0.00%19.12%4.78%
1.57%

Color #FBCBEF in popluar number systems.

HEXFBCBEF
Decimal251203239
Binary111110111100101111101111
Octal373313357

Shades and tints

Shades of #FBCBEF

#FBCBEF
(251,203,239)
#E5B9DA
(229,185,218)
#CFA7C5
(207,167,197)
#B995B0
(185,149,176)
#A3839B
(163,131,155)
#8D7186
(141,113,134)
#775F71
(119,95,113)
#614D5C
(97,77,92)
#4B3B47
(75,59,71)
#352932
(53,41,50)
#1F171D
(31,23,29)
#000000
(0,0,0)

Tints of #FBCBEF

#FBCBEF
(251,203,239)
#FBCFF0
(251,207,240)
#FBD3F1
(251,211,241)
#FBD7F2
(251,215,242)
#FBDBF3
(251,219,243)
#FBDFF4
(251,223,244)
#FBE3F5
(251,227,245)
#FBE7F6
(251,231,246)
#FBEBF7
(251,235,247)
#FBEFF8
(251,239,248)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBCBEF; }

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

This text font color is #FBCBEF.


Background Color

.myBgColor { background-color: #FBCBEF; }

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

This div background color is #FBCBEF.


Border color

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

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

This div border color is #FBCBEF.


Opacity

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

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

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

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

This text has shadow with #FBCBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBCBEF on black background.


Color preview on white background

This text has color #FBCBEF on white background.



Black color preview on #FBCBEF background

This text has black color on #FBCBEF background.


White color preview on #FBCBEF background

This text has white color on #FBCBEF background.