COLOR #FBDBEE

HEX: #FBDBEE
RGB: (251,219,238)

Color info

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

RGB color model

#FBDBEE color RGB value is (251,219,238).

  • red value is 251;
  • green value is 219;
  • blue value is 238.
RGB:
(251,219,238)
(98%,86%,93%)

RGB channels and saturation

R 251 of 255 = 98%
G 219 of 255 = 86%
B 238 of 255 = 93%

251
219
238

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

Portions of RGB colors in percentages

R + G + B =
251 + 219 + 238 = 708 (100%)
R 251 of 708 ~ 35.45%
G 219 of 708 ~ 30.93%
B 238 of 708 ~ 33.62%

%35.45
%30.93
%33.62

CMYK color model

#FBDBEE color CMYK value is (0,13,5,2).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK:
(0,13,5,2)
C0M13Y5K2 
(0%,13%,5%,2%)
(0.00/0.13/0.05/0.02)	

CMYK percentages

%0
%12.75
%5.18
%1.57

Codes

Color #FBDBEE in popluar color models

FBDBEE
RGB251219238
HSL324°80.00%92.16%
HSB/HSV324°12.75%98.43%
CMYK0.00%12.75%5.18%
1.57%

Color #FBDBEE in popluar number systems.

HEXFBDBEE
Decimal251219238
Binary111110111101101111101110
Octal373333356

Shades and tints

Shades of #FBDBEE

#FBDBEE
(251,219,238)
#E5C8D9
(229,200,217)
#CFB5C4
(207,181,196)
#B9A2AF
(185,162,175)
#A38F9A
(163,143,154)
#8D7C85
(141,124,133)
#776970
(119,105,112)
#61565B
(97,86,91)
#4B4346
(75,67,70)
#353031
(53,48,49)
#1F1D1C
(31,29,28)
#000000
(0,0,0)

Tints of #FBDBEE

#FBDBEE
(251,219,238)
#FBDEEF
(251,222,239)
#FBE1F0
(251,225,240)
#FBE4F1
(251,228,241)
#FBE7F2
(251,231,242)
#FBEAF3
(251,234,243)
#FBEDF4
(251,237,244)
#FBF0F5
(251,240,245)
#FBF3F6
(251,243,246)
#FBF6F7
(251,246,247)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDBEE color. Also use rgb(251,219,238) instead hex code.

Text Font Color

.myTextColor { color: #FBDBEE; }

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

This text font color is #FBDBEE.


Background Color

.myBgColor { background-color: #FBDBEE; }

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

This div background color is #FBDBEE.


Border color

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

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

This div border color is #FBDBEE.


Opacity

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

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

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

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

This text has shadow with #FBDBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDBEE on black background.


Color preview on white background

This text has color #FBDBEE on white background.



Black color preview on #FBDBEE background

This text has black color on #FBDBEE background.


White color preview on #FBDBEE background

This text has white color on #FBDBEE background.