COLOR #FDECFF

HEX: #FDECFF
RGB: (253,236,255)

Color info

#FDECFF contains red, green and blue colors in about the same proportion. Web safe color of #FDECFF is #FFFFFF (or #FFF).

RGB color model

#FDECFF color RGB value is (253,236,255).

  • red value is 253;
  • green value is 236;
  • blue value is 255.
RGB:
(253,236,255)
(99%,93%,100%)

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 255 of 255 = 100%

253
236
255

R + G + B ~ 97%. #FDECFF is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 255 = 744 (100%)
R 253 of 744 ~ 34.01%
G 236 of 744 ~ 31.72%
B 255 of 744 ~ 34.27%

%34.01
%31.72
%34.27

CMYK color model

#FDECFF color CMYK value is (1,7,0,0).

  • cyan value is 0.78%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(1,7,0,0)
C1M7Y0K0 
(1%,7%,0%,0%)
(0.01/0.07/0.00/0.00)	

CMYK percentages

%0.78
%7.45
%0
%0

Codes

Color #FDECFF in popluar color models

FDECFF
RGB253236255
HSL294°100.00%96.27%
HSB/HSV294°7.45%100.00%
CMYK0.78%7.45%0.00%
0.00%

Color #FDECFF in popluar number systems.

HEXFDECFF
Decimal253236255
Binary111111011110110011111111
Octal375354377

Shades and tints

Shades of #FDECFF

#FDECFF
(253,236,255)
#E6D7E8
(230,215,232)
#CFC2D1
(207,194,209)
#B8ADBA
(184,173,186)
#A198A3
(161,152,163)
#8A838C
(138,131,140)
#736E75
(115,110,117)
#5C595E
(92,89,94)
#454447
(69,68,71)
#2E2F30
(46,47,48)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #FDECFF

#FDECFF
(253,236,255)
#FDEDFF
(253,237,255)
#FDEEFF
(253,238,255)
#FDEFFF
(253,239,255)
#FDF0FF
(253,240,255)
#FDF1FF
(253,241,255)
#FDF2FF
(253,242,255)
#FDF3FF
(253,243,255)
#FDF4FF
(253,244,255)
#FDF5FF
(253,245,255)
#FDF6FF
(253,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDECFF color. Also use rgb(253,236,255) instead hex code.

Text Font Color

.myTextColor { color: #FDECFF; }

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

This text font color is #FDECFF.


Background Color

.myBgColor { background-color: #FDECFF; }

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

This div background color is #FDECFF.


Border color

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

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

This div border color is #FDECFF.


Opacity

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

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

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

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

This text has shadow with #FDECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDECFF on black background.


Color preview on white background

This text has color #FDECFF on white background.



Black color preview on #FDECFF background

This text has black color on #FDECFF background.


White color preview on #FDECFF background

This text has white color on #FDECFF background.