COLOR #FDCEF1

HEX: #FDCEF1 RGB: (253,206,241)

Color info

#FDCEF1 contains red, green and blue colors in about the same proportion. Web safe color of #FDCEF1 is #FFCCFF (or #FCF).

RGB color model

#FDCEF1 color RGB value is (253,206,241).

RGB: (253,206,241) (99%, 81%, 95%)

RGB channels and saturation

R 253 of 255 = 99%
G 206 of 255 = 81%
B 241 of 255 = 95%

253
206
241

R + G + B ~ 92%. #FDCEF1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 206 + 241 = 700 (100%)
R 253 of 700 ~ 36.14%
G 206 of 700 ~ 29.43%
B 241 of 700 ~ 34.43'%

%36.14
%29.43
%34.43

CMYK color model

#FDCEF1 color CMYK value is (0,19,5,1).

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

CMYK: (0,19,5,1)
C0M19Y5K1 (0%, 19%, 5%, 1%)
(0.00 / 0.19 / 0.05 / 0.01)

CMYK percentages

%0
%18.58
%4.74
%0.78

Codes

Color #FDCEF1 in popluar color models

FD CE F1
RGB 253 206 241
HSL 315° 92.16% 90.00%
HSB/HSV 315° 18.58% 99.22%
CMYK 0.00% 18.58% 4.74%
0.78%

Color #FDCEF1 in popluar number systems.

HEX FD CE F1
Decimal 253 206 241
Binary 11111101 11001110 11110001
Octal 375 316 361

Shades and tints

Shades of #FDCEF1

#FDCEF1
(253,206,241)
#E6BCDC
(230,188,220)
#CFAAC7
(207,170,199)
#B898B2
(184,152,178)
#A1869D
(161,134,157)
#8A7488
(138,116,136)
#736273
(115,98,115)
#5C505E
(92,80,94)
#453E49
(69,62,73)
#2E2C34
(46,44,52)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #FDCEF1

#FDCEF1
(253,206,241)
#FDD2F2
(253,210,242)
#FDD6F3
(253,214,243)
#FDDAF4
(253,218,244)
#FDDEF5
(253,222,245)
#FDE2F6
(253,226,246)
#FDE6F7
(253,230,247)
#FDEAF8
(253,234,248)
#FDEEF9
(253,238,249)
#FDF2FA
(253,242,250)
#FDF6FB
(253,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDCEF1; }

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

This text font color is #FDCEF1.

Background Color

.myBgColor { background-color: #FDCEF1; }

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

This div background color is #FDCEF1.

Border color

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

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

This div border color is #FDCEF1.

Opacity

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

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

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

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

This text has shadow with #FDCEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDCEF1.

Preview

Color preview on black background

This text has color #FDCEF1 on black background.


Color preview on white background

This text has color #FDCEF1 on white background.


Black color preview on #FDCEF1 background

This text has black color on #FDCEF1 background.


White color preview on #FDCEF1 background

This text has white color on #FDCEF1 background.


Related colors

Complementary color

Complementary color for #hex is #02310E.


I love getcolorcode.com

Triadic colors

1 #F1FDCE and #CEF1FD with #FDCEF1 are triadic colors.

2 #F1CEFD and #CEFDF1 with #FDCEF1 are triadic colors.