COLOR #FDE6F2

HEX: #FDE6F2
RGB: (253,230,242)

Color info

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

RGB color model

#FDE6F2 color RGB value is (253,230,242).

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

RGB channels and saturation

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

253
230
242

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

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 242 = 725 (100%)
R 253 of 725 ~ 34.9%
G 230 of 725 ~ 31.72%
B 242 of 725 ~ 33.38%

%34.9
%31.72
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 4.35%
  • 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
%4.35
%0.78

Codes

Color #FDE6F2 in popluar color models

FDE6F2
RGB253230242
HSL329°85.19%94.71%
HSB/HSV329°9.09%99.22%
CMYK0.00%9.09%4.35%
0.78%

Color #FDE6F2 in popluar number systems.

HEXFDE6F2
Decimal253230242
Binary111111011110011011110010
Octal375346362

Shades and tints

Shades of #FDE6F2

#FDE6F2
(253,230,242)
#E6D2DC
(230,210,220)
#CFBEC6
(207,190,198)
#B8AAB0
(184,170,176)
#A1969A
(161,150,154)
#8A8284
(138,130,132)
#736E6E
(115,110,110)
#5C5A58
(92,90,88)
#454642
(69,70,66)
#2E322C
(46,50,44)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #FDE6F2

#FDE6F2
(253,230,242)
#FDE8F3
(253,232,243)
#FDEAF4
(253,234,244)
#FDECF5
(253,236,245)
#FDEEF6
(253,238,246)
#FDF0F7
(253,240,247)
#FDF2F8
(253,242,248)
#FDF4F9
(253,244,249)
#FDF6FA
(253,246,250)
#FDF8FB
(253,248,251)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6F2; }

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

This text font color is #FDE6F2.


Background Color

.myBgColor { background-color: #FDE6F2; }

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

This div background color is #FDE6F2.


Border color

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

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

This div border color is #FDE6F2.


Opacity

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

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

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

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

This text has shadow with #FDE6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE6F2 on black background.


Color preview on white background

This text has color #FDE6F2 on white background.



Black color preview on #FDE6F2 background

This text has black color on #FDE6F2 background.


White color preview on #FDE6F2 background

This text has white color on #FDE6F2 background.