COLOR #FBD6E7

HEX: #FBD6E7
RGB: (251,214,231)

Color info

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

RGB color model

#FBD6E7 color RGB value is (251,214,231).

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

RGB channels and saturation

R 251 of 255 = 98%
G 214 of 255 = 84%
B 231 of 255 = 91%

251
214
231

R + G + B ~ 91%. #FBD6E7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 214 + 231 = 696 (100%)
R 251 of 696 ~ 36.06%
G 214 of 696 ~ 30.75%
B 231 of 696 ~ 33.19%

%36.06
%30.75
%33.19

CMYK color model

#FBD6E7 color CMYK value is (0,15,8,2).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,15,8,2)
C0M15Y8K2 
(0%,15%,8%,2%)
(0.00/0.15/0.08/0.02)	

CMYK percentages

%0
%14.74
%7.97
%1.57

Codes

Color #FBD6E7 in popluar color models

FBD6E7
RGB251214231
HSL332°82.22%91.18%
HSB/HSV332°14.74%98.43%
CMYK0.00%14.74%7.97%
1.57%

Color #FBD6E7 in popluar number systems.

HEXFBD6E7
Decimal251214231
Binary111110111101011011100111
Octal373326347

Shades and tints

Shades of #FBD6E7

#FBD6E7
(251,214,231)
#E5C3D2
(229,195,210)
#CFB0BD
(207,176,189)
#B99DA8
(185,157,168)
#A38A93
(163,138,147)
#8D777E
(141,119,126)
#776469
(119,100,105)
#615154
(97,81,84)
#4B3E3F
(75,62,63)
#352B2A
(53,43,42)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #FBD6E7

#FBD6E7
(251,214,231)
#FBD9E9
(251,217,233)
#FBDCEB
(251,220,235)
#FBDFED
(251,223,237)
#FBE2EF
(251,226,239)
#FBE5F1
(251,229,241)
#FBE8F3
(251,232,243)
#FBEBF5
(251,235,245)
#FBEEF7
(251,238,247)
#FBF1F9
(251,241,249)
#FBF4FB
(251,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD6E7; }

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

This text font color is #FBD6E7.


Background Color

.myBgColor { background-color: #FBD6E7; }

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

This div background color is #FBD6E7.


Border color

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

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

This div border color is #FBD6E7.


Opacity

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

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

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

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

This text has shadow with #FBD6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD6E7 on black background.


Color preview on white background

This text has color #FBD6E7 on white background.



Black color preview on #FBD6E7 background

This text has black color on #FBD6E7 background.


White color preview on #FBD6E7 background

This text has white color on #FBD6E7 background.