COLOR #F88DC9

HEX: #F88DC9 RGB: (248,141,201)

Color info

#F88DC9 contains mainly red and blue colors. Web safe color of #F88DC9 is #FF99CC (or #F9C).

RGB color model

#F88DC9 color RGB value is (248,141,201).

RGB: (248,141,201) (97%, 55%, 79%)

RGB channels and saturation

R 248 of 255 = 97%
G 141 of 255 = 55%
B 201 of 255 = 79%

248
141
201

R + G + B ~ 77%. #F88DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 141 + 201 = 590 (100%)
R 248 of 590 ~ 42.03%
G 141 of 590 ~ 23.9%
B 201 of 590 ~ 34.07'%

%42.03
%23.9
%34.07

CMYK color model

#F88DC9 color CMYK value is (0,43,19,3).

  • cyan value is 0.00%
  • magenta value is 43.15%
  • yellow value is 18.95%
  • key color value is 2.75%

CMYK: (0,43,19,3)
C0M43Y19K3 (0%, 43%, 19%, 3%)
(0.00 / 0.43 / 0.19 / 0.03)

CMYK percentages

%0
%43.15
%18.95
%2.75

Codes

Color #F88DC9 in popluar color models

F8 8D C9
RGB 248 141 201
HSL 326° 88.43% 76.27%
HSB/HSV 326° 43.15% 97.25%
CMYK 0.00% 43.15% 18.95%
2.75%

Color #F88DC9 in popluar number systems.

HEX F8 8D C9
Decimal 248 141 201
Binary 11111000 10001101 11001001
Octal 370 215 311

Shades and tints

Shades of #F88DC9

#F88DC9
(248,141,201)
#E281B7
(226,129,183)
#CC75A5
(204,117,165)
#B66993
(182,105,147)
#A05D81
(160,93,129)
#8A516F
(138,81,111)
#74455D
(116,69,93)
#5E394B
(94,57,75)
#482D39
(72,45,57)
#322127
(50,33,39)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #F88DC9

#F88DC9
(248,141,201)
#F897CD
(248,151,205)
#F8A1D1
(248,161,209)
#F8ABD5
(248,171,213)
#F8B5D9
(248,181,217)
#F8BFDD
(248,191,221)
#F8C9E1
(248,201,225)
#F8D3E5
(248,211,229)
#F8DDE9
(248,221,233)
#F8E7ED
(248,231,237)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88DC9 color. Also use rgb(248,141,201) instead hex code.

Text Font Color

.myTextColor { color: #F88DC9; }

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

This text font color is #F88DC9.

Background Color

.myBgColor { background-color: #F88DC9; }

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

This div background color is #F88DC9.

Border color

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

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

This div border color is #F88DC9.

Opacity

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

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

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

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

This text has shadow with #F88DC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F88DC9.

Preview

Color preview on black background

This text has color #F88DC9 on black background.


Color preview on white background

This text has color #F88DC9 on white background.


Black color preview on #F88DC9 background

This text has black color on #F88DC9 background.


White color preview on #F88DC9 background

This text has white color on #F88DC9 background.


Related colors

Complementary color

Complementary color for #hex is #077236.


I love getcolorcode.com

Triadic colors

1 #C9F88D and #8DC9F8 with #F88DC9 are triadic colors.

2 #C98DF8 and #8DF8C9 with #F88DC9 are triadic colors.