COLOR #FDBCEC

HEX: #FDBCEC RGB: (253,188,236)

Color info

#FDBCEC contains mainly red and blue colors. Web safe color of #FDBCEC is #FFCCFF (or #FCF).

RGB color model

#FDBCEC color RGB value is (253,188,236).

RGB: (253,188,236) (99%, 74%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 188 of 255 = 74%
B 236 of 255 = 93%

253
188
236

R + G + B ~ 89%. #FDBCEC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 188 + 236 = 677 (100%)
R 253 of 677 ~ 37.37%
G 188 of 677 ~ 27.77%
B 236 of 677 ~ 34.86'%

%37.37
%27.77
%34.86

CMYK color model

#FDBCEC color CMYK value is (0,26,7,1).

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

CMYK: (0,26,7,1)
C0M26Y7K1 (0%, 26%, 7%, 1%)
(0.00 / 0.26 / 0.07 / 0.01)

CMYK percentages

%0
%25.69
%6.72
%0.78

Codes

Color #FDBCEC in popluar color models

FD BC EC
RGB 253 188 236
HSL 316° 94.20% 86.47%
HSB/HSV 316° 25.69% 99.22%
CMYK 0.00% 25.69% 6.72%
0.78%

Color #FDBCEC in popluar number systems.

HEX FD BC EC
Decimal 253 188 236
Binary 11111101 10111100 11101100
Octal 375 274 354

Shades and tints

Shades of #FDBCEC

#FDBCEC
(253,188,236)
#E6ABD7
(230,171,215)
#CF9AC2
(207,154,194)
#B889AD
(184,137,173)
#A17898
(161,120,152)
#8A6783
(138,103,131)
#73566E
(115,86,110)
#5C4559
(92,69,89)
#453444
(69,52,68)
#2E232F
(46,35,47)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #FDBCEC

#FDBCEC
(253,188,236)
#FDC2ED
(253,194,237)
#FDC8EE
(253,200,238)
#FDCEEF
(253,206,239)
#FDD4F0
(253,212,240)
#FDDAF1
(253,218,241)
#FDE0F2
(253,224,242)
#FDE6F3
(253,230,243)
#FDECF4
(253,236,244)
#FDF2F5
(253,242,245)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDBCEC; }

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

This text font color is #FDBCEC.

Background Color

.myBgColor { background-color: #FDBCEC; }

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

This div background color is #FDBCEC.

Border color

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

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

This div border color is #FDBCEC.

Opacity

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

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

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

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

This text has shadow with #FDBCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBCEC.

Preview

Color preview on black background

This text has color #FDBCEC on black background.


Color preview on white background

This text has color #FDBCEC on white background.


Black color preview on #FDBCEC background

This text has black color on #FDBCEC background.


White color preview on #FDBCEC background

This text has white color on #FDBCEC background.


Related colors

Complementary color

Complementary color for #hex is #024313.


I love getcolorcode.com

Triadic colors

1 #ECFDBC and #BCECFD with #FDBCEC are triadic colors.

2 #ECBCFD and #BCFDEC with #FDBCEC are triadic colors.