COLOR #FBD9EF

HEX: #FBD9EF
RGB: (251,217,239)

Color info

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

RGB color model

#FBD9EF color RGB value is (251,217,239).

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

RGB channels and saturation

R 251 of 255 = 98%
G 217 of 255 = 85%
B 239 of 255 = 94%

251
217
239

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

Portions of RGB colors in percentages

R + G + B =
251 + 217 + 239 = 707 (100%)
R 251 of 707 ~ 35.5%
G 217 of 707 ~ 30.69%
B 239 of 707 ~ 33.8%

%35.5
%30.69
%33.8

CMYK color model

#FBD9EF color CMYK value is (0,14,5,2).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(0,14,5,2)
C0M14Y5K2 
(0%,14%,5%,2%)
(0.00/0.14/0.05/0.02)	

CMYK percentages

%0
%13.55
%4.78
%1.57

Codes

Color #FBD9EF in popluar color models

FBD9EF
RGB251217239
HSL321°80.95%91.76%
HSB/HSV321°13.55%98.43%
CMYK0.00%13.55%4.78%
1.57%

Color #FBD9EF in popluar number systems.

HEXFBD9EF
Decimal251217239
Binary111110111101100111101111
Octal373331357

Shades and tints

Shades of #FBD9EF

#FBD9EF
(251,217,239)
#E5C6DA
(229,198,218)
#CFB3C5
(207,179,197)
#B9A0B0
(185,160,176)
#A38D9B
(163,141,155)
#8D7A86
(141,122,134)
#776771
(119,103,113)
#61545C
(97,84,92)
#4B4147
(75,65,71)
#352E32
(53,46,50)
#1F1B1D
(31,27,29)
#000000
(0,0,0)

Tints of #FBD9EF

#FBD9EF
(251,217,239)
#FBDCF0
(251,220,240)
#FBDFF1
(251,223,241)
#FBE2F2
(251,226,242)
#FBE5F3
(251,229,243)
#FBE8F4
(251,232,244)
#FBEBF5
(251,235,245)
#FBEEF6
(251,238,246)
#FBF1F7
(251,241,247)
#FBF4F8
(251,244,248)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD9EF; }

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

This text font color is #FBD9EF.


Background Color

.myBgColor { background-color: #FBD9EF; }

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

This div background color is #FBD9EF.


Border color

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

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

This div border color is #FBD9EF.


Opacity

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

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

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

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

This text has shadow with #FBD9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD9EF on black background.


Color preview on white background

This text has color #FBD9EF on white background.



Black color preview on #FBD9EF background

This text has black color on #FBD9EF background.


White color preview on #FBD9EF background

This text has white color on #FBD9EF background.