COLOR #FD98B4

HEX: #FD98B4 RGB: (253,152,180)

Color info

#FD98B4 contains mainly red color. Web safe color of #FD98B4 is #FF99CC (or #F9C).

RGB color model

#FD98B4 color RGB value is (253,152,180).

RGB: (253,152,180) (99%, 60%, 71%)

RGB channels and saturation

R 253 of 255 = 99%
G 152 of 255 = 60%
B 180 of 255 = 71%

253
152
180

R + G + B ~ 77%. #FD98B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 152 + 180 = 585 (100%)
R 253 of 585 ~ 43.25%
G 152 of 585 ~ 25.98%
B 180 of 585 ~ 30.77'%

%43.25
%25.98
%30.77

CMYK color model

#FD98B4 color CMYK value is (0,40,29,1).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 28.85%
  • key color value is 0.78%

CMYK: (0,40,29,1)
C0M40Y29K1 (0%, 40%, 29%, 1%)
(0.00 / 0.40 / 0.29 / 0.01)

CMYK percentages

%0
%39.92
%28.85
%0.78

Codes

Color #FD98B4 in popluar color models

FD 98 B4
RGB 253 152 180
HSL 343° 96.19% 79.41%
HSB/HSV 343° 39.92% 99.22%
CMYK 0.00% 39.92% 28.85%
0.78%

Color #FD98B4 in popluar number systems.

HEX FD 98 B4
Decimal 253 152 180
Binary 11111101 10011000 10110100
Octal 375 230 264

Shades and tints

Shades of #FD98B4

#FD98B4
(253,152,180)
#E68BA4
(230,139,164)
#CF7E94
(207,126,148)
#B87184
(184,113,132)
#A16474
(161,100,116)
#8A5764
(138,87,100)
#734A54
(115,74,84)
#5C3D44
(92,61,68)
#453034
(69,48,52)
#2E2324
(46,35,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FD98B4

#FD98B4
(253,152,180)
#FDA1BA
(253,161,186)
#FDAAC0
(253,170,192)
#FDB3C6
(253,179,198)
#FDBCCC
(253,188,204)
#FDC5D2
(253,197,210)
#FDCED8
(253,206,216)
#FDD7DE
(253,215,222)
#FDE0E4
(253,224,228)
#FDE9EA
(253,233,234)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD98B4 color. Also use rgb(253,152,180) instead hex code.

Text Font Color

.myTextColor { color: #FD98B4; }

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

This text font color is #FD98B4.

Background Color

.myBgColor { background-color: #FD98B4; }

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

This div background color is #FD98B4.

Border color

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

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

This div border color is #FD98B4.

Opacity

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

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

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

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

This text has shadow with #FD98B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD98B4.

Preview

Color preview on black background

This text has color #FD98B4 on black background.


Color preview on white background

This text has color #FD98B4 on white background.


Black color preview on #FD98B4 background

This text has black color on #FD98B4 background.


White color preview on #FD98B4 background

This text has white color on #FD98B4 background.


Related colors

Complementary color

Complementary color for #hex is #02674B.


I love getcolorcode.com

Triadic colors

1 #B4FD98 and #98B4FD with #FD98B4 are triadic colors.

2 #B498FD and #98FDB4 with #FD98B4 are triadic colors.