COLOR #F899E8

HEX: #F899E8
RGB: (248,153,232)

Color info

#F899E8 contains mainly red and blue colors. Web safe color of #F899E8 is #FF99FF (or #F9F).

RGB color model

#F899E8 color RGB value is (248,153,232).

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

RGB channels and saturation

R 248 of 255 = 97%
G 153 of 255 = 60%
B 232 of 255 = 91%

248
153
232

R + G + B ~ 83%. #F899E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 153 + 232 = 633 (100%)
R 248 of 633 ~ 39.18%
G 153 of 633 ~ 24.17%
B 232 of 633 ~ 36.65%

%39.18
%24.17
%36.65

CMYK color model

#F899E8 color CMYK value is (0,38,6,3).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 6.45%
  • key color value is 2.75%
CMYK:
(0,38,6,3)
C0M38Y6K3 
(0%,38%,6%,3%)
(0.00/0.38/0.06/0.03)	

CMYK percentages

%0
%38.31
%6.45
%2.75

Codes

Color #F899E8 in popluar color models

F899E8
RGB248153232
HSL310°87.16%78.63%
HSB/HSV310°38.31%97.25%
CMYK0.00%38.31%6.45%
2.75%

Color #F899E8 in popluar number systems.

HEXF899E8
Decimal248153232
Binary111110001001100111101000
Octal370231350

Shades and tints

Shades of #F899E8

#F899E8
(248,153,232)
#E28CD3
(226,140,211)
#CC7FBE
(204,127,190)
#B672A9
(182,114,169)
#A06594
(160,101,148)
#8A587F
(138,88,127)
#744B6A
(116,75,106)
#5E3E55
(94,62,85)
#483140
(72,49,64)
#32242B
(50,36,43)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #F899E8

#F899E8
(248,153,232)
#F8A2EA
(248,162,234)
#F8ABEC
(248,171,236)
#F8B4EE
(248,180,238)
#F8BDF0
(248,189,240)
#F8C6F2
(248,198,242)
#F8CFF4
(248,207,244)
#F8D8F6
(248,216,246)
#F8E1F8
(248,225,248)
#F8EAFA
(248,234,250)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F899E8; }

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

This text font color is #F899E8.


Background Color

.myBgColor { background-color: #F899E8; }

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

This div background color is #F899E8.


Border color

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

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

This div border color is #F899E8.


Opacity

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

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

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

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

This text has shadow with #F899E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F899E8 on black background.


Color preview on white background

This text has color #F899E8 on white background.



Black color preview on #F899E8 background

This text has black color on #F899E8 background.


White color preview on #F899E8 background

This text has white color on #F899E8 background.