COLOR #FDE6F9

HEX: #FDE6F9
RGB: (253,230,249)

Color info

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

RGB color model

#FDE6F9 color RGB value is (253,230,249).

  • red value is 253;
  • green value is 230;
  • blue value is 249.
RGB:
(253,230,249)
(99%,90%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 249 of 255 = 98%

253
230
249

R + G + B ~ 96%. #FDE6F9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 249 = 732 (100%)
R 253 of 732 ~ 34.56%
G 230 of 732 ~ 31.42%
B 249 of 732 ~ 34.02%

%34.56
%31.42
%34.02

CMYK color model

#FDE6F9 color CMYK value is (0,9,2,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(0,9,2,1)
C0M9Y2K1 
(0%,9%,2%,1%)
(0.00/0.09/0.02/0.01)	

CMYK percentages

%0
%9.09
%1.58
%0.78

Codes

Color #FDE6F9 in popluar color models

FDE6F9
RGB253230249
HSL310°85.19%94.71%
HSB/HSV310°9.09%99.22%
CMYK0.00%9.09%1.58%
0.78%

Color #FDE6F9 in popluar number systems.

HEXFDE6F9
Decimal253230249
Binary111111011110011011111001
Octal375346371

Shades and tints

Shades of #FDE6F9

#FDE6F9
(253,230,249)
#E6D2E3
(230,210,227)
#CFBECD
(207,190,205)
#B8AAB7
(184,170,183)
#A196A1
(161,150,161)
#8A828B
(138,130,139)
#736E75
(115,110,117)
#5C5A5F
(92,90,95)
#454649
(69,70,73)
#2E3233
(46,50,51)
#171E1D
(23,30,29)
#000000
(0,0,0)

Tints of #FDE6F9

#FDE6F9
(253,230,249)
#FDE8F9
(253,232,249)
#FDEAF9
(253,234,249)
#FDECF9
(253,236,249)
#FDEEF9
(253,238,249)
#FDF0F9
(253,240,249)
#FDF2F9
(253,242,249)
#FDF4F9
(253,244,249)
#FDF6F9
(253,246,249)
#FDF8F9
(253,248,249)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6F9; }

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

This text font color is #FDE6F9.


Background Color

.myBgColor { background-color: #FDE6F9; }

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

This div background color is #FDE6F9.


Border color

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

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

This div border color is #FDE6F9.


Opacity

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

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

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

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

This text has shadow with #FDE6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE6F9 on black background.


Color preview on white background

This text has color #FDE6F9 on white background.



Black color preview on #FDE6F9 background

This text has black color on #FDE6F9 background.


White color preview on #FDE6F9 background

This text has white color on #FDE6F9 background.