COLOR #FDBEFA

HEX: #FDBEFA
RGB: (253,190,250)

Color info

#FDBEFA contains mainly red and blue colors. Web safe color of #FDBEFA is #FFCCFF (or #FCF).

RGB color model

#FDBEFA color RGB value is (253,190,250).

  • red value is 253;
  • green value is 190;
  • blue value is 250.
RGB:
(253,190,250)
(99%,75%,98%)

RGB channels and saturation

R 253 of 255 = 99%
G 190 of 255 = 75%
B 250 of 255 = 98%

253
190
250

R + G + B ~ 91%. #FDBEFA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 190 + 250 = 693 (100%)
R 253 of 693 ~ 36.51%
G 190 of 693 ~ 27.42%
B 250 of 693 ~ 36.08%

%36.51
%27.42
%36.08

CMYK color model

#FDBEFA color CMYK value is (0,25,1,1).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK:
(0,25,1,1)
C0M25Y1K1 
(0%,25%,1%,1%)
(0.00/0.25/0.01/0.01)	

CMYK percentages

%0
%24.9
%1.19
%0.78

Codes

Color #FDBEFA in popluar color models

FDBEFA
RGB253190250
HSL303°94.03%86.86%
HSB/HSV303°24.90%99.22%
CMYK0.00%24.90%1.19%
0.78%

Color #FDBEFA in popluar number systems.

HEXFDBEFA
Decimal253190250
Binary111111011011111011111010
Octal375276372

Shades and tints

Shades of #FDBEFA

#FDBEFA
(253,190,250)
#E6ADE4
(230,173,228)
#CF9CCE
(207,156,206)
#B88BB8
(184,139,184)
#A17AA2
(161,122,162)
#8A698C
(138,105,140)
#735876
(115,88,118)
#5C4760
(92,71,96)
#45364A
(69,54,74)
#2E2534
(46,37,52)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #FDBEFA

#FDBEFA
(253,190,250)
#FDC3FA
(253,195,250)
#FDC8FA
(253,200,250)
#FDCDFA
(253,205,250)
#FDD2FA
(253,210,250)
#FDD7FA
(253,215,250)
#FDDCFA
(253,220,250)
#FDE1FA
(253,225,250)
#FDE6FA
(253,230,250)
#FDEBFA
(253,235,250)
#FDF0FA
(253,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBEFA color. Also use rgb(253,190,250) instead hex code.

Text Font Color

.myTextColor { color: #FDBEFA; }

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

This text font color is #FDBEFA.


Background Color

.myBgColor { background-color: #FDBEFA; }

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

This div background color is #FDBEFA.


Border color

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

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

This div border color is #FDBEFA.


Opacity

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

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

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

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

This text has shadow with #FDBEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBEFA on black background.


Color preview on white background

This text has color #FDBEFA on white background.



Black color preview on #FDBEFA background

This text has black color on #FDBEFA background.


White color preview on #FDBEFA background

This text has white color on #FDBEFA background.