COLOR #FE98AF

HEX: #FE98AF RGB: (254,152,175)

Color info

#FE98AF contains mainly red color. Web safe color of #FE98AF is #FF9999 (or #F99).

RGB color model

#FE98AF color RGB value is (254,152,175).

RGB: (254,152,175) (100%, 60%, 69%)

RGB channels and saturation

R 254 of 255 = 100%
G 152 of 255 = 60%
B 175 of 255 = 69%

254
152
175

R + G + B ~ 76%. #FE98AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 152 + 175 = 581 (100%)
R 254 of 581 ~ 43.72%
G 152 of 581 ~ 26.16%
B 175 of 581 ~ 30.12'%

%43.72
%26.16
%30.12

CMYK color model

#FE98AF color CMYK value is (0,40,31,0).

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

CMYK: (0,40,31,0)
C0M40Y31K0 (0%, 40%, 31%, 0%)
(0.00 / 0.40 / 0.31 / 0.00)

CMYK percentages

%0
%40.16
%31.1
%0.39

Codes

Color #FE98AF in popluar color models

FE 98 AF
RGB 254 152 175
HSL 346° 98.08% 79.61%
HSB/HSV 346° 40.16% 99.61%
CMYK 0.00% 40.16% 31.10%
0.39%

Color #FE98AF in popluar number systems.

HEX FE 98 AF
Decimal 254 152 175
Binary 11111110 10011000 10101111
Octal 376 230 257

Shades and tints

Shades of #FE98AF

#FE98AF
(254,152,175)
#E78BA0
(231,139,160)
#D07E91
(208,126,145)
#B97182
(185,113,130)
#A26473
(162,100,115)
#8B5764
(139,87,100)
#744A55
(116,74,85)
#5D3D46
(93,61,70)
#463037
(70,48,55)
#2F2328
(47,35,40)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #FE98AF

#FE98AF
(254,152,175)
#FEA1B6
(254,161,182)
#FEAABD
(254,170,189)
#FEB3C4
(254,179,196)
#FEBCCB
(254,188,203)
#FEC5D2
(254,197,210)
#FECED9
(254,206,217)
#FED7E0
(254,215,224)
#FEE0E7
(254,224,231)
#FEE9EE
(254,233,238)
#FEF2F5
(254,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE98AF; }

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

This text font color is #FE98AF.

Background Color

.myBgColor { background-color: #FE98AF; }

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

This div background color is #FE98AF.

Border color

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

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

This div border color is #FE98AF.

Opacity

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

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

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

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

This text has shadow with #FE98AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE98AF.

Preview

Color preview on black background

This text has color #FE98AF on black background.


Color preview on white background

This text has color #FE98AF on white background.


Black color preview on #FE98AF background

This text has black color on #FE98AF background.


White color preview on #FE98AF background

This text has white color on #FE98AF background.


Related colors

Complementary color

Complementary color for #hex is #016750.


I love getcolorcode.com

Triadic colors

1 #AFFE98 and #98AFFE with #FE98AF are triadic colors.

2 #AF98FE and #98FEAF with #FE98AF are triadic colors.