COLOR #FBDCE5

HEX: #FBDCE5
RGB: (251,220,229)

Color info

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

RGB color model

#FBDCE5 color RGB value is (251,220,229).

  • red value is 251;
  • green value is 220;
  • blue value is 229.
RGB:
(251,220,229)
(98%,86%,90%)

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 229 of 255 = 90%

251
220
229

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

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 229 = 700 (100%)
R 251 of 700 ~ 35.86%
G 220 of 700 ~ 31.43%
B 229 of 700 ~ 32.71%

%35.86
%31.43
%32.71

CMYK color model

#FBDCE5 color CMYK value is (0,12,9,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 8.76%
  • key color value is 1.57%
CMYK:
(0,12,9,2)
C0M12Y9K2 
(0%,12%,9%,2%)
(0.00/0.12/0.09/0.02)	

CMYK percentages

%0
%12.35
%8.76
%1.57

Codes

Color #FBDCE5 in popluar color models

FBDCE5
RGB251220229
HSL343°79.49%92.35%
HSB/HSV343°12.35%98.43%
CMYK0.00%12.35%8.76%
1.57%

Color #FBDCE5 in popluar number systems.

HEXFBDCE5
Decimal251220229
Binary111110111101110011100101
Octal373334345

Shades and tints

Shades of #FBDCE5

#FBDCE5
(251,220,229)
#E5C8D1
(229,200,209)
#CFB4BD
(207,180,189)
#B9A0A9
(185,160,169)
#A38C95
(163,140,149)
#8D7881
(141,120,129)
#77646D
(119,100,109)
#615059
(97,80,89)
#4B3C45
(75,60,69)
#352831
(53,40,49)
#1F141D
(31,20,29)
#000000
(0,0,0)

Tints of #FBDCE5

#FBDCE5
(251,220,229)
#FBDFE7
(251,223,231)
#FBE2E9
(251,226,233)
#FBE5EB
(251,229,235)
#FBE8ED
(251,232,237)
#FBEBEF
(251,235,239)
#FBEEF1
(251,238,241)
#FBF1F3
(251,241,243)
#FBF4F5
(251,244,245)
#FBF7F7
(251,247,247)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDCE5 color. Also use rgb(251,220,229) instead hex code.

Text Font Color

.myTextColor { color: #FBDCE5; }

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

This text font color is #FBDCE5.


Background Color

.myBgColor { background-color: #FBDCE5; }

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

This div background color is #FBDCE5.


Border color

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

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

This div border color is #FBDCE5.


Opacity

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

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

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

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

This text has shadow with #FBDCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCE5 on black background.


Color preview on white background

This text has color #FBDCE5 on white background.



Black color preview on #FBDCE5 background

This text has black color on #FBDCE5 background.


White color preview on #FBDCE5 background

This text has white color on #FBDCE5 background.