COLOR #FDCBD3

HEX: #FDCBD3 RGB: (253,203,211)

Color info

#FDCBD3 contains red, green and blue colors in about the same proportion. Web safe color of #FDCBD3 is #FFCCCC (or #FCC).

RGB color model

#FDCBD3 color RGB value is (253,203,211).

RGB: (253,203,211) (99%, 80%, 83%)

RGB channels and saturation

R 253 of 255 = 99%
G 203 of 255 = 80%
B 211 of 255 = 83%

253
203
211

R + G + B ~ 87%. #FDCBD3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 203 + 211 = 667 (100%)
R 253 of 667 ~ 37.93%
G 203 of 667 ~ 30.43%
B 211 of 667 ~ 31.63'%

%37.93
%30.43
%31.63

CMYK color model

#FDCBD3 color CMYK value is (0,20,17,1).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 16.60%
  • key color value is 0.78%

CMYK: (0,20,17,1)
C0M20Y17K1 (0%, 20%, 17%, 1%)
(0.00 / 0.20 / 0.17 / 0.01)

CMYK percentages

%0
%19.76
%16.6
%0.78

Codes

Color #FDCBD3 in popluar color models

FD CB D3
RGB 253 203 211
HSL 350° 92.59% 89.41%
HSB/HSV 350° 19.76% 99.22%
CMYK 0.00% 19.76% 16.60%
0.78%

Color #FDCBD3 in popluar number systems.

HEX FD CB D3
Decimal 253 203 211
Binary 11111101 11001011 11010011
Octal 375 313 323

Shades and tints

Shades of #FDCBD3

#FDCBD3
(253,203,211)
#E6B9C0
(230,185,192)
#CFA7AD
(207,167,173)
#B8959A
(184,149,154)
#A18387
(161,131,135)
#8A7174
(138,113,116)
#735F61
(115,95,97)
#5C4D4E
(92,77,78)
#453B3B
(69,59,59)
#2E2928
(46,41,40)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #FDCBD3

#FDCBD3
(253,203,211)
#FDCFD7
(253,207,215)
#FDD3DB
(253,211,219)
#FDD7DF
(253,215,223)
#FDDBE3
(253,219,227)
#FDDFE7
(253,223,231)
#FDE3EB
(253,227,235)
#FDE7EF
(253,231,239)
#FDEBF3
(253,235,243)
#FDEFF7
(253,239,247)
#FDF3FB
(253,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCBD3 color. Also use rgb(253,203,211) instead hex code.

Text Font Color

.myTextColor { color: #FDCBD3; }

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

This text font color is #FDCBD3.

Background Color

.myBgColor { background-color: #FDCBD3; }

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

This div background color is #FDCBD3.

Border color

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

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

This div border color is #FDCBD3.

Opacity

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

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

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

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

This text has shadow with #FDCBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCBD3.

Preview

Color preview on black background

This text has color #FDCBD3 on black background.


Color preview on white background

This text has color #FDCBD3 on white background.


Black color preview on #FDCBD3 background

This text has black color on #FDCBD3 background.


White color preview on #FDCBD3 background

This text has white color on #FDCBD3 background.


Related colors

Complementary color

Complementary color for #hex is #02342C.


I love getcolorcode.com

Triadic colors

1 #D3FDCB and #CBD3FD with #FDCBD3 are triadic colors.

2 #D3CBFD and #CBFDD3 with #FDCBD3 are triadic colors.