COLOR #FDEBFF

HEX: #FDEBFF
RGB: (253,235,255)

Color info

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

RGB color model

#FDEBFF color RGB value is (253,235,255).

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

RGB channels and saturation

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

253
235
255

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 255 = 743 (100%)
R 253 of 743 ~ 34.05%
G 235 of 743 ~ 31.63%
B 255 of 743 ~ 34.32%

%34.05
%31.63
%34.32

CMYK color model

#FDEBFF color CMYK value is (1,8,0,0).

  • cyan value is 0.78%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(1,8,0,0)
C1M8Y0K0 
(1%,8%,0%,0%)
(0.01/0.08/0.00/0.00)	

CMYK percentages

%0.78
%7.84
%0
%0

Codes

Color #FDEBFF in popluar color models

FDEBFF
RGB253235255
HSL294°100.00%96.08%
HSB/HSV294°7.84%100.00%
CMYK0.78%7.84%0.00%
0.00%

Color #FDEBFF in popluar number systems.

HEXFDEBFF
Decimal253235255
Binary111111011110101111111111
Octal375353377

Shades and tints

Shades of #FDEBFF

#FDEBFF
(253,235,255)
#E6D6E8
(230,214,232)
#CFC1D1
(207,193,209)
#B8ACBA
(184,172,186)
#A197A3
(161,151,163)
#8A828C
(138,130,140)
#736D75
(115,109,117)
#5C585E
(92,88,94)
#454347
(69,67,71)
#2E2E30
(46,46,48)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #FDEBFF

#FDEBFF
(253,235,255)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBFF; }

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

This text font color is #FDEBFF.


Background Color

.myBgColor { background-color: #FDEBFF; }

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

This div background color is #FDEBFF.


Border color

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

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

This div border color is #FDEBFF.


Opacity

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

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

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

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

This text has shadow with #FDEBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBFF on black background.


Color preview on white background

This text has color #FDEBFF on white background.



Black color preview on #FDEBFF background

This text has black color on #FDEBFF background.


White color preview on #FDEBFF background

This text has white color on #FDEBFF background.