COLOR #FDB6C9

HEX: #FDB6C9 RGB: (253,182,201)

Color info

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

RGB color model

#FDB6C9 color RGB value is (253,182,201).

RGB: (253,182,201) (99%, 71%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 182 of 255 = 71%
B 201 of 255 = 79%

253
182
201

R + G + B ~ 83%. #FDB6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 182 + 201 = 636 (100%)
R 253 of 636 ~ 39.78%
G 182 of 636 ~ 28.62%
B 201 of 636 ~ 31.6'%

%39.78
%28.62
%31.6

CMYK color model

#FDB6C9 color CMYK value is (0,28,21,1).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 20.55%
  • key color value is 0.78%

CMYK: (0,28,21,1)
C0M28Y21K1 (0%, 28%, 21%, 1%)
(0.00 / 0.28 / 0.21 / 0.01)

CMYK percentages

%0
%28.06
%20.55
%0.78

Codes

Color #FDB6C9 in popluar color models

FD B6 C9
RGB 253 182 201
HSL 344° 94.67% 85.29%
HSB/HSV 344° 28.06% 99.22%
CMYK 0.00% 28.06% 20.55%
0.78%

Color #FDB6C9 in popluar number systems.

HEX FD B6 C9
Decimal 253 182 201
Binary 11111101 10110110 11001001
Octal 375 266 311

Shades and tints

Shades of #FDB6C9

#FDB6C9
(253,182,201)
#E6A6B7
(230,166,183)
#CF96A5
(207,150,165)
#B88693
(184,134,147)
#A17681
(161,118,129)
#8A666F
(138,102,111)
#73565D
(115,86,93)
#5C464B
(92,70,75)
#453639
(69,54,57)
#2E2627
(46,38,39)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #FDB6C9

#FDB6C9
(253,182,201)
#FDBCCD
(253,188,205)
#FDC2D1
(253,194,209)
#FDC8D5
(253,200,213)
#FDCED9
(253,206,217)
#FDD4DD
(253,212,221)
#FDDAE1
(253,218,225)
#FDE0E5
(253,224,229)
#FDE6E9
(253,230,233)
#FDECED
(253,236,237)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB6C9; }

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

This text font color is #FDB6C9.

Background Color

.myBgColor { background-color: #FDB6C9; }

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

This div background color is #FDB6C9.

Border color

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

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

This div border color is #FDB6C9.

Opacity

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

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

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

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

This text has shadow with #FDB6C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB6C9.

Preview

Color preview on black background

This text has color #FDB6C9 on black background.


Color preview on white background

This text has color #FDB6C9 on white background.


Black color preview on #FDB6C9 background

This text has black color on #FDB6C9 background.


White color preview on #FDB6C9 background

This text has white color on #FDB6C9 background.


Related colors

Complementary color

Complementary color for #hex is #024936.


I love getcolorcode.com

Triadic colors

1 #C9FDB6 and #B6C9FD with #FDB6C9 are triadic colors.

2 #C9B6FD and #B6FDC9 with #FDB6C9 are triadic colors.