COLOR #FDACF9

HEX: #FDACF9
RGB: (253,172,249)

Color info

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

RGB color model

#FDACF9 color RGB value is (253,172,249).

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

RGB channels and saturation

R 253 of 255 = 99%
G 172 of 255 = 67%
B 249 of 255 = 98%

253
172
249

R + G + B ~ 88%. #FDACF9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 172 + 249 = 674 (100%)
R 253 of 674 ~ 37.54%
G 172 of 674 ~ 25.52%
B 249 of 674 ~ 36.94%

%37.54
%25.52
%36.94

CMYK color model

#FDACF9 color CMYK value is (0,32,2,1).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK:
(0,32,2,1)
C0M32Y2K1 
(0%,32%,2%,1%)
(0.00/0.32/0.02/0.01)	

CMYK percentages

%0
%32.02
%1.58
%0.78

Codes

Color #FDACF9 in popluar color models

FDACF9
RGB253172249
HSL303°95.29%83.33%
HSB/HSV303°32.02%99.22%
CMYK0.00%32.02%1.58%
0.78%

Color #FDACF9 in popluar number systems.

HEXFDACF9
Decimal253172249
Binary111111011010110011111001
Octal375254371

Shades and tints

Shades of #FDACF9

#FDACF9
(253,172,249)
#E69DE3
(230,157,227)
#CF8ECD
(207,142,205)
#B87FB7
(184,127,183)
#A170A1
(161,112,161)
#8A618B
(138,97,139)
#735275
(115,82,117)
#5C435F
(92,67,95)
#453449
(69,52,73)
#2E2533
(46,37,51)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #FDACF9

#FDACF9
(253,172,249)
#FDB3F9
(253,179,249)
#FDBAF9
(253,186,249)
#FDC1F9
(253,193,249)
#FDC8F9
(253,200,249)
#FDCFF9
(253,207,249)
#FDD6F9
(253,214,249)
#FDDDF9
(253,221,249)
#FDE4F9
(253,228,249)
#FDEBF9
(253,235,249)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDACF9; }

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

This text font color is #FDACF9.


Background Color

.myBgColor { background-color: #FDACF9; }

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

This div background color is #FDACF9.


Border color

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

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

This div border color is #FDACF9.


Opacity

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

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

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

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

This text has shadow with #FDACF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDACF9 on black background.


Color preview on white background

This text has color #FDACF9 on white background.



Black color preview on #FDACF9 background

This text has black color on #FDACF9 background.


White color preview on #FDACF9 background

This text has white color on #FDACF9 background.