COLOR #F899AE

HEX: #F899AE RGB: (248,153,174)

Color info

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

RGB color model

#F899AE color RGB value is (248,153,174).

RGB: (248,153,174) (97%, 60%, 68%)

RGB channels and saturation

R 248 of 255 = 97%
G 153 of 255 = 60%
B 174 of 255 = 68%

248
153
174

R + G + B ~ 75%. #F899AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 153 + 174 = 575 (100%)
R 248 of 575 ~ 43.13%
G 153 of 575 ~ 26.61%
B 174 of 575 ~ 30.26'%

%43.13
%26.61
%30.26

CMYK color model

#F899AE color CMYK value is (0,38,30,3).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 29.84%
  • key color value is 2.75%

CMYK: (0,38,30,3)
C0M38Y30K3 (0%, 38%, 30%, 3%)
(0.00 / 0.38 / 0.30 / 0.03)

CMYK percentages

%0
%38.31
%29.84
%2.75

Codes

Color #F899AE in popluar color models

F8 99 AE
RGB 248 153 174
HSL 347° 87.16% 78.63%
HSB/HSV 347° 38.31% 97.25%
CMYK 0.00% 38.31% 29.84%
2.75%

Color #F899AE in popluar number systems.

HEX F8 99 AE
Decimal 248 153 174
Binary 11111000 10011001 10101110
Octal 370 231 256

Shades and tints

Shades of #F899AE

#F899AE
(248,153,174)
#E28C9F
(226,140,159)
#CC7F90
(204,127,144)
#B67281
(182,114,129)
#A06572
(160,101,114)
#8A5863
(138,88,99)
#744B54
(116,75,84)
#5E3E45
(94,62,69)
#483136
(72,49,54)
#322427
(50,36,39)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #F899AE

#F899AE
(248,153,174)
#F8A2B5
(248,162,181)
#F8ABBC
(248,171,188)
#F8B4C3
(248,180,195)
#F8BDCA
(248,189,202)
#F8C6D1
(248,198,209)
#F8CFD8
(248,207,216)
#F8D8DF
(248,216,223)
#F8E1E6
(248,225,230)
#F8EAED
(248,234,237)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F899AE; }

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

This text font color is #F899AE.

Background Color

.myBgColor { background-color: #F899AE; }

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

This div background color is #F899AE.

Border color

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

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

This div border color is #F899AE.

Opacity

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

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

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

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

This text has shadow with #F899AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F899AE.

Preview

Color preview on black background

This text has color #F899AE on black background.


Color preview on white background

This text has color #F899AE on white background.


Black color preview on #F899AE background

This text has black color on #F899AE background.


White color preview on #F899AE background

This text has white color on #F899AE background.


Related colors

Complementary color

Complementary color for #hex is #076651.


I love getcolorcode.com

Triadic colors

1 #AEF899 and #99AEF8 with #F899AE are triadic colors.

2 #AE99F8 and #99F8AE with #F899AE are triadic colors.