COLOR #FBDCFC

HEX: #FBDCFC
RGB: (251,220,252)

Color info

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

RGB color model

#FBDCFC color RGB value is (251,220,252).

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

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 252 of 255 = 99%

251
220
252

R + G + B ~ 94%. #FBDCFC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 252 = 723 (100%)
R 251 of 723 ~ 34.72%
G 220 of 723 ~ 30.43%
B 252 of 723 ~ 34.85%

%34.72
%30.43
%34.85

CMYK color model

#FBDCFC color CMYK value is (0,13,0,1).

  • cyan value is 0.40%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(0,13,0,1)
C0M13Y0K1 
(0%,13%,0%,1%)
(0.00/0.13/0.00/0.01)	

CMYK percentages

%0.4
%12.7
%0
%1.18

Codes

Color #FBDCFC in popluar color models

FBDCFC
RGB251220252
HSL298°84.21%92.55%
HSB/HSV298°12.70%98.82%
CMYK0.40%12.70%0.00%
1.18%

Color #FBDCFC in popluar number systems.

HEXFBDCFC
Decimal251220252
Binary111110111101110011111100
Octal373334374

Shades and tints

Shades of #FBDCFC

#FBDCFC
(251,220,252)
#E5C8E6
(229,200,230)
#CFB4D0
(207,180,208)
#B9A0BA
(185,160,186)
#A38CA4
(163,140,164)
#8D788E
(141,120,142)
#776478
(119,100,120)
#615062
(97,80,98)
#4B3C4C
(75,60,76)
#352836
(53,40,54)
#1F1420
(31,20,32)
#000000
(0,0,0)

Tints of #FBDCFC

#FBDCFC
(251,220,252)
#FBDFFC
(251,223,252)
#FBE2FC
(251,226,252)
#FBE5FC
(251,229,252)
#FBE8FC
(251,232,252)
#FBEBFC
(251,235,252)
#FBEEFC
(251,238,252)
#FBF1FC
(251,241,252)
#FBF4FC
(251,244,252)
#FBF7FC
(251,247,252)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCFC; }

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

This text font color is #FBDCFC.


Background Color

.myBgColor { background-color: #FBDCFC; }

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

This div background color is #FBDCFC.


Border color

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

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

This div border color is #FBDCFC.


Opacity

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

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

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

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

This text has shadow with #FBDCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCFC on black background.


Color preview on white background

This text has color #FBDCFC on white background.



Black color preview on #FBDCFC background

This text has black color on #FBDCFC background.


White color preview on #FBDCFC background

This text has white color on #FBDCFC background.