COLOR #FFA5AE

HEX: #FFA5AE
RGB: (255,165,174)

Color info

#FFA5AE contains mainly red color. Web safe color of #FFA5AE is #FF9999 (or #F99).

RGB color model

#FFA5AE color RGB value is (255,165,174).

  • red value is 255;
  • green value is 165;
  • blue value is 174.
RGB:
(255,165,174)
(100%,65%,68%)

RGB channels and saturation

R 255 of 255 = 100%
G 165 of 255 = 65%
B 174 of 255 = 68%

255
165
174

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

Portions of RGB colors in percentages

R + G + B =
255 + 165 + 174 = 594 (100%)
R 255 of 594 ~ 42.93%
G 165 of 594 ~ 27.78%
B 174 of 594 ~ 29.29%

%42.93
%27.78
%29.29

CMYK color model

#FFA5AE color CMYK value is (0,35,32,0).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK:
(0,35,32,0)
C0M35Y32K0 
(0%,35%,32%,0%)
(0.00/0.35/0.32/0.00)	

CMYK percentages

%0
%35.29
%31.76
%0

Codes

Color #FFA5AE in popluar color models

FFA5AE
RGB255165174
HSL354°100.00%82.35%
HSB/HSV354°35.29%100.00%
CMYK0.00%35.29%31.76%
0.00%

Color #FFA5AE in popluar number systems.

HEXFFA5AE
Decimal255165174
Binary111111111010010110101110
Octal377245256

Shades and tints

Shades of #FFA5AE

#FFA5AE
(255,165,174)
#E8969F
(232,150,159)
#D18790
(209,135,144)
#BA7881
(186,120,129)
#A36972
(163,105,114)
#8C5A63
(140,90,99)
#754B54
(117,75,84)
#5E3C45
(94,60,69)
#472D36
(71,45,54)
#301E27
(48,30,39)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #FFA5AE

#FFA5AE
(255,165,174)
#FFADB5
(255,173,181)
#FFB5BC
(255,181,188)
#FFBDC3
(255,189,195)
#FFC5CA
(255,197,202)
#FFCDD1
(255,205,209)
#FFD5D8
(255,213,216)
#FFDDDF
(255,221,223)
#FFE5E6
(255,229,230)
#FFEDED
(255,237,237)
#FFF5F4
(255,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFA5AE color. Also use rgb(255,165,174) instead hex code.

Text Font Color

.myTextColor { color: #FFA5AE; }

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

This text font color is #FFA5AE.


Background Color

.myBgColor { background-color: #FFA5AE; }

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

This div background color is #FFA5AE.


Border color

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

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

This div border color is #FFA5AE.


Opacity

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

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

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

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

This text has shadow with #FFA5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFA5AE on black background.


Color preview on white background

This text has color #FFA5AE on white background.



Black color preview on #FFA5AE background

This text has black color on #FFA5AE background.


White color preview on #FFA5AE background

This text has white color on #FFA5AE background.