COLOR #FDEBF1

HEX: #FDEBF1
RGB: (253,235,241)

Color info

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

RGB color model

#FDEBF1 color RGB value is (253,235,241).

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

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 241 of 255 = 95%

253
235
241

R + G + B ~ 95%. #FDEBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 241 = 729 (100%)
R 253 of 729 ~ 34.71%
G 235 of 729 ~ 32.24%
B 241 of 729 ~ 33.06%

%34.71
%32.24
%33.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 4.74%
  • key color value is 0.78%
CMYK:
(0,7,5,1)
C0M7Y5K1 
(0%,7%,5%,1%)
(0.00/0.07/0.05/0.01)	

CMYK percentages

%0
%7.11
%4.74
%0.78

Codes

Color #FDEBF1 in popluar color models

FDEBF1
RGB253235241
HSL340°81.82%95.69%
HSB/HSV340°7.11%99.22%
CMYK0.00%7.11%4.74%
0.78%

Color #FDEBF1 in popluar number systems.

HEXFDEBF1
Decimal253235241
Binary111111011110101111110001
Octal375353361

Shades and tints

Shades of #FDEBF1

#FDEBF1
(253,235,241)
#E6D6DC
(230,214,220)
#CFC1C7
(207,193,199)
#B8ACB2
(184,172,178)
#A1979D
(161,151,157)
#8A8288
(138,130,136)
#736D73
(115,109,115)
#5C585E
(92,88,94)
#454349
(69,67,73)
#2E2E34
(46,46,52)
#17191F
(23,25,31)
#000000
(0,0,0)

Tints of #FDEBF1

#FDEBF1
(253,235,241)
#FDECF2
(253,236,242)
#FDEDF3
(253,237,243)
#FDEEF4
(253,238,244)
#FDEFF5
(253,239,245)
#FDF0F6
(253,240,246)
#FDF1F7
(253,241,247)
#FDF2F8
(253,242,248)
#FDF3F9
(253,243,249)
#FDF4FA
(253,244,250)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBF1; }

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

This text font color is #FDEBF1.


Background Color

.myBgColor { background-color: #FDEBF1; }

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

This div background color is #FDEBF1.


Border color

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

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

This div border color is #FDEBF1.


Opacity

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

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

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

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

This text has shadow with #FDEBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEBF1 on black background.


Color preview on white background

This text has color #FDEBF1 on white background.



Black color preview on #FDEBF1 background

This text has black color on #FDEBF1 background.


White color preview on #FDEBF1 background

This text has white color on #FDEBF1 background.