COLOR #FDE0FE

HEX: #FDE0FE
RGB: (253,224,254)

Color info

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

RGB color model

#FDE0FE color RGB value is (253,224,254).

  • red value is 253;
  • green value is 224;
  • blue value is 254.
RGB:
(253,224,254)
(99%,88%,100%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 254 of 255 = 100%

253
224
254

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

Portions of RGB colors in percentages

R + G + B =
253 + 224 + 254 = 731 (100%)
R 253 of 731 ~ 34.61%
G 224 of 731 ~ 30.64%
B 254 of 731 ~ 34.75%

%34.61
%30.64
%34.75

CMYK color model

#FDE0FE color CMYK value is (0,12,0,0).

  • cyan value is 0.39%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(0,12,0,0)
C0M12Y0K0 
(0%,12%,0%,0%)
(0.00/0.12/0.00/0.00)	

CMYK percentages

%0.39
%11.81
%0
%0.39

Codes

Color #FDE0FE in popluar color models

FDE0FE
RGB253224254
HSL298°93.75%93.73%
HSB/HSV298°11.81%99.61%
CMYK0.39%11.81%0.00%
0.39%

Color #FDE0FE in popluar number systems.

HEXFDE0FE
Decimal253224254
Binary111111011110000011111110
Octal375340376

Shades and tints

Shades of #FDE0FE

#FDE0FE
(253,224,254)
#E6CCE7
(230,204,231)
#CFB8D0
(207,184,208)
#B8A4B9
(184,164,185)
#A190A2
(161,144,162)
#8A7C8B
(138,124,139)
#736874
(115,104,116)
#5C545D
(92,84,93)
#454046
(69,64,70)
#2E2C2F
(46,44,47)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #FDE0FE

#FDE0FE
(253,224,254)
#FDE2FE
(253,226,254)
#FDE4FE
(253,228,254)
#FDE6FE
(253,230,254)
#FDE8FE
(253,232,254)
#FDEAFE
(253,234,254)
#FDECFE
(253,236,254)
#FDEEFE
(253,238,254)
#FDF0FE
(253,240,254)
#FDF2FE
(253,242,254)
#FDF4FE
(253,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0FE color. Also use rgb(253,224,254) instead hex code.

Text Font Color

.myTextColor { color: #FDE0FE; }

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

This text font color is #FDE0FE.


Background Color

.myBgColor { background-color: #FDE0FE; }

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

This div background color is #FDE0FE.


Border color

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

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

This div border color is #FDE0FE.


Opacity

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

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

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

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

This text has shadow with #FDE0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE0FE on black background.


Color preview on white background

This text has color #FDE0FE on white background.



Black color preview on #FDE0FE background

This text has black color on #FDE0FE background.


White color preview on #FDE0FE background

This text has white color on #FDE0FE background.