COLOR #FE98E6

HEX: #FE98E6 RGB: (254,152,230)

Color info

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

RGB color model

#FE98E6 color RGB value is (254,152,230).

RGB: (254,152,230) (100%, 60%, 90%)

RGB channels and saturation

R 254 of 255 = 100%
G 152 of 255 = 60%
B 230 of 255 = 90%

254
152
230

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

Portions of RGB colors in percentages

R + G + B = 254 + 152 + 230 = 636 (100%)
R 254 of 636 ~ 39.94%
G 152 of 636 ~ 23.9%
B 230 of 636 ~ 36.16'%

%39.94
%23.9
%36.16

CMYK color model

#FE98E6 color CMYK value is (0,40,9,0).

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

CMYK: (0,40,9,0)
C0M40Y9K0 (0%, 40%, 9%, 0%)
(0.00 / 0.40 / 0.09 / 0.00)

CMYK percentages

%0
%40.16
%9.45
%0.39

Codes

Color #FE98E6 in popluar color models

FE 98 E6
RGB 254 152 230
HSL 314° 98.08% 79.61%
HSB/HSV 314° 40.16% 99.61%
CMYK 0.00% 40.16% 9.45%
0.39%

Color #FE98E6 in popluar number systems.

HEX FE 98 E6
Decimal 254 152 230
Binary 11111110 10011000 11100110
Octal 376 230 346

Shades and tints

Shades of #FE98E6

#FE98E6
(254,152,230)
#E78BD2
(231,139,210)
#D07EBE
(208,126,190)
#B971AA
(185,113,170)
#A26496
(162,100,150)
#8B5782
(139,87,130)
#744A6E
(116,74,110)
#5D3D5A
(93,61,90)
#463046
(70,48,70)
#2F2332
(47,35,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #FE98E6

#FE98E6
(254,152,230)
#FEA1E8
(254,161,232)
#FEAAEA
(254,170,234)
#FEB3EC
(254,179,236)
#FEBCEE
(254,188,238)
#FEC5F0
(254,197,240)
#FECEF2
(254,206,242)
#FED7F4
(254,215,244)
#FEE0F6
(254,224,246)
#FEE9F8
(254,233,248)
#FEF2FA
(254,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE98E6; }

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

This text font color is #FE98E6.

Background Color

.myBgColor { background-color: #FE98E6; }

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

This div background color is #FE98E6.

Border color

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

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

This div border color is #FE98E6.

Opacity

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

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

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

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

This text has shadow with #FE98E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE98E6.

Preview

Color preview on black background

This text has color #FE98E6 on black background.


Color preview on white background

This text has color #FE98E6 on white background.


Black color preview on #FE98E6 background

This text has black color on #FE98E6 background.


White color preview on #FE98E6 background

This text has white color on #FE98E6 background.


Related colors

Complementary color

Complementary color for #hex is #016719.


I love getcolorcode.com

Triadic colors

1 #E6FE98 and #98E6FE with #FE98E6 are triadic colors.

2 #E698FE and #98FEE6 with #FE98E6 are triadic colors.