COLOR #FBDCE4

HEX: #FBDCE4 RGB: (251,220,228)

Color info

#FBDCE4 contains red, green and blue colors in about the same proportion. Web safe color of #FBDCE4 is #FFCCCC (or #FCC).

RGB color model

#FBDCE4 color RGB value is (251,220,228).

RGB: (251,220,228) (98%, 86%, 89%)

RGB channels and saturation

R 251 of 255 = 98%
G 220 of 255 = 86%
B 228 of 255 = 89%

251
220
228

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

Portions of RGB colors in percentages

R + G + B = 251 + 220 + 228 = 699 (100%)
R 251 of 699 ~ 35.91%
G 220 of 699 ~ 31.47%
B 228 of 699 ~ 32.62'%

%35.91
%31.47
%32.62

CMYK color model

#FBDCE4 color CMYK value is (0,12,9,2).

  • cyan value is 0.00%
  • magenta value is 12.35%
  • yellow value is 9.16%
  • key color value is 1.57%
CMYK: (0,12,9,2) C0M12Y9K2 (0%,12%,9%,2%) (0.00/0.12/0.09/0.02) 

CMYK percentages

%0
%12.35
%9.16
%1.57

Codes

Color #FBDCE4 in popluar color models

FB DC E4
RGB 251 220 228
HSL 345° 79.49% 92.35%
HSB/HSV 345° 12.35% 98.43%
CMYK 0.00% 12.35% 9.16%
1.57%

Color #FBDCE4 in popluar number systems.

HEX FB DC E4
Decimal 251 220 228
Binary 11111011 11011100 11100100
Octal 373 334 344

Shades and tints

Shades of #FBDCE4

#FBDCE4
(251,220,228)
#E5C8D0
(229,200,208)
#CFB4BC
(207,180,188)
#B9A0A8
(185,160,168)
#A38C94
(163,140,148)
#8D7880
(141,120,128)
#77646C
(119,100,108)
#615058
(97,80,88)
#4B3C44
(75,60,68)
#352830
(53,40,48)
#1F141C
(31,20,28)
#000000
(0,0,0)

Tints of #FBDCE4

#FBDCE4
(251,220,228)
#FBDFE6
(251,223,230)
#FBE2E8
(251,226,232)
#FBE5EA
(251,229,234)
#FBE8EC
(251,232,236)
#FBEBEE
(251,235,238)
#FBEEF0
(251,238,240)
#FBF1F2
(251,241,242)
#FBF4F4
(251,244,244)
#FBF7F6
(251,247,246)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDCE4; }

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

This text font color is #FBDCE4.

Background Color

.myBgColor { background-color: #FBDCE4; }

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

This div background color is #FBDCE4.

Border color

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

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

This div border color is #FBDCE4.

Opacity

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

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

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

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

This text has shadow with #FBDCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDCE4.

Preview

Color preview on black background

This text has color #FBDCE4 on black background.


Color preview on white background

This text has color #FBDCE4 on white background.


Black color preview on #FBDCE4 background

This text has black color on #FBDCE4 background.


White color preview on #FBDCE4 background

This text has white color on #FBDCE4 background.


Related colors

Complementary color

Complementary color for #hex is #04231B.


I love getcolorcode.com

Triadic colors

1 #E4FBDC and #DCE4FB with #FBDCE4 are triadic colors.

2 #E4DCFB and #DCFBE4 with #FBDCE4 are triadic colors.