COLOR #FDA6FF

HEX: #FDA6FF RGB: (253,166,255)

Color info

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

RGB color model

#FDA6FF color RGB value is (253,166,255).

RGB: (253,166,255) (99%, 65%, 100%)

RGB channels and saturation

R 253 of 255 = 99%
G 166 of 255 = 65%
B 255 of 255 = 100%

253
166
255

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

Portions of RGB colors in percentages

R + G + B = 253 + 166 + 255 = 674 (100%)
R 253 of 674 ~ 37.54%
G 166 of 674 ~ 24.63%
B 255 of 674 ~ 37.83'%

%37.54
%24.63
%37.83

CMYK color model

#FDA6FF color CMYK value is (1,35,0,0).

  • cyan value is 0.78%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (1,35,0,0)
C1M35Y0K0 (1%, 35%, 0%, 0%)
(0.01 / 0.35 / 0.00 / 0.00)

CMYK percentages

%0.78
%34.9
%0
%0

Codes

Color #FDA6FF in popluar color models

FD A6 FF
RGB 253 166 255
HSL 299° 100.00% 82.55%
HSB/HSV 299° 34.90% 100.00%
CMYK 0.78% 34.90% 0.00%
0.00%

Color #FDA6FF in popluar number systems.

HEX FD A6 FF
Decimal 253 166 255
Binary 11111101 10100110 11111111
Octal 375 246 377

Shades and tints

Shades of #FDA6FF

#FDA6FF
(253,166,255)
#E697E8
(230,151,232)
#CF88D1
(207,136,209)
#B879BA
(184,121,186)
#A16AA3
(161,106,163)
#8A5B8C
(138,91,140)
#734C75
(115,76,117)
#5C3D5E
(92,61,94)
#452E47
(69,46,71)
#2E1F30
(46,31,48)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #FDA6FF

#FDA6FF
(253,166,255)
#FDAEFF
(253,174,255)
#FDB6FF
(253,182,255)
#FDBEFF
(253,190,255)
#FDC6FF
(253,198,255)
#FDCEFF
(253,206,255)
#FDD6FF
(253,214,255)
#FDDEFF
(253,222,255)
#FDE6FF
(253,230,255)
#FDEEFF
(253,238,255)
#FDF6FF
(253,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA6FF; }

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

This text font color is #FDA6FF.

Background Color

.myBgColor { background-color: #FDA6FF; }

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

This div background color is #FDA6FF.

Border color

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

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

This div border color is #FDA6FF.

Opacity

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

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

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

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

This text has shadow with #FDA6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA6FF.

Preview

Color preview on black background

This text has color #FDA6FF on black background.


Color preview on white background

This text has color #FDA6FF on white background.


Black color preview on #FDA6FF background

This text has black color on #FDA6FF background.


White color preview on #FDA6FF background

This text has white color on #FDA6FF background.


Related colors

Complementary color

Complementary color for #hex is #025900.


I love getcolorcode.com

Triadic colors

1 #FFFDA6 and #A6FFFD with #FDA6FF are triadic colors.

2 #FFA6FD and #A6FDFF with #FDA6FF are triadic colors.