COLOR #FDCBE2

HEX: #FDCBE2 RGB: (253,203,226)

Color info

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

RGB color model

#FDCBE2 color RGB value is (253,203,226).

RGB: (253,203,226) (99%, 80%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 203 of 255 = 80%
B 226 of 255 = 89%

253
203
226

R + G + B ~ 89%. #FDCBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 203 + 226 = 682 (100%)
R 253 of 682 ~ 37.1%
G 203 of 682 ~ 29.77%
B 226 of 682 ~ 33.14'%

%37.1
%29.77
%33.14

CMYK color model

#FDCBE2 color CMYK value is (0,20,11,1).

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

CMYK: (0,20,11,1)
C0M20Y11K1 (0%, 20%, 11%, 1%)
(0.00 / 0.20 / 0.11 / 0.01)

CMYK percentages

%0
%19.76
%10.67
%0.78

Codes

Color #FDCBE2 in popluar color models

FD CB E2
RGB 253 203 226
HSL 332° 92.59% 89.41%
HSB/HSV 332° 19.76% 99.22%
CMYK 0.00% 19.76% 10.67%
0.78%

Color #FDCBE2 in popluar number systems.

HEX FD CB E2
Decimal 253 203 226
Binary 11111101 11001011 11100010
Octal 375 313 342

Shades and tints

Shades of #FDCBE2

#FDCBE2
(253,203,226)
#E6B9CE
(230,185,206)
#CFA7BA
(207,167,186)
#B895A6
(184,149,166)
#A18392
(161,131,146)
#8A717E
(138,113,126)
#735F6A
(115,95,106)
#5C4D56
(92,77,86)
#453B42
(69,59,66)
#2E292E
(46,41,46)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #FDCBE2

#FDCBE2
(253,203,226)
#FDCFE4
(253,207,228)
#FDD3E6
(253,211,230)
#FDD7E8
(253,215,232)
#FDDBEA
(253,219,234)
#FDDFEC
(253,223,236)
#FDE3EE
(253,227,238)
#FDE7F0
(253,231,240)
#FDEBF2
(253,235,242)
#FDEFF4
(253,239,244)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCBE2; }

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

This text font color is #FDCBE2.

Background Color

.myBgColor { background-color: #FDCBE2; }

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

This div background color is #FDCBE2.

Border color

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

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

This div border color is #FDCBE2.

Opacity

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

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

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

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

This text has shadow with #FDCBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCBE2.

Preview

Color preview on black background

This text has color #FDCBE2 on black background.


Color preview on white background

This text has color #FDCBE2 on white background.


Black color preview on #FDCBE2 background

This text has black color on #FDCBE2 background.


White color preview on #FDCBE2 background

This text has white color on #FDCBE2 background.


Related colors

Complementary color

Complementary color for #hex is #02341D.


I love getcolorcode.com

Triadic colors

1 #E2FDCB and #CBE2FD with #FDCBE2 are triadic colors.

2 #E2CBFD and #CBFDE2 with #FDCBE2 are triadic colors.