COLOR #F88883

HEX: #F88883
RGB: (248,136,131)

Color info

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

RGB color model

#F88883 color RGB value is (248,136,131).

  • red value is 248;
  • green value is 136;
  • blue value is 131.
RGB:
(248,136,131)
(97%,53%,51%)

RGB channels and saturation

R 248 of 255 = 97%
G 136 of 255 = 53%
B 131 of 255 = 51%

248
136
131

R + G + B ~ 67%. #F88883 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 136 + 131 = 515 (100%)
R 248 of 515 ~ 48.16%
G 136 of 515 ~ 26.41%
B 131 of 515 ~ 25.44%

%48.16
%26.41
%25.44

CMYK color model

#F88883 color CMYK value is (0,45,47,3).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 47.18%
  • key color value is 2.75%
CMYK:
(0,45,47,3)
C0M45Y47K3 
(0%,45%,47%,3%)
(0.00/0.45/0.47/0.03)	

CMYK percentages

%0
%45.16
%47.18
%2.75

Codes

Color #F88883 in popluar color models

F88883
RGB248136131
HSL89.31%74.31%
HSB/HSV47.18%97.25%
CMYK0.00%45.16%47.18%
2.75%

Color #F88883 in popluar number systems.

HEXF88883
Decimal248136131
Binary111110001000100010000011
Octal370210203

Shades and tints

Shades of #F88883

#F88883
(248,136,131)
#E27C78
(226,124,120)
#CC706D
(204,112,109)
#B66462
(182,100,98)
#A05857
(160,88,87)
#8A4C4C
(138,76,76)
#744041
(116,64,65)
#5E3436
(94,52,54)
#48282B
(72,40,43)
#321C20
(50,28,32)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #F88883

#F88883
(248,136,131)
#F8928E
(248,146,142)
#F89C99
(248,156,153)
#F8A6A4
(248,166,164)
#F8B0AF
(248,176,175)
#F8BABA
(248,186,186)
#F8C4C5
(248,196,197)
#F8CED0
(248,206,208)
#F8D8DB
(248,216,219)
#F8E2E6
(248,226,230)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F88883 color. Also use rgb(248,136,131) instead hex code.

Text Font Color

.myTextColor { color: #F88883; }

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

This text font color is #F88883.


Background Color

.myBgColor { background-color: #F88883; }

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

This div background color is #F88883.


Border color

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

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

This div border color is #F88883.


Opacity

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

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

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

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

This text has shadow with #F88883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88883 on black background.


Color preview on white background

This text has color #F88883 on white background.



Black color preview on #F88883 background

This text has black color on #F88883 background.


White color preview on #F88883 background

This text has white color on #F88883 background.