COLOR #FDB6E1

HEX: #FDB6E1
RGB: (253,182,225)

Color info

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

RGB color model

#FDB6E1 color RGB value is (253,182,225).

  • red value is 253;
  • green value is 182;
  • blue value is 225.
RGB:
(253,182,225)
(99%,71%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 182 of 255 = 71%
B 225 of 255 = 88%

253
182
225

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

Portions of RGB colors in percentages

R + G + B =
253 + 182 + 225 = 660 (100%)
R 253 of 660 ~ 38.33%
G 182 of 660 ~ 27.58%
B 225 of 660 ~ 34.09%

%38.33
%27.58
%34.09

CMYK color model

#FDB6E1 color CMYK value is (0,28,11,1).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK:
(0,28,11,1)
C0M28Y11K1 
(0%,28%,11%,1%)
(0.00/0.28/0.11/0.01)	

CMYK percentages

%0
%28.06
%11.07
%0.78

Codes

Color #FDB6E1 in popluar color models

FDB6E1
RGB253182225
HSL324°94.67%85.29%
HSB/HSV324°28.06%99.22%
CMYK0.00%28.06%11.07%
0.78%

Color #FDB6E1 in popluar number systems.

HEXFDB6E1
Decimal253182225
Binary111111011011011011100001
Octal375266341

Shades and tints

Shades of #FDB6E1

#FDB6E1
(253,182,225)
#E6A6CD
(230,166,205)
#CF96B9
(207,150,185)
#B886A5
(184,134,165)
#A17691
(161,118,145)
#8A667D
(138,102,125)
#735669
(115,86,105)
#5C4655
(92,70,85)
#453641
(69,54,65)
#2E262D
(46,38,45)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #FDB6E1

#FDB6E1
(253,182,225)
#FDBCE3
(253,188,227)
#FDC2E5
(253,194,229)
#FDC8E7
(253,200,231)
#FDCEE9
(253,206,233)
#FDD4EB
(253,212,235)
#FDDAED
(253,218,237)
#FDE0EF
(253,224,239)
#FDE6F1
(253,230,241)
#FDECF3
(253,236,243)
#FDF2F5
(253,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB6E1 color. Also use rgb(253,182,225) instead hex code.

Text Font Color

.myTextColor { color: #FDB6E1; }

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

This text font color is #FDB6E1.


Background Color

.myBgColor { background-color: #FDB6E1; }

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

This div background color is #FDB6E1.


Border color

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

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

This div border color is #FDB6E1.


Opacity

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

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

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

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

This text has shadow with #FDB6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB6E1 on black background.


Color preview on white background

This text has color #FDB6E1 on white background.



Black color preview on #FDB6E1 background

This text has black color on #FDB6E1 background.


White color preview on #FDB6E1 background

This text has white color on #FDB6E1 background.