COLOR #F886C4

HEX: #F886C4
RGB: (248,134,196)

Color info

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

RGB color model

#F886C4 color RGB value is (248,134,196).

  • red value is 248;
  • green value is 134;
  • blue value is 196.
RGB:
(248,134,196)
(97%,53%,77%)

RGB channels and saturation

R 248 of 255 = 97%
G 134 of 255 = 53%
B 196 of 255 = 77%

248
134
196

R + G + B ~ 76%. #F886C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 134 + 196 = 578 (100%)
R 248 of 578 ~ 42.91%
G 134 of 578 ~ 23.18%
B 196 of 578 ~ 33.91%

%42.91
%23.18
%33.91

CMYK color model

#F886C4 color CMYK value is (0,46,21,3).

  • cyan value is 0.00%
  • magenta value is 45.97%
  • yellow value is 20.97%
  • key color value is 2.75%
CMYK:
(0,46,21,3)
C0M46Y21K3 
(0%,46%,21%,3%)
(0.00/0.46/0.21/0.03)	

CMYK percentages

%0
%45.97
%20.97
%2.75

Codes

Color #F886C4 in popluar color models

F886C4
RGB248134196
HSL327°89.06%74.90%
HSB/HSV327°45.97%97.25%
CMYK0.00%45.97%20.97%
2.75%

Color #F886C4 in popluar number systems.

HEXF886C4
Decimal248134196
Binary111110001000011011000100
Octal370206304

Shades and tints

Shades of #F886C4

#F886C4
(248,134,196)
#E27AB3
(226,122,179)
#CC6EA2
(204,110,162)
#B66291
(182,98,145)
#A05680
(160,86,128)
#8A4A6F
(138,74,111)
#743E5E
(116,62,94)
#5E324D
(94,50,77)
#48263C
(72,38,60)
#321A2B
(50,26,43)
#1C0E1A
(28,14,26)
#000000
(0,0,0)

Tints of #F886C4

#F886C4
(248,134,196)
#F891C9
(248,145,201)
#F89CCE
(248,156,206)
#F8A7D3
(248,167,211)
#F8B2D8
(248,178,216)
#F8BDDD
(248,189,221)
#F8C8E2
(248,200,226)
#F8D3E7
(248,211,231)
#F8DEEC
(248,222,236)
#F8E9F1
(248,233,241)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F886C4 color. Also use rgb(248,134,196) instead hex code.

Text Font Color

.myTextColor { color: #F886C4; }

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

This text font color is #F886C4.


Background Color

.myBgColor { background-color: #F886C4; }

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

This div background color is #F886C4.


Border color

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

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

This div border color is #F886C4.


Opacity

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

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

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

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

This text has shadow with #F886C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F886C4 on black background.


Color preview on white background

This text has color #F886C4 on white background.



Black color preview on #F886C4 background

This text has black color on #F886C4 background.


White color preview on #F886C4 background

This text has white color on #F886C4 background.