COLOR #FE98DA

HEX: #FE98DA RGB: (254,152,218)

Color info

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

RGB color model

#FE98DA color RGB value is (254,152,218).

RGB: (254,152,218) (100%, 60%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 152 of 255 = 60%
B 218 of 255 = 85%

254
152
218

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

Portions of RGB colors in percentages

R + G + B = 254 + 152 + 218 = 624 (100%)
R 254 of 624 ~ 40.71%
G 152 of 624 ~ 24.36%
B 218 of 624 ~ 34.94'%

%40.71
%24.36
%34.94

CMYK color model

#FE98DA color CMYK value is (0,40,14,0).

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

CMYK: (0,40,14,0)
C0M40Y14K0 (0%, 40%, 14%, 0%)
(0.00 / 0.40 / 0.14 / 0.00)

CMYK percentages

%0
%40.16
%14.17
%0.39

Codes

Color #FE98DA in popluar color models

FE 98 DA
RGB 254 152 218
HSL 321° 98.08% 79.61%
HSB/HSV 321° 40.16% 99.61%
CMYK 0.00% 40.16% 14.17%
0.39%

Color #FE98DA in popluar number systems.

HEX FE 98 DA
Decimal 254 152 218
Binary 11111110 10011000 11011010
Octal 376 230 332

Shades and tints

Shades of #FE98DA

#FE98DA
(254,152,218)
#E78BC7
(231,139,199)
#D07EB4
(208,126,180)
#B971A1
(185,113,161)
#A2648E
(162,100,142)
#8B577B
(139,87,123)
#744A68
(116,74,104)
#5D3D55
(93,61,85)
#463042
(70,48,66)
#2F232F
(47,35,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #FE98DA

#FE98DA
(254,152,218)
#FEA1DD
(254,161,221)
#FEAAE0
(254,170,224)
#FEB3E3
(254,179,227)
#FEBCE6
(254,188,230)
#FEC5E9
(254,197,233)
#FECEEC
(254,206,236)
#FED7EF
(254,215,239)
#FEE0F2
(254,224,242)
#FEE9F5
(254,233,245)
#FEF2F8
(254,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE98DA; }

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

This text font color is #FE98DA.

Background Color

.myBgColor { background-color: #FE98DA; }

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

This div background color is #FE98DA.

Border color

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

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

This div border color is #FE98DA.

Opacity

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

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

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

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

This text has shadow with #FE98DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE98DA.

Preview

Color preview on black background

This text has color #FE98DA on black background.


Color preview on white background

This text has color #FE98DA on white background.


Black color preview on #FE98DA background

This text has black color on #FE98DA background.


White color preview on #FE98DA background

This text has white color on #FE98DA background.


Related colors

Complementary color

Complementary color for #hex is #016725.


I love getcolorcode.com

Triadic colors

1 #DAFE98 and #98DAFE with #FE98DA are triadic colors.

2 #DA98FE and #98FEDA with #FE98DA are triadic colors.