COLOR #FBDCF4

HEX: #FBDCF4
RGB: (251,220,244)

Color info

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

RGB color model

#FBDCF4 color RGB value is (251,220,244).

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

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 244 of 255 = 96%

251
220
244

R + G + B ~ 93%. #FBDCF4 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 220 + 244 = 715 (100%)
R 251 of 715 ~ 35.1%
G 220 of 715 ~ 30.77%
B 244 of 715 ~ 34.13%

%35.1
%30.77
%34.13

CMYK color model

#FBDCF4 color CMYK value is (0,12,3,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 2.79%
  • key color value is 1.57%
CMYK:
(0,12,3,2)
C0M12Y3K2 
(0%,12%,3%,2%)
(0.00/0.12/0.03/0.02)	

CMYK percentages

%0
%12.35
%2.79
%1.57

Codes

Color #FBDCF4 in popluar color models

FBDCF4
RGB251220244
HSL314°79.49%92.35%
HSB/HSV314°12.35%98.43%
CMYK0.00%12.35%2.79%
1.57%

Color #FBDCF4 in popluar number systems.

HEXFBDCF4
Decimal251220244
Binary111110111101110011110100
Octal373334364

Shades and tints

Shades of #FBDCF4

#FBDCF4
(251,220,244)
#E5C8DE
(229,200,222)
#CFB4C8
(207,180,200)
#B9A0B2
(185,160,178)
#A38C9C
(163,140,156)
#8D7886
(141,120,134)
#776470
(119,100,112)
#61505A
(97,80,90)
#4B3C44
(75,60,68)
#35282E
(53,40,46)
#1F1418
(31,20,24)
#000000
(0,0,0)

Tints of #FBDCF4

#FBDCF4
(251,220,244)
#FBDFF5
(251,223,245)
#FBE2F6
(251,226,246)
#FBE5F7
(251,229,247)
#FBE8F8
(251,232,248)
#FBEBF9
(251,235,249)
#FBEEFA
(251,238,250)
#FBF1FB
(251,241,251)
#FBF4FC
(251,244,252)
#FBF7FD
(251,247,253)
#FBFAFE
(251,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCF4; }

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

This text font color is #FBDCF4.


Background Color

.myBgColor { background-color: #FBDCF4; }

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

This div background color is #FBDCF4.


Border color

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

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

This div border color is #FBDCF4.


Opacity

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

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

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

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

This text has shadow with #FBDCF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDCF4 on black background.


Color preview on white background

This text has color #FBDCF4 on white background.



Black color preview on #FBDCF4 background

This text has black color on #FBDCF4 background.


White color preview on #FBDCF4 background

This text has white color on #FBDCF4 background.