COLOR #FDBCE6

HEX: #FDBCE6 RGB: (253,188,230)

Color info

#FDBCE6 contains mainly red and blue colors. Web safe color of #FDBCE6 is #FFCCCC (or #FCC).

RGB color model

#FDBCE6 color RGB value is (253,188,230).

RGB: (253,188,230) (99%, 74%, 90%)

RGB channels and saturation

R 253 of 255 = 99%
G 188 of 255 = 74%
B 230 of 255 = 90%

253
188
230

R + G + B ~ 88%. #FDBCE6 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 188 + 230 = 671 (100%)
R 253 of 671 ~ 37.7%
G 188 of 671 ~ 28.02%
B 230 of 671 ~ 34.28'%

%37.7
%28.02
%34.28

CMYK color model

#FDBCE6 color CMYK value is (0,26,9,1).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 9.09%
  • key color value is 0.78%

CMYK: (0,26,9,1)
C0M26Y9K1 (0%, 26%, 9%, 1%)
(0.00 / 0.26 / 0.09 / 0.01)

CMYK percentages

%0
%25.69
%9.09
%0.78

Codes

Color #FDBCE6 in popluar color models

FD BC E6
RGB 253 188 230
HSL 321° 94.20% 86.47%
HSB/HSV 321° 25.69% 99.22%
CMYK 0.00% 25.69% 9.09%
0.78%

Color #FDBCE6 in popluar number systems.

HEX FD BC E6
Decimal 253 188 230
Binary 11111101 10111100 11100110
Octal 375 274 346

Shades and tints

Shades of #FDBCE6

#FDBCE6
(253,188,230)
#E6ABD2
(230,171,210)
#CF9ABE
(207,154,190)
#B889AA
(184,137,170)
#A17896
(161,120,150)
#8A6782
(138,103,130)
#73566E
(115,86,110)
#5C455A
(92,69,90)
#453446
(69,52,70)
#2E2332
(46,35,50)
#17121E
(23,18,30)
#000000
(0,0,0)

Tints of #FDBCE6

#FDBCE6
(253,188,230)
#FDC2E8
(253,194,232)
#FDC8EA
(253,200,234)
#FDCEEC
(253,206,236)
#FDD4EE
(253,212,238)
#FDDAF0
(253,218,240)
#FDE0F2
(253,224,242)
#FDE6F4
(253,230,244)
#FDECF6
(253,236,246)
#FDF2F8
(253,242,248)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBCE6 color. Also use rgb(253,188,230) instead hex code.

Text Font Color

.myTextColor { color: #FDBCE6; }

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

This text font color is #FDBCE6.

Background Color

.myBgColor { background-color: #FDBCE6; }

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

This div background color is #FDBCE6.

Border color

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

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

This div border color is #FDBCE6.

Opacity

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

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

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

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

This text has shadow with #FDBCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBCE6.

Preview

Color preview on black background

This text has color #FDBCE6 on black background.


Color preview on white background

This text has color #FDBCE6 on white background.


Black color preview on #FDBCE6 background

This text has black color on #FDBCE6 background.


White color preview on #FDBCE6 background

This text has white color on #FDBCE6 background.


Related colors

Complementary color

Complementary color for #hex is #024319.


I love getcolorcode.com

Triadic colors

1 #E6FDBC and #BCE6FD with #FDBCE6 are triadic colors.

2 #E6BCFD and #BCFDE6 with #FDBCE6 are triadic colors.