COLOR #FDA2F9

HEX: #FDA2F9
RGB: (253,162,249)

Color info

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

RGB color model

#FDA2F9 color RGB value is (253,162,249).

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

RGB channels and saturation

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

253
162
249

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

Portions of RGB colors in percentages

R + G + B =
253 + 162 + 249 = 664 (100%)
R 253 of 664 ~ 38.1%
G 162 of 664 ~ 24.4%
B 249 of 664 ~ 37.5%

%38.1
%24.4
%37.5

CMYK color model

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

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

CMYK percentages

%0
%35.97
%1.58
%0.78

Codes

Color #FDA2F9 in popluar color models

FDA2F9
RGB253162249
HSL303°95.79%81.37%
HSB/HSV303°35.97%99.22%
CMYK0.00%35.97%1.58%
0.78%

Color #FDA2F9 in popluar number systems.

HEXFDA2F9
Decimal253162249
Binary111111011010001011111001
Octal375242371

Shades and tints

Shades of #FDA2F9

#FDA2F9
(253,162,249)
#E694E3
(230,148,227)
#CF86CD
(207,134,205)
#B878B7
(184,120,183)
#A16AA1
(161,106,161)
#8A5C8B
(138,92,139)
#734E75
(115,78,117)
#5C405F
(92,64,95)
#453249
(69,50,73)
#2E2433
(46,36,51)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #FDA2F9

#FDA2F9
(253,162,249)
#FDAAF9
(253,170,249)
#FDB2F9
(253,178,249)
#FDBAF9
(253,186,249)
#FDC2F9
(253,194,249)
#FDCAF9
(253,202,249)
#FDD2F9
(253,210,249)
#FDDAF9
(253,218,249)
#FDE2F9
(253,226,249)
#FDEAF9
(253,234,249)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA2F9; }

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

This text font color is #FDA2F9.


Background Color

.myBgColor { background-color: #FDA2F9; }

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

This div background color is #FDA2F9.


Border color

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

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

This div border color is #FDA2F9.


Opacity

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

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

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

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

This text has shadow with #FDA2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA2F9 on black background.


Color preview on white background

This text has color #FDA2F9 on white background.



Black color preview on #FDA2F9 background

This text has black color on #FDA2F9 background.


White color preview on #FDA2F9 background

This text has white color on #FDA2F9 background.