COLOR #FDE6F3

HEX: #FDE6F3 RGB: (253,230,243)

Color info

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

RGB color model

#FDE6F3 color RGB value is (253,230,243).

RGB: (253,230,243) (99%, 90%, 95%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 243 of 255 = 95%

253
230
243

R + G + B ~ 95%. #FDE6F3 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 230 + 243 = 726 (100%)
R 253 of 726 ~ 34.85%
G 230 of 726 ~ 31.68%
B 243 of 726 ~ 33.47'%

%34.85
%31.68
%33.47

CMYK color model

#FDE6F3 color CMYK value is (0,9,4,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 3.95%
  • key color value is 0.78%

CMYK: (0,9,4,1)
C0M9Y4K1 (0%, 9%, 4%, 1%)
(0.00 / 0.09 / 0.04 / 0.01)

CMYK percentages

%0
%9.09
%3.95
%0.78

Codes

Color #FDE6F3 in popluar color models

FD E6 F3
RGB 253 230 243
HSL 326° 85.19% 94.71%
HSB/HSV 326° 9.09% 99.22%
CMYK 0.00% 9.09% 3.95%
0.78%

Color #FDE6F3 in popluar number systems.

HEX FD E6 F3
Decimal 253 230 243
Binary 11111101 11100110 11110011
Octal 375 346 363

Shades and tints

Shades of #FDE6F3

#FDE6F3
(253,230,243)
#E6D2DD
(230,210,221)
#CFBEC7
(207,190,199)
#B8AAB1
(184,170,177)
#A1969B
(161,150,155)
#8A8285
(138,130,133)
#736E6F
(115,110,111)
#5C5A59
(92,90,89)
#454643
(69,70,67)
#2E322D
(46,50,45)
#171E17
(23,30,23)
#000000
(0,0,0)

Tints of #FDE6F3

#FDE6F3
(253,230,243)
#FDE8F4
(253,232,244)
#FDEAF5
(253,234,245)
#FDECF6
(253,236,246)
#FDEEF7
(253,238,247)
#FDF0F8
(253,240,248)
#FDF2F9
(253,242,249)
#FDF4FA
(253,244,250)
#FDF6FB
(253,246,251)
#FDF8FC
(253,248,252)
#FDFAFD
(253,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE6F3 color. Also use rgb(253,230,243) instead hex code.

Text Font Color

.myTextColor { color: #FDE6F3; }

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

This text font color is #FDE6F3.

Background Color

.myBgColor { background-color: #FDE6F3; }

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

This div background color is #FDE6F3.

Border color

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

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

This div border color is #FDE6F3.

Opacity

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

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

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

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

This text has shadow with #FDE6F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE6F3.

Preview

Color preview on black background

This text has color #FDE6F3 on black background.


Color preview on white background

This text has color #FDE6F3 on white background.


Black color preview on #FDE6F3 background

This text has black color on #FDE6F3 background.


White color preview on #FDE6F3 background

This text has white color on #FDE6F3 background.


Related colors

Complementary color

Complementary color for #hex is #02190C.


I love getcolorcode.com

Triadic colors

1 #F3FDE6 and #E6F3FD with #FDE6F3 are triadic colors.

2 #F3E6FD and #E6FDF3 with #FDE6F3 are triadic colors.