COLOR #FF99AE

HEX: #FF99AE
RGB: (255,153,174)

Color info

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

RGB color model

#FF99AE color RGB value is (255,153,174).

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

RGB channels and saturation

R 255 of 255 = 100%
G 153 of 255 = 60%
B 174 of 255 = 68%

255
153
174

R + G + B ~ 76%. #FF99AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 153 + 174 = 582 (100%)
R 255 of 582 ~ 43.81%
G 153 of 582 ~ 26.29%
B 174 of 582 ~ 29.9%

%43.81
%26.29
%29.9

CMYK color model

#FF99AE color CMYK value is (0,40,32,0).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK:
(0,40,32,0)
C0M40Y32K0 
(0%,40%,32%,0%)
(0.00/0.40/0.32/0.00)	

CMYK percentages

%0
%40
%31.76
%0

Codes

Color #FF99AE in popluar color models

FF99AE
RGB255153174
HSL348°100.00%80.00%
HSB/HSV348°40.00%100.00%
CMYK0.00%40.00%31.76%
0.00%

Color #FF99AE in popluar number systems.

HEXFF99AE
Decimal255153174
Binary111111111001100110101110
Octal377231256

Shades and tints

Shades of #FF99AE

#FF99AE
(255,153,174)
#E88C9F
(232,140,159)
#D17F90
(209,127,144)
#BA7281
(186,114,129)
#A36572
(163,101,114)
#8C5863
(140,88,99)
#754B54
(117,75,84)
#5E3E45
(94,62,69)
#473136
(71,49,54)
#302427
(48,36,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FF99AE

#FF99AE
(255,153,174)
#FFA2B5
(255,162,181)
#FFABBC
(255,171,188)
#FFB4C3
(255,180,195)
#FFBDCA
(255,189,202)
#FFC6D1
(255,198,209)
#FFCFD8
(255,207,216)
#FFD8DF
(255,216,223)
#FFE1E6
(255,225,230)
#FFEAED
(255,234,237)
#FFF3F4
(255,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF99AE; }

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

This text font color is #FF99AE.


Background Color

.myBgColor { background-color: #FF99AE; }

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

This div background color is #FF99AE.


Border color

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

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

This div border color is #FF99AE.


Opacity

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

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

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

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

This text has shadow with #FF99AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF99AE on black background.


Color preview on white background

This text has color #FF99AE on white background.



Black color preview on #FF99AE background

This text has black color on #FF99AE background.


White color preview on #FF99AE background

This text has white color on #FF99AE background.