COLOR #FDEBF9

HEX: #FDEBF9
RGB: (253,235,249)

Color info

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

RGB color model

#FDEBF9 color RGB value is (253,235,249).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 249 of 255 = 98%

253
235
249

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 249 = 737 (100%)
R 253 of 737 ~ 34.33%
G 235 of 737 ~ 31.89%
B 249 of 737 ~ 33.79%

%34.33
%31.89
%33.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(0,7,2,1)
C0M7Y2K1 
(0%,7%,2%,1%)
(0.00/0.07/0.02/0.01)	

CMYK percentages

%0
%7.11
%1.58
%0.78

Codes

Color #FDEBF9 in popluar color models

FDEBF9
RGB253235249
HSL313°81.82%95.69%
HSB/HSV313°7.11%99.22%
CMYK0.00%7.11%1.58%
0.78%

Color #FDEBF9 in popluar number systems.

HEXFDEBF9
Decimal253235249
Binary111111011110101111111001
Octal375353371

Shades and tints

Shades of #FDEBF9

#FDEBF9
(253,235,249)
#E6D6E3
(230,214,227)
#CFC1CD
(207,193,205)
#B8ACB7
(184,172,183)
#A197A1
(161,151,161)
#8A828B
(138,130,139)
#736D75
(115,109,117)
#5C585F
(92,88,95)
#454349
(69,67,73)
#2E2E33
(46,46,51)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #FDEBF9

#FDEBF9
(253,235,249)
#FDECF9
(253,236,249)
#FDEDF9
(253,237,249)
#FDEEF9
(253,238,249)
#FDEFF9
(253,239,249)
#FDF0F9
(253,240,249)
#FDF1F9
(253,241,249)
#FDF2F9
(253,242,249)
#FDF3F9
(253,243,249)
#FDF4F9
(253,244,249)
#FDF5F9
(253,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBF9; }

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

This text font color is #FDEBF9.


Background Color

.myBgColor { background-color: #FDEBF9; }

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

This div background color is #FDEBF9.


Border color

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

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

This div border color is #FDEBF9.


Opacity

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

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

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

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

This text has shadow with #FDEBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBF9 on black background.


Color preview on white background

This text has color #FDEBF9 on white background.



Black color preview on #FDEBF9 background

This text has black color on #FDEBF9 background.


White color preview on #FDEBF9 background

This text has white color on #FDEBF9 background.