COLOR #F998E0

HEX: #F998E0
RGB: (249,152,224)

Color info

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

RGB color model

#F998E0 color RGB value is (249,152,224).

  • red value is 249;
  • green value is 152;
  • blue value is 224.
RGB:
(249,152,224)
(98%,60%,88%)

RGB channels and saturation

R 249 of 255 = 98%
G 152 of 255 = 60%
B 224 of 255 = 88%

249
152
224

R + G + B ~ 82%. #F998E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 152 + 224 = 625 (100%)
R 249 of 625 ~ 39.84%
G 152 of 625 ~ 24.32%
B 224 of 625 ~ 35.84%

%39.84
%24.32
%35.84

CMYK color model

#F998E0 color CMYK value is (0,39,10,2).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(0,39,10,2)
C0M39Y10K2 
(0%,39%,10%,2%)
(0.00/0.39/0.10/0.02)	

CMYK percentages

%0
%38.96
%10.04
%2.35

Codes

Color #F998E0 in popluar color models

F998E0
RGB249152224
HSL315°88.99%78.63%
HSB/HSV315°38.96%97.65%
CMYK0.00%38.96%10.04%
2.35%

Color #F998E0 in popluar number systems.

HEXF998E0
Decimal249152224
Binary111110011001100011100000
Octal371230340

Shades and tints

Shades of #F998E0

#F998E0
(249,152,224)
#E38BCC
(227,139,204)
#CD7EB8
(205,126,184)
#B771A4
(183,113,164)
#A16490
(161,100,144)
#8B577C
(139,87,124)
#754A68
(117,74,104)
#5F3D54
(95,61,84)
#493040
(73,48,64)
#33232C
(51,35,44)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #F998E0

#F998E0
(249,152,224)
#F9A1E2
(249,161,226)
#F9AAE4
(249,170,228)
#F9B3E6
(249,179,230)
#F9BCE8
(249,188,232)
#F9C5EA
(249,197,234)
#F9CEEC
(249,206,236)
#F9D7EE
(249,215,238)
#F9E0F0
(249,224,240)
#F9E9F2
(249,233,242)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F998E0 color. Also use rgb(249,152,224) instead hex code.

Text Font Color

.myTextColor { color: #F998E0; }

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

This text font color is #F998E0.


Background Color

.myBgColor { background-color: #F998E0; }

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

This div background color is #F998E0.


Border color

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

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

This div border color is #F998E0.


Opacity

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

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

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

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

This text has shadow with #F998E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F998E0 on black background.


Color preview on white background

This text has color #F998E0 on white background.



Black color preview on #F998E0 background

This text has black color on #F998E0 background.


White color preview on #F998E0 background

This text has white color on #F998E0 background.