COLOR #FD7AAE

HEX: #FD7AAE
RGB: (253,122,174)

Color info

#FD7AAE contains mainly red color. Web safe color of #FD7AAE is #FF6699 (or #F69).

RGB color model

#FD7AAE color RGB value is (253,122,174).

  • red value is 253;
  • green value is 122;
  • blue value is 174.
RGB:
(253,122,174)
(99%,48%,68%)

RGB channels and saturation

R 253 of 255 = 99%
G 122 of 255 = 48%
B 174 of 255 = 68%

253
122
174

R + G + B ~ 72%. #FD7AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 122 + 174 = 549 (100%)
R 253 of 549 ~ 46.08%
G 122 of 549 ~ 22.22%
B 174 of 549 ~ 31.69%

%46.08
%22.22
%31.69

CMYK color model

#FD7AAE color CMYK value is (0,52,31,1).

  • cyan value is 0.00%
  • magenta value is 51.78%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(0,52,31,1)
C0M52Y31K1 
(0%,52%,31%,1%)
(0.00/0.52/0.31/0.01)	

CMYK percentages

%0
%51.78
%31.23
%0.78

Codes

Color #FD7AAE in popluar color models

FD7AAE
RGB253122174
HSL336°97.04%73.53%
HSB/HSV336°51.78%99.22%
CMYK0.00%51.78%31.23%
0.78%

Color #FD7AAE in popluar number systems.

HEXFD7AAE
Decimal253122174
Binary11111101111101010101110
Octal375172256

Shades and tints

Shades of #FD7AAE

#FD7AAE
(253,122,174)
#E66F9F
(230,111,159)
#CF6490
(207,100,144)
#B85981
(184,89,129)
#A14E72
(161,78,114)
#8A4363
(138,67,99)
#733854
(115,56,84)
#5C2D45
(92,45,69)
#452236
(69,34,54)
#2E1727
(46,23,39)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #FD7AAE

#FD7AAE
(253,122,174)
#FD86B5
(253,134,181)
#FD92BC
(253,146,188)
#FD9EC3
(253,158,195)
#FDAACA
(253,170,202)
#FDB6D1
(253,182,209)
#FDC2D8
(253,194,216)
#FDCEDF
(253,206,223)
#FDDAE6
(253,218,230)
#FDE6ED
(253,230,237)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD7AAE; }

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

This text font color is #FD7AAE.


Background Color

.myBgColor { background-color: #FD7AAE; }

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

This div background color is #FD7AAE.


Border color

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

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

This div border color is #FD7AAE.


Opacity

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

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

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

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

This text has shadow with #FD7AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7AAE on black background.


Color preview on white background

This text has color #FD7AAE on white background.



Black color preview on #FD7AAE background

This text has black color on #FD7AAE background.


White color preview on #FD7AAE background

This text has white color on #FD7AAE background.