COLOR #FDB1DC

HEX: #FDB1DC RGB: (253,177,220)

Color info

#FDB1DC contains mainly red and blue colors. Web safe color of #FDB1DC is #FF99CC (or #F9C).

RGB color model

#FDB1DC color RGB value is (253,177,220).

RGB: (253,177,220) (99%, 69%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 177 of 255 = 69%
B 220 of 255 = 86%

253
177
220

R + G + B ~ 85%. #FDB1DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 177 + 220 = 650 (100%)
R 253 of 650 ~ 38.92%
G 177 of 650 ~ 27.23%
B 220 of 650 ~ 33.85'%

%38.92
%27.23
%33.85

CMYK color model

#FDB1DC color CMYK value is (0,30,13,1).

  • cyan value is 0.00%
  • magenta value is 30.04%
  • yellow value is 13.04%
  • key color value is 0.78%

CMYK: (0,30,13,1)
C0M30Y13K1 (0%, 30%, 13%, 1%)
(0.00 / 0.30 / 0.13 / 0.01)

CMYK percentages

%0
%30.04
%13.04
%0.78

Codes

Color #FDB1DC in popluar color models

FD B1 DC
RGB 253 177 220
HSL 326° 95.00% 84.31%
HSB/HSV 326° 30.04% 99.22%
CMYK 0.00% 30.04% 13.04%
0.78%

Color #FDB1DC in popluar number systems.

HEX FD B1 DC
Decimal 253 177 220
Binary 11111101 10110001 11011100
Octal 375 261 334

Shades and tints

Shades of #FDB1DC

#FDB1DC
(253,177,220)
#E6A1C8
(230,161,200)
#CF91B4
(207,145,180)
#B881A0
(184,129,160)
#A1718C
(161,113,140)
#8A6178
(138,97,120)
#735164
(115,81,100)
#5C4150
(92,65,80)
#45313C
(69,49,60)
#2E2128
(46,33,40)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #FDB1DC

#FDB1DC
(253,177,220)
#FDB8DF
(253,184,223)
#FDBFE2
(253,191,226)
#FDC6E5
(253,198,229)
#FDCDE8
(253,205,232)
#FDD4EB
(253,212,235)
#FDDBEE
(253,219,238)
#FDE2F1
(253,226,241)
#FDE9F4
(253,233,244)
#FDF0F7
(253,240,247)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB1DC color. Also use rgb(253,177,220) instead hex code.

Text Font Color

.myTextColor { color: #FDB1DC; }

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

This text font color is #FDB1DC.

Background Color

.myBgColor { background-color: #FDB1DC; }

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

This div background color is #FDB1DC.

Border color

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

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

This div border color is #FDB1DC.

Opacity

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

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

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

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

This text has shadow with #FDB1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB1DC.

Preview

Color preview on black background

This text has color #FDB1DC on black background.


Color preview on white background

This text has color #FDB1DC on white background.


Black color preview on #FDB1DC background

This text has black color on #FDB1DC background.


White color preview on #FDB1DC background

This text has white color on #FDB1DC background.


Related colors

Complementary color

Complementary color for #hex is #024E23.


I love getcolorcode.com

Triadic colors

1 #DCFDB1 and #B1DCFD with #FDB1DC are triadic colors.

2 #DCB1FD and #B1FDDC with #FDB1DC are triadic colors.