COLOR #FDC1B2

HEX: #FDC1B2 RGB: (253,193,178)

Color info

#FDC1B2 contains mainly red color. Web safe color of #FDC1B2 is #FFCC99 (or #FC9).

RGB color model

#FDC1B2 color RGB value is (253,193,178).

RGB: (253,193,178) (99%, 76%, 70%)

RGB channels and saturation

R 253 of 255 = 99%
G 193 of 255 = 76%
B 178 of 255 = 70%

253
193
178

R + G + B ~ 82%. #FDC1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 193 + 178 = 624 (100%)
R 253 of 624 ~ 40.54%
G 193 of 624 ~ 30.93%
B 178 of 624 ~ 28.53'%

%40.54
%30.93
%28.53

CMYK color model

#FDC1B2 color CMYK value is (0,24,30,1).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 29.64%
  • key color value is 0.78%

CMYK: (0,24,30,1)
C0M24Y30K1 (0%, 24%, 30%, 1%)
(0.00 / 0.24 / 0.30 / 0.01)

CMYK percentages

%0
%23.72
%29.64
%0.78

Codes

Color #FDC1B2 in popluar color models

FD C1 B2
RGB 253 193 178
HSL 12° 94.94% 84.51%
HSB/HSV 12° 29.64% 99.22%
CMYK 0.00% 23.72% 29.64%
0.78%

Color #FDC1B2 in popluar number systems.

HEX FD C1 B2
Decimal 253 193 178
Binary 11111101 11000001 10110010
Octal 375 301 262

Shades and tints

Shades of #FDC1B2

#FDC1B2
(253,193,178)
#E6B0A2
(230,176,162)
#CF9F92
(207,159,146)
#B88E82
(184,142,130)
#A17D72
(161,125,114)
#8A6C62
(138,108,98)
#735B52
(115,91,82)
#5C4A42
(92,74,66)
#453932
(69,57,50)
#2E2822
(46,40,34)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #FDC1B2

#FDC1B2
(253,193,178)
#FDC6B9
(253,198,185)
#FDCBC0
(253,203,192)
#FDD0C7
(253,208,199)
#FDD5CE
(253,213,206)
#FDDAD5
(253,218,213)
#FDDFDC
(253,223,220)
#FDE4E3
(253,228,227)
#FDE9EA
(253,233,234)
#FDEEF1
(253,238,241)
#FDF3F8
(253,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC1B2 color. Also use rgb(253,193,178) instead hex code.

Text Font Color

.myTextColor { color: #FDC1B2; }

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

This text font color is #FDC1B2.

Background Color

.myBgColor { background-color: #FDC1B2; }

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

This div background color is #FDC1B2.

Border color

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

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

This div border color is #FDC1B2.

Opacity

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

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

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

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

This text has shadow with #FDC1B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC1B2.

Preview

Color preview on black background

This text has color #FDC1B2 on black background.


Color preview on white background

This text has color #FDC1B2 on white background.


Black color preview on #FDC1B2 background

This text has black color on #FDC1B2 background.


White color preview on #FDC1B2 background

This text has white color on #FDC1B2 background.


Related colors

Complementary color

Complementary color for #hex is #023E4D.


I love getcolorcode.com

Triadic colors

1 #B2FDC1 and #C1B2FD with #FDC1B2 are triadic colors.

2 #B2C1FD and #C1FDB2 with #FDC1B2 are triadic colors.