COLOR #FBDCE9

HEX: #FBDCE9
RGB: (251,220,233)

Color info

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

RGB color model

#FBDCE9 color RGB value is (251,220,233).

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

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 233 of 255 = 91%

251
220
233

R + G + B ~ 92%. #FBDCE9 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 233 = 704 (100%)
R 251 of 704 ~ 35.65%
G 220 of 704 ~ 31.25%
B 233 of 704 ~ 33.1%

%35.65
%31.25
%33.1

CMYK color model

#FBDCE9 color CMYK value is (0,12,7,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 7.17%
  • key color value is 1.57%
CMYK:
(0,12,7,2)
C0M12Y7K2 
(0%,12%,7%,2%)
(0.00/0.12/0.07/0.02)	

CMYK percentages

%0
%12.35
%7.17
%1.57

Codes

Color #FBDCE9 in popluar color models

FBDCE9
RGB251220233
HSL335°79.49%92.35%
HSB/HSV335°12.35%98.43%
CMYK0.00%12.35%7.17%
1.57%

Color #FBDCE9 in popluar number systems.

HEXFBDCE9
Decimal251220233
Binary111110111101110011101001
Octal373334351

Shades and tints

Shades of #FBDCE9

#FBDCE9
(251,220,233)
#E5C8D4
(229,200,212)
#CFB4BF
(207,180,191)
#B9A0AA
(185,160,170)
#A38C95
(163,140,149)
#8D7880
(141,120,128)
#77646B
(119,100,107)
#615056
(97,80,86)
#4B3C41
(75,60,65)
#35282C
(53,40,44)
#1F1417
(31,20,23)
#000000
(0,0,0)

Tints of #FBDCE9

#FBDCE9
(251,220,233)
#FBDFEB
(251,223,235)
#FBE2ED
(251,226,237)
#FBE5EF
(251,229,239)
#FBE8F1
(251,232,241)
#FBEBF3
(251,235,243)
#FBEEF5
(251,238,245)
#FBF1F7
(251,241,247)
#FBF4F9
(251,244,249)
#FBF7FB
(251,247,251)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCE9; }

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

This text font color is #FBDCE9.


Background Color

.myBgColor { background-color: #FBDCE9; }

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

This div background color is #FBDCE9.


Border color

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

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

This div border color is #FBDCE9.


Opacity

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

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

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

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

This text has shadow with #FBDCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCE9 on black background.


Color preview on white background

This text has color #FBDCE9 on white background.



Black color preview on #FBDCE9 background

This text has black color on #FBDCE9 background.


White color preview on #FBDCE9 background

This text has white color on #FBDCE9 background.