COLOR #FBDCE7

HEX: #FBDCE7 RGB: (251,220,231)

Color info

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

RGB color model

#FBDCE7 color RGB value is (251,220,231).

RGB: (251,220,231) (98%, 86%, 91%)

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 231 of 255 = 91%

251
220
231

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

Portions of RGB colors in percentages

R + G + B = 251 + 220 + 231 = 702 (100%)
R 251 of 702 ~ 35.75%
G 220 of 702 ~ 31.34%
B 231 of 702 ~ 32.91'%

%35.75
%31.34
%32.91

CMYK color model

#FBDCE7 color CMYK value is (0,12,8,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 7.97%
  • key color value is 1.57%

CMYK: (0,12,8,2)
C0M12Y8K2 (0%, 12%, 8%, 2%)
(0.00 / 0.12 / 0.08 / 0.02)

CMYK percentages

%0
%12.35
%7.97
%1.57

Codes

Color #FBDCE7 in popluar color models

FB DC E7
RGB 251 220 231
HSL 339° 79.49% 92.35%
HSB/HSV 339° 12.35% 98.43%
CMYK 0.00% 12.35% 7.97%
1.57%

Color #FBDCE7 in popluar number systems.

HEX FB DC E7
Decimal 251 220 231
Binary 11111011 11011100 11100111
Octal 373 334 347

Shades and tints

Shades of #FBDCE7

#FBDCE7
(251,220,231)
#E5C8D2
(229,200,210)
#CFB4BD
(207,180,189)
#B9A0A8
(185,160,168)
#A38C93
(163,140,147)
#8D787E
(141,120,126)
#776469
(119,100,105)
#615054
(97,80,84)
#4B3C3F
(75,60,63)
#35282A
(53,40,42)
#1F1415
(31,20,21)
#000000
(0,0,0)

Tints of #FBDCE7

#FBDCE7
(251,220,231)
#FBDFE9
(251,223,233)
#FBE2EB
(251,226,235)
#FBE5ED
(251,229,237)
#FBE8EF
(251,232,239)
#FBEBF1
(251,235,241)
#FBEEF3
(251,238,243)
#FBF1F5
(251,241,245)
#FBF4F7
(251,244,247)
#FBF7F9
(251,247,249)
#FBFAFB
(251,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCE7; }

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

This text font color is #FBDCE7.

Background Color

.myBgColor { background-color: #FBDCE7; }

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

This div background color is #FBDCE7.

Border color

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

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

This div border color is #FBDCE7.

Opacity

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

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

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

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

This text has shadow with #FBDCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDCE7.

Preview

Color preview on black background

This text has color #FBDCE7 on black background.


Color preview on white background

This text has color #FBDCE7 on white background.


Black color preview on #FBDCE7 background

This text has black color on #FBDCE7 background.


White color preview on #FBDCE7 background

This text has white color on #FBDCE7 background.


Related colors

Complementary color

Complementary color for #hex is #042318.


I love getcolorcode.com

Triadic colors

1 #E7FBDC and #DCE7FB with #FBDCE7 are triadic colors.

2 #E7DCFB and #DCFBE7 with #FBDCE7 are triadic colors.