COLOR #FD60AE

HEX: #FD60AE
RGB: (253,96,174)

Color info

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

RGB color model

#FD60AE color RGB value is (253,96,174).

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

RGB channels and saturation

R 253 of 255 = 99%
G 96 of 255 = 38%
B 174 of 255 = 68%

253
96
174

R + G + B ~ 68%. #FD60AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 96 + 174 = 523 (100%)
R 253 of 523 ~ 48.37%
G 96 of 523 ~ 18.36%
B 174 of 523 ~ 33.27%

%48.37
%18.36
%33.27

CMYK color model

#FD60AE color CMYK value is (0,62,31,1).

  • cyan value is 0.00%
  • magenta value is 62.06%
  • yellow value is 31.23%
  • key color value is 0.78%
CMYK:
(0,62,31,1)
C0M62Y31K1 
(0%,62%,31%,1%)
(0.00/0.62/0.31/0.01)	

CMYK percentages

%0
%62.06
%31.23
%0.78

Codes

Color #FD60AE in popluar color models

FD60AE
RGB25396174
HSL330°97.52%68.43%
HSB/HSV330°62.06%99.22%
CMYK0.00%62.06%31.23%
0.78%

Color #FD60AE in popluar number systems.

HEXFD60AE
Decimal25396174
Binary11111101110000010101110
Octal375140256

Shades and tints

Shades of #FD60AE

#FD60AE
(253,96,174)
#E6589F
(230,88,159)
#CF5090
(207,80,144)
#B84881
(184,72,129)
#A14072
(161,64,114)
#8A3863
(138,56,99)
#733054
(115,48,84)
#5C2845
(92,40,69)
#452036
(69,32,54)
#2E1827
(46,24,39)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #FD60AE

#FD60AE
(253,96,174)
#FD6EB5
(253,110,181)
#FD7CBC
(253,124,188)
#FD8AC3
(253,138,195)
#FD98CA
(253,152,202)
#FDA6D1
(253,166,209)
#FDB4D8
(253,180,216)
#FDC2DF
(253,194,223)
#FDD0E6
(253,208,230)
#FDDEED
(253,222,237)
#FDECF4
(253,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD60AE; }

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

This text font color is #FD60AE.


Background Color

.myBgColor { background-color: #FD60AE; }

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

This div background color is #FD60AE.


Border color

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

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

This div border color is #FD60AE.


Opacity

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

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

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

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

This text has shadow with #FD60AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD60AE on black background.


Color preview on white background

This text has color #FD60AE on white background.



Black color preview on #FD60AE background

This text has black color on #FD60AE background.


White color preview on #FD60AE background

This text has white color on #FD60AE background.