COLOR #FDEBFE

HEX: #FDEBFE
RGB: (253,235,254)

Color info

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

RGB color model

#FDEBFE color RGB value is (253,235,254).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 254 of 255 = 100%

253
235
254

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 254 = 742 (100%)
R 253 of 742 ~ 34.1%
G 235 of 742 ~ 31.67%
B 254 of 742 ~ 34.23%

%34.1
%31.67
%34.23

CMYK color model

#FDEBFE color CMYK value is (0,7,0,0).

  • cyan value is 0.39%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(0,7,0,0)
C0M7Y0K0 
(0%,7%,0%,0%)
(0.00/0.07/0.00/0.00)	

CMYK percentages

%0.39
%7.48
%0
%0.39

Codes

Color #FDEBFE in popluar color models

FDEBFE
RGB253235254
HSL297°90.48%95.88%
HSB/HSV297°7.48%99.61%
CMYK0.39%7.48%0.00%
0.39%

Color #FDEBFE in popluar number systems.

HEXFDEBFE
Decimal253235254
Binary111111011110101111111110
Octal375353376

Shades and tints

Shades of #FDEBFE

#FDEBFE
(253,235,254)
#E6D6E7
(230,214,231)
#CFC1D0
(207,193,208)
#B8ACB9
(184,172,185)
#A197A2
(161,151,162)
#8A828B
(138,130,139)
#736D74
(115,109,116)
#5C585D
(92,88,93)
#454346
(69,67,70)
#2E2E2F
(46,46,47)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #FDEBFE

#FDEBFE
(253,235,254)
#FDECFE
(253,236,254)
#FDEDFE
(253,237,254)
#FDEEFE
(253,238,254)
#FDEFFE
(253,239,254)
#FDF0FE
(253,240,254)
#FDF1FE
(253,241,254)
#FDF2FE
(253,242,254)
#FDF3FE
(253,243,254)
#FDF4FE
(253,244,254)
#FDF5FE
(253,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBFE; }

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

This text font color is #FDEBFE.


Background Color

.myBgColor { background-color: #FDEBFE; }

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

This div background color is #FDEBFE.


Border color

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

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

This div border color is #FDEBFE.


Opacity

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

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

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

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

This text has shadow with #FDEBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBFE on black background.


Color preview on white background

This text has color #FDEBFE on white background.



Black color preview on #FDEBFE background

This text has black color on #FDEBFE background.


White color preview on #FDEBFE background

This text has white color on #FDEBFE background.