COLOR #FE98F8

HEX: #FE98F8 RGB: (254,152,248)

Color info

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

RGB color model

#FE98F8 color RGB value is (254,152,248).

RGB: (254,152,248) (100%, 60%, 97%)

RGB channels and saturation

R 254 of 255 = 100%
G 152 of 255 = 60%
B 248 of 255 = 97%

254
152
248

R + G + B ~ 86%. #FE98F8 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 152 + 248 = 654 (100%)
R 254 of 654 ~ 38.84%
G 152 of 654 ~ 23.24%
B 248 of 654 ~ 37.92'%

%38.84
%23.24
%37.92

CMYK color model

#FE98F8 color CMYK value is (0,40,2,0).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 2.36%
  • key color value is 0.39%

CMYK: (0,40,2,0)
C0M40Y2K0 (0%, 40%, 2%, 0%)
(0.00 / 0.40 / 0.02 / 0.00)

CMYK percentages

%0
%40.16
%2.36
%0.39

Codes

Color #FE98F8 in popluar color models

FE 98 F8
RGB 254 152 248
HSL 304° 98.08% 79.61%
HSB/HSV 304° 40.16% 99.61%
CMYK 0.00% 40.16% 2.36%
0.39%

Color #FE98F8 in popluar number systems.

HEX FE 98 F8
Decimal 254 152 248
Binary 11111110 10011000 11111000
Octal 376 230 370

Shades and tints

Shades of #FE98F8

#FE98F8
(254,152,248)
#E78BE2
(231,139,226)
#D07ECC
(208,126,204)
#B971B6
(185,113,182)
#A264A0
(162,100,160)
#8B578A
(139,87,138)
#744A74
(116,74,116)
#5D3D5E
(93,61,94)
#463048
(70,48,72)
#2F2332
(47,35,50)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #FE98F8

#FE98F8
(254,152,248)
#FEA1F8
(254,161,248)
#FEAAF8
(254,170,248)
#FEB3F8
(254,179,248)
#FEBCF8
(254,188,248)
#FEC5F8
(254,197,248)
#FECEF8
(254,206,248)
#FED7F8
(254,215,248)
#FEE0F8
(254,224,248)
#FEE9F8
(254,233,248)
#FEF2F8
(254,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE98F8 color. Also use rgb(254,152,248) instead hex code.

Text Font Color

.myTextColor { color: #FE98F8; }

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

This text font color is #FE98F8.

Background Color

.myBgColor { background-color: #FE98F8; }

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

This div background color is #FE98F8.

Border color

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

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

This div border color is #FE98F8.

Opacity

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

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

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

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

This text has shadow with #FE98F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE98F8.

Preview

Color preview on black background

This text has color #FE98F8 on black background.


Color preview on white background

This text has color #FE98F8 on white background.


Black color preview on #FE98F8 background

This text has black color on #FE98F8 background.


White color preview on #FE98F8 background

This text has white color on #FE98F8 background.


Related colors

Complementary color

Complementary color for #hex is #016707.


I love getcolorcode.com

Triadic colors

1 #F8FE98 and #98F8FE with #FE98F8 are triadic colors.

2 #F898FE and #98FEF8 with #FE98F8 are triadic colors.