COLOR #FBDFEF

HEX: #FBDFEF
RGB: (251,223,239)

Color info

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

RGB color model

#FBDFEF color RGB value is (251,223,239).

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

RGB channels and saturation

R 251 of 255 = 98%
G 223 of 255 = 87%
B 239 of 255 = 94%

251
223
239

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

Portions of RGB colors in percentages

R + G + B =
251 + 223 + 239 = 713 (100%)
R 251 of 713 ~ 35.2%
G 223 of 713 ~ 31.28%
B 239 of 713 ~ 33.52%

%35.2
%31.28
%33.52

CMYK color model

#FBDFEF color CMYK value is (0,11,5,2).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(0,11,5,2)
C0M11Y5K2 
(0%,11%,5%,2%)
(0.00/0.11/0.05/0.02)	

CMYK percentages

%0
%11.16
%4.78
%1.57

Codes

Color #FBDFEF in popluar color models

FBDFEF
RGB251223239
HSL326°77.78%92.94%
HSB/HSV326°11.16%98.43%
CMYK0.00%11.16%4.78%
1.57%

Color #FBDFEF in popluar number systems.

HEXFBDFEF
Decimal251223239
Binary111110111101111111101111
Octal373337357

Shades and tints

Shades of #FBDFEF

#FBDFEF
(251,223,239)
#E5CBDA
(229,203,218)
#CFB7C5
(207,183,197)
#B9A3B0
(185,163,176)
#A38F9B
(163,143,155)
#8D7B86
(141,123,134)
#776771
(119,103,113)
#61535C
(97,83,92)
#4B3F47
(75,63,71)
#352B32
(53,43,50)
#1F171D
(31,23,29)
#000000
(0,0,0)

Tints of #FBDFEF

#FBDFEF
(251,223,239)
#FBE1F0
(251,225,240)
#FBE3F1
(251,227,241)
#FBE5F2
(251,229,242)
#FBE7F3
(251,231,243)
#FBE9F4
(251,233,244)
#FBEBF5
(251,235,245)
#FBEDF6
(251,237,246)
#FBEFF7
(251,239,247)
#FBF1F8
(251,241,248)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDFEF; }

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

This text font color is #FBDFEF.


Background Color

.myBgColor { background-color: #FBDFEF; }

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

This div background color is #FBDFEF.


Border color

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

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

This div border color is #FBDFEF.


Opacity

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

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

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

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

This text has shadow with #FBDFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDFEF on black background.


Color preview on white background

This text has color #FBDFEF on white background.



Black color preview on #FBDFEF background

This text has black color on #FBDFEF background.


White color preview on #FBDFEF background

This text has white color on #FBDFEF background.