COLOR #FDCBCE

HEX: #FDCBCE RGB: (253,203,206)

Color info

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

RGB color model

#FDCBCE color RGB value is (253,203,206).

RGB: (253,203,206) (99%, 80%, 81%)

RGB channels and saturation

R 253 of 255 = 99%
G 203 of 255 = 80%
B 206 of 255 = 81%

253
203
206

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

Portions of RGB colors in percentages

R + G + B = 253 + 203 + 206 = 662 (100%)
R 253 of 662 ~ 38.22%
G 203 of 662 ~ 30.66%
B 206 of 662 ~ 31.12'%

%38.22
%30.66
%31.12

CMYK color model

#FDCBCE color CMYK value is (0,20,19,1).

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

CMYK: (0,20,19,1)
C0M20Y19K1 (0%, 20%, 19%, 1%)
(0.00 / 0.20 / 0.19 / 0.01)

CMYK percentages

%0
%19.76
%18.58
%0.78

Codes

Color #FDCBCE in popluar color models

FD CB CE
RGB 253 203 206
HSL 356° 92.59% 89.41%
HSB/HSV 356° 19.76% 99.22%
CMYK 0.00% 19.76% 18.58%
0.78%

Color #FDCBCE in popluar number systems.

HEX FD CB CE
Decimal 253 203 206
Binary 11111101 11001011 11001110
Octal 375 313 316

Shades and tints

Shades of #FDCBCE

#FDCBCE
(253,203,206)
#E6B9BC
(230,185,188)
#CFA7AA
(207,167,170)
#B89598
(184,149,152)
#A18386
(161,131,134)
#8A7174
(138,113,116)
#735F62
(115,95,98)
#5C4D50
(92,77,80)
#453B3E
(69,59,62)
#2E292C
(46,41,44)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #FDCBCE

#FDCBCE
(253,203,206)
#FDCFD2
(253,207,210)
#FDD3D6
(253,211,214)
#FDD7DA
(253,215,218)
#FDDBDE
(253,219,222)
#FDDFE2
(253,223,226)
#FDE3E6
(253,227,230)
#FDE7EA
(253,231,234)
#FDEBEE
(253,235,238)
#FDEFF2
(253,239,242)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCBCE; }

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

This text font color is #FDCBCE.

Background Color

.myBgColor { background-color: #FDCBCE; }

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

This div background color is #FDCBCE.

Border color

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

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

This div border color is #FDCBCE.

Opacity

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

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

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

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

This text has shadow with #FDCBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCBCE.

Preview

Color preview on black background

This text has color #FDCBCE on black background.


Color preview on white background

This text has color #FDCBCE on white background.


Black color preview on #FDCBCE background

This text has black color on #FDCBCE background.


White color preview on #FDCBCE background

This text has white color on #FDCBCE background.


Related colors

Complementary color

Complementary color for #hex is #023431.


I love getcolorcode.com

Triadic colors

1 #CEFDCB and #CBCEFD with #FDCBCE are triadic colors.

2 #CECBFD and #CBFDCE with #FDCBCE are triadic colors.