COLOR #FBD1E7

HEX: #FBD1E7
RGB: (251,209,231)

Color info

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

RGB color model

#FBD1E7 color RGB value is (251,209,231).

  • red value is 251;
  • green value is 209;
  • blue value is 231.
RGB:
(251,209,231)
(98%,82%,91%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 231 of 255 = 91%

251
209
231

R + G + B ~ 90%. #FBD1E7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 209 + 231 = 691 (100%)
R 251 of 691 ~ 36.32%
G 209 of 691 ~ 30.25%
B 231 of 691 ~ 33.43%

%36.32
%30.25
%33.43

CMYK color model

#FBD1E7 color CMYK value is (0,17,8,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,17,8,2)
C0M17Y8K2 
(0%,17%,8%,2%)
(0.00/0.17/0.08/0.02)	

CMYK percentages

%0
%16.73
%7.97
%1.57

Codes

Color #FBD1E7 in popluar color models

FBD1E7
RGB251209231
HSL329°84.00%90.20%
HSB/HSV329°16.73%98.43%
CMYK0.00%16.73%7.97%
1.57%

Color #FBD1E7 in popluar number systems.

HEXFBD1E7
Decimal251209231
Binary111110111101000111100111
Octal373321347

Shades and tints

Shades of #FBD1E7

#FBD1E7
(251,209,231)
#E5BED2
(229,190,210)
#CFABBD
(207,171,189)
#B998A8
(185,152,168)
#A38593
(163,133,147)
#8D727E
(141,114,126)
#775F69
(119,95,105)
#614C54
(97,76,84)
#4B393F
(75,57,63)
#35262A
(53,38,42)
#1F1315
(31,19,21)
#000000
(0,0,0)

Tints of #FBD1E7

#FBD1E7
(251,209,231)
#FBD5E9
(251,213,233)
#FBD9EB
(251,217,235)
#FBDDED
(251,221,237)
#FBE1EF
(251,225,239)
#FBE5F1
(251,229,241)
#FBE9F3
(251,233,243)
#FBEDF5
(251,237,245)
#FBF1F7
(251,241,247)
#FBF5F9
(251,245,249)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD1E7 color. Also use rgb(251,209,231) instead hex code.

Text Font Color

.myTextColor { color: #FBD1E7; }

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

This text font color is #FBD1E7.


Background Color

.myBgColor { background-color: #FBD1E7; }

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

This div background color is #FBD1E7.


Border color

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

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

This div border color is #FBD1E7.


Opacity

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

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

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

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

This text has shadow with #FBD1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD1E7 on black background.


Color preview on white background

This text has color #FBD1E7 on white background.



Black color preview on #FBD1E7 background

This text has black color on #FBD1E7 background.


White color preview on #FBD1E7 background

This text has white color on #FBD1E7 background.