COLOR #F88D99

HEX: #F88D99
RGB: (248,141,153)

Color info

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

RGB color model

#F88D99 color RGB value is (248,141,153).

  • red value is 248;
  • green value is 141;
  • blue value is 153.
RGB:
(248,141,153)
(97%,55%,60%)

RGB channels and saturation

R 248 of 255 = 97%
G 141 of 255 = 55%
B 153 of 255 = 60%

248
141
153

R + G + B ~ 71%. #F88D99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 141 + 153 = 542 (100%)
R 248 of 542 ~ 45.76%
G 141 of 542 ~ 26.01%
B 153 of 542 ~ 28.23%

%45.76
%26.01
%28.23

CMYK color model

#F88D99 color CMYK value is (0,43,38,3).

  • cyan value is 0.00%
  • magenta value is 43.15%
  • yellow value is 38.31%
  • key color value is 2.75%
CMYK:
(0,43,38,3)
C0M43Y38K3 
(0%,43%,38%,3%)
(0.00/0.43/0.38/0.03)	

CMYK percentages

%0
%43.15
%38.31
%2.75

Codes

Color #F88D99 in popluar color models

F88D99
RGB248141153
HSL353°88.43%76.27%
HSB/HSV353°43.15%97.25%
CMYK0.00%43.15%38.31%
2.75%

Color #F88D99 in popluar number systems.

HEXF88D99
Decimal248141153
Binary111110001000110110011001
Octal370215231

Shades and tints

Shades of #F88D99

#F88D99
(248,141,153)
#E2818C
(226,129,140)
#CC757F
(204,117,127)
#B66972
(182,105,114)
#A05D65
(160,93,101)
#8A5158
(138,81,88)
#74454B
(116,69,75)
#5E393E
(94,57,62)
#482D31
(72,45,49)
#322124
(50,33,36)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #F88D99

#F88D99
(248,141,153)
#F897A2
(248,151,162)
#F8A1AB
(248,161,171)
#F8ABB4
(248,171,180)
#F8B5BD
(248,181,189)
#F8BFC6
(248,191,198)
#F8C9CF
(248,201,207)
#F8D3D8
(248,211,216)
#F8DDE1
(248,221,225)
#F8E7EA
(248,231,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88D99; }

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

This text font color is #F88D99.


Background Color

.myBgColor { background-color: #F88D99; }

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

This div background color is #F88D99.


Border color

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

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

This div border color is #F88D99.


Opacity

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

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

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

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

This text has shadow with #F88D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88D99 on black background.


Color preview on white background

This text has color #F88D99 on white background.



Black color preview on #F88D99 background

This text has black color on #F88D99 background.


White color preview on #F88D99 background

This text has white color on #F88D99 background.