COLOR #FDA2FD

HEX: #FDA2FD
RGB: (253,162,253)

Color info

#FDA2FD contains mainly red and blue colors. Web safe color of #FDA2FD is #FF99FF (or #F9F).

RGB color model

#FDA2FD color RGB value is (253,162,253).

  • red value is 253;
  • green value is 162;
  • blue value is 253.
RGB:
(253,162,253)
(99%,64%,99%)

RGB channels and saturation

R 253 of 255 = 99%
G 162 of 255 = 64%
B 253 of 255 = 99%

253
162
253

R + G + B ~ 87%. #FDA2FD is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 162 + 253 = 668 (100%)
R 253 of 668 ~ 37.87%
G 162 of 668 ~ 24.25%
B 253 of 668 ~ 37.87%

%37.87
%24.25
%37.87

CMYK color model

#FDA2FD color CMYK value is (0,36,0,1).

  • cyan value is 0.00%
  • magenta value is 35.97%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(0,36,0,1)
C0M36Y0K1 
(0%,36%,0%,1%)
(0.00/0.36/0.00/0.01)	

CMYK percentages

%0
%35.97
%0
%0.78

Codes

Color #FDA2FD in popluar color models

FDA2FD
RGB253162253
HSL300°95.79%81.37%
HSB/HSV300°35.97%99.22%
CMYK0.00%35.97%0.00%
0.78%

Color #FDA2FD in popluar number systems.

HEXFDA2FD
Decimal253162253
Binary111111011010001011111101
Octal375242375

Shades and tints

Shades of #FDA2FD

#FDA2FD
(253,162,253)
#E694E6
(230,148,230)
#CF86CF
(207,134,207)
#B878B8
(184,120,184)
#A16AA1
(161,106,161)
#8A5C8A
(138,92,138)
#734E73
(115,78,115)
#5C405C
(92,64,92)
#453245
(69,50,69)
#2E242E
(46,36,46)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #FDA2FD

#FDA2FD
(253,162,253)
#FDAAFD
(253,170,253)
#FDB2FD
(253,178,253)
#FDBAFD
(253,186,253)
#FDC2FD
(253,194,253)
#FDCAFD
(253,202,253)
#FDD2FD
(253,210,253)
#FDDAFD
(253,218,253)
#FDE2FD
(253,226,253)
#FDEAFD
(253,234,253)
#FDF2FD
(253,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA2FD; }

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

This text font color is #FDA2FD.


Background Color

.myBgColor { background-color: #FDA2FD; }

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

This div background color is #FDA2FD.


Border color

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

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

This div border color is #FDA2FD.


Opacity

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

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

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

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

This text has shadow with #FDA2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA2FD on black background.


Color preview on white background

This text has color #FDA2FD on white background.



Black color preview on #FDA2FD background

This text has black color on #FDA2FD background.


White color preview on #FDA2FD background

This text has white color on #FDA2FD background.