COLOR #FDB7DC

HEX: #FDB7DC
RGB: (253,183,220)

Color info

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

RGB color model

#FDB7DC color RGB value is (253,183,220).

  • red value is 253;
  • green value is 183;
  • blue value is 220.
RGB:
(253,183,220)
(99%,72%,86%)

RGB channels and saturation

R 253 of 255 = 99%
G 183 of 255 = 72%
B 220 of 255 = 86%

253
183
220

R + G + B ~ 86%. #FDB7DC is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 183 + 220 = 656 (100%)
R 253 of 656 ~ 38.57%
G 183 of 656 ~ 27.9%
B 220 of 656 ~ 33.54%

%38.57
%27.9
%33.54

CMYK color model

#FDB7DC color CMYK value is (0,28,13,1).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 13.04%
  • key color value is 0.78%
CMYK:
(0,28,13,1)
C0M28Y13K1 
(0%,28%,13%,1%)
(0.00/0.28/0.13/0.01)	

CMYK percentages

%0
%27.67
%13.04
%0.78

Codes

Color #FDB7DC in popluar color models

FDB7DC
RGB253183220
HSL328°94.59%85.49%
HSB/HSV328°27.67%99.22%
CMYK0.00%27.67%13.04%
0.78%

Color #FDB7DC in popluar number systems.

HEXFDB7DC
Decimal253183220
Binary111111011011011111011100
Octal375267334

Shades and tints

Shades of #FDB7DC

#FDB7DC
(253,183,220)
#E6A7C8
(230,167,200)
#CF97B4
(207,151,180)
#B887A0
(184,135,160)
#A1778C
(161,119,140)
#8A6778
(138,103,120)
#735764
(115,87,100)
#5C4750
(92,71,80)
#45373C
(69,55,60)
#2E2728
(46,39,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #FDB7DC

#FDB7DC
(253,183,220)
#FDBDDF
(253,189,223)
#FDC3E2
(253,195,226)
#FDC9E5
(253,201,229)
#FDCFE8
(253,207,232)
#FDD5EB
(253,213,235)
#FDDBEE
(253,219,238)
#FDE1F1
(253,225,241)
#FDE7F4
(253,231,244)
#FDEDF7
(253,237,247)
#FDF3FA
(253,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB7DC; }

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

This text font color is #FDB7DC.


Background Color

.myBgColor { background-color: #FDB7DC; }

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

This div background color is #FDB7DC.


Border color

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

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

This div border color is #FDB7DC.


Opacity

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

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

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

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

This text has shadow with #FDB7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB7DC on black background.


Color preview on white background

This text has color #FDB7DC on white background.



Black color preview on #FDB7DC background

This text has black color on #FDB7DC background.


White color preview on #FDB7DC background

This text has white color on #FDB7DC background.