COLOR #F899AB

HEX: #F899AB RGB: (248,153,171)

Color info

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

RGB color model

#F899AB color RGB value is (248,153,171).

RGB: (248,153,171) (97%, 60%, 67%)

RGB channels and saturation

R 248 of 255 = 97%
G 153 of 255 = 60%
B 171 of 255 = 67%

248
153
171

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

Portions of RGB colors in percentages

R + G + B = 248 + 153 + 171 = 572 (100%)
R 248 of 572 ~ 43.36%
G 153 of 572 ~ 26.75%
B 171 of 572 ~ 29.9'%

%43.36
%26.75
%29.9

CMYK color model

#F899AB color CMYK value is (0,38,31,3).

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

CMYK: (0,38,31,3)
C0M38Y31K3 (0%, 38%, 31%, 3%)
(0.00 / 0.38 / 0.31 / 0.03)

CMYK percentages

%0
%38.31
%31.05
%2.75

Codes

Color #F899AB in popluar color models

F8 99 AB
RGB 248 153 171
HSL 349° 87.16% 78.63%
HSB/HSV 349° 38.31% 97.25%
CMYK 0.00% 38.31% 31.05%
2.75%

Color #F899AB in popluar number systems.

HEX F8 99 AB
Decimal 248 153 171
Binary 11111000 10011001 10101011
Octal 370 231 253

Shades and tints

Shades of #F899AB

#F899AB
(248,153,171)
#E28C9C
(226,140,156)
#CC7F8D
(204,127,141)
#B6727E
(182,114,126)
#A0656F
(160,101,111)
#8A5860
(138,88,96)
#744B51
(116,75,81)
#5E3E42
(94,62,66)
#483133
(72,49,51)
#322424
(50,36,36)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #F899AB

#F899AB
(248,153,171)
#F8A2B2
(248,162,178)
#F8ABB9
(248,171,185)
#F8B4C0
(248,180,192)
#F8BDC7
(248,189,199)
#F8C6CE
(248,198,206)
#F8CFD5
(248,207,213)
#F8D8DC
(248,216,220)
#F8E1E3
(248,225,227)
#F8EAEA
(248,234,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F899AB; }

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

This text font color is #F899AB.

Background Color

.myBgColor { background-color: #F899AB; }

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

This div background color is #F899AB.

Border color

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

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

This div border color is #F899AB.

Opacity

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

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

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

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

This text has shadow with #F899AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F899AB.

Preview

Color preview on black background

This text has color #F899AB on black background.


Color preview on white background

This text has color #F899AB on white background.


Black color preview on #F899AB background

This text has black color on #F899AB background.


White color preview on #F899AB background

This text has white color on #F899AB background.


Related colors

Complementary color

Complementary color for #hex is #076654.


I love getcolorcode.com

Triadic colors

1 #ABF899 and #99ABF8 with #F899AB are triadic colors.

2 #AB99F8 and #99F8AB with #F899AB are triadic colors.