COLOR #FDCEE2

HEX: #FDCEE2 RGB: (253,206,226)

Color info

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

RGB color model

#FDCEE2 color RGB value is (253,206,226).

RGB: (253,206,226) (99%, 81%, 89%)

RGB channels and saturation

R 253 of 255 = 99%
G 206 of 255 = 81%
B 226 of 255 = 89%

253
206
226

R + G + B ~ 90%. #FDCEE2 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 206 + 226 = 685 (100%)
R 253 of 685 ~ 36.93%
G 206 of 685 ~ 30.07%
B 226 of 685 ~ 32.99'%

%36.93
%30.07
%32.99

CMYK color model

#FDCEE2 color CMYK value is (0,19,11,1).

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

CMYK: (0,19,11,1)
C0M19Y11K1 (0%, 19%, 11%, 1%)
(0.00 / 0.19 / 0.11 / 0.01)

CMYK percentages

%0
%18.58
%10.67
%0.78

Codes

Color #FDCEE2 in popluar color models

FD CE E2
RGB 253 206 226
HSL 334° 92.16% 90.00%
HSB/HSV 334° 18.58% 99.22%
CMYK 0.00% 18.58% 10.67%
0.78%

Color #FDCEE2 in popluar number systems.

HEX FD CE E2
Decimal 253 206 226
Binary 11111101 11001110 11100010
Octal 375 316 342

Shades and tints

Shades of #FDCEE2

#FDCEE2
(253,206,226)
#E6BCCE
(230,188,206)
#CFAABA
(207,170,186)
#B898A6
(184,152,166)
#A18692
(161,134,146)
#8A747E
(138,116,126)
#73626A
(115,98,106)
#5C5056
(92,80,86)
#453E42
(69,62,66)
#2E2C2E
(46,44,46)
#171A1A
(23,26,26)
#000000
(0,0,0)

Tints of #FDCEE2

#FDCEE2
(253,206,226)
#FDD2E4
(253,210,228)
#FDD6E6
(253,214,230)
#FDDAE8
(253,218,232)
#FDDEEA
(253,222,234)
#FDE2EC
(253,226,236)
#FDE6EE
(253,230,238)
#FDEAF0
(253,234,240)
#FDEEF2
(253,238,242)
#FDF2F4
(253,242,244)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCEE2; }

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

This text font color is #FDCEE2.

Background Color

.myBgColor { background-color: #FDCEE2; }

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

This div background color is #FDCEE2.

Border color

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

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

This div border color is #FDCEE2.

Opacity

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

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

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

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

This text has shadow with #FDCEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCEE2.

Preview

Color preview on black background

This text has color #FDCEE2 on black background.


Color preview on white background

This text has color #FDCEE2 on white background.


Black color preview on #FDCEE2 background

This text has black color on #FDCEE2 background.


White color preview on #FDCEE2 background

This text has white color on #FDCEE2 background.


Related colors

Complementary color

Complementary color for #hex is #02311D.


I love getcolorcode.com

Triadic colors

1 #E2FDCE and #CEE2FD with #FDCEE2 are triadic colors.

2 #E2CEFD and #CEFDE2 with #FDCEE2 are triadic colors.