COLOR #FD6AED

HEX: #FD6AED
RGB: (253,106,237)

Color info

#FD6AED contains mainly red and blue colors. Web safe color of #FD6AED is #FF66FF (or #F6F).

RGB color model

#FD6AED color RGB value is (253,106,237).

  • red value is 253;
  • green value is 106;
  • blue value is 237.
RGB:
(253,106,237)
(99%,42%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 106 of 255 = 42%
B 237 of 255 = 93%

253
106
237

R + G + B ~ 78%. #FD6AED is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 106 + 237 = 596 (100%)
R 253 of 596 ~ 42.45%
G 106 of 596 ~ 17.79%
B 237 of 596 ~ 39.77%

%42.45
%17.79
%39.77

CMYK color model

#FD6AED color CMYK value is (0,58,6,1).

  • cyan value is 0.00%
  • magenta value is 58.10%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(0,58,6,1)
C0M58Y6K1 
(0%,58%,6%,1%)
(0.00/0.58/0.06/0.01)	

CMYK percentages

%0
%58.1
%6.32
%0.78

Codes

Color #FD6AED in popluar color models

FD6AED
RGB253106237
HSL307°97.35%70.39%
HSB/HSV307°58.10%99.22%
CMYK0.00%58.10%6.32%
0.78%

Color #FD6AED in popluar number systems.

HEXFD6AED
Decimal253106237
Binary11111101110101011101101
Octal375152355

Shades and tints

Shades of #FD6AED

#FD6AED
(253,106,237)
#E661D8
(230,97,216)
#CF58C3
(207,88,195)
#B84FAE
(184,79,174)
#A14699
(161,70,153)
#8A3D84
(138,61,132)
#73346F
(115,52,111)
#5C2B5A
(92,43,90)
#452245
(69,34,69)
#2E1930
(46,25,48)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #FD6AED

#FD6AED
(253,106,237)
#FD77EE
(253,119,238)
#FD84EF
(253,132,239)
#FD91F0
(253,145,240)
#FD9EF1
(253,158,241)
#FDABF2
(253,171,242)
#FDB8F3
(253,184,243)
#FDC5F4
(253,197,244)
#FDD2F5
(253,210,245)
#FDDFF6
(253,223,246)
#FDECF7
(253,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD6AED; }

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

This text font color is #FD6AED.


Background Color

.myBgColor { background-color: #FD6AED; }

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

This div background color is #FD6AED.


Border color

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

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

This div border color is #FD6AED.


Opacity

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

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

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

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

This text has shadow with #FD6AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD6AED on black background.


Color preview on white background

This text has color #FD6AED on white background.



Black color preview on #FD6AED background

This text has black color on #FD6AED background.


White color preview on #FD6AED background

This text has white color on #FD6AED background.