COLOR #F88AB3

HEX: #F88AB3
RGB: (248,138,179)

Color info

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

RGB color model

#F88AB3 color RGB value is (248,138,179).

  • red value is 248;
  • green value is 138;
  • blue value is 179.
RGB:
(248,138,179)
(97%,54%,70%)

RGB channels and saturation

R 248 of 255 = 97%
G 138 of 255 = 54%
B 179 of 255 = 70%

248
138
179

R + G + B ~ 74%. #F88AB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 138 + 179 = 565 (100%)
R 248 of 565 ~ 43.89%
G 138 of 565 ~ 24.42%
B 179 of 565 ~ 31.68%

%43.89
%24.42
%31.68

CMYK color model

#F88AB3 color CMYK value is (0,44,28,3).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 27.82%
  • key color value is 2.75%
CMYK:
(0,44,28,3)
C0M44Y28K3 
(0%,44%,28%,3%)
(0.00/0.44/0.28/0.03)	

CMYK percentages

%0
%44.35
%27.82
%2.75

Codes

Color #F88AB3 in popluar color models

F88AB3
RGB248138179
HSL338°88.71%75.69%
HSB/HSV338°44.35%97.25%
CMYK0.00%44.35%27.82%
2.75%

Color #F88AB3 in popluar number systems.

HEXF88AB3
Decimal248138179
Binary111110001000101010110011
Octal370212263

Shades and tints

Shades of #F88AB3

#F88AB3
(248,138,179)
#E27EA3
(226,126,163)
#CC7293
(204,114,147)
#B66683
(182,102,131)
#A05A73
(160,90,115)
#8A4E63
(138,78,99)
#744253
(116,66,83)
#5E3643
(94,54,67)
#482A33
(72,42,51)
#321E23
(50,30,35)
#1C1213
(28,18,19)
#000000
(0,0,0)

Tints of #F88AB3

#F88AB3
(248,138,179)
#F894B9
(248,148,185)
#F89EBF
(248,158,191)
#F8A8C5
(248,168,197)
#F8B2CB
(248,178,203)
#F8BCD1
(248,188,209)
#F8C6D7
(248,198,215)
#F8D0DD
(248,208,221)
#F8DAE3
(248,218,227)
#F8E4E9
(248,228,233)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88AB3 color. Also use rgb(248,138,179) instead hex code.

Text Font Color

.myTextColor { color: #F88AB3; }

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

This text font color is #F88AB3.


Background Color

.myBgColor { background-color: #F88AB3; }

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

This div background color is #F88AB3.


Border color

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

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

This div border color is #F88AB3.


Opacity

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

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

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

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

This text has shadow with #F88AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88AB3 on black background.


Color preview on white background

This text has color #F88AB3 on white background.



Black color preview on #F88AB3 background

This text has black color on #F88AB3 background.


White color preview on #F88AB3 background

This text has white color on #F88AB3 background.