COLOR #FD98BE

HEX: #FD98BE
RGB: (253,152,190)

Color info

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

RGB color model

#FD98BE color RGB value is (253,152,190).

  • red value is 253;
  • green value is 152;
  • blue value is 190.
RGB:
(253,152,190)
(99%,60%,75%)

RGB channels and saturation

R 253 of 255 = 99%
G 152 of 255 = 60%
B 190 of 255 = 75%

253
152
190

R + G + B ~ 78%. #FD98BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 152 + 190 = 595 (100%)
R 253 of 595 ~ 42.52%
G 152 of 595 ~ 25.55%
B 190 of 595 ~ 31.93%

%42.52
%25.55
%31.93

CMYK color model

#FD98BE color CMYK value is (0,40,25,1).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 24.90%
  • key color value is 0.78%
CMYK:
(0,40,25,1)
C0M40Y25K1 
(0%,40%,25%,1%)
(0.00/0.40/0.25/0.01)	

CMYK percentages

%0
%39.92
%24.9
%0.78

Codes

Color #FD98BE in popluar color models

FD98BE
RGB253152190
HSL337°96.19%79.41%
HSB/HSV337°39.92%99.22%
CMYK0.00%39.92%24.90%
0.78%

Color #FD98BE in popluar number systems.

HEXFD98BE
Decimal253152190
Binary111111011001100010111110
Octal375230276

Shades and tints

Shades of #FD98BE

#FD98BE
(253,152,190)
#E68BAD
(230,139,173)
#CF7E9C
(207,126,156)
#B8718B
(184,113,139)
#A1647A
(161,100,122)
#8A5769
(138,87,105)
#734A58
(115,74,88)
#5C3D47
(92,61,71)
#453036
(69,48,54)
#2E2325
(46,35,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FD98BE

#FD98BE
(253,152,190)
#FDA1C3
(253,161,195)
#FDAAC8
(253,170,200)
#FDB3CD
(253,179,205)
#FDBCD2
(253,188,210)
#FDC5D7
(253,197,215)
#FDCEDC
(253,206,220)
#FDD7E1
(253,215,225)
#FDE0E6
(253,224,230)
#FDE9EB
(253,233,235)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD98BE; }

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

This text font color is #FD98BE.


Background Color

.myBgColor { background-color: #FD98BE; }

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

This div background color is #FD98BE.


Border color

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

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

This div border color is #FD98BE.


Opacity

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

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

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

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

This text has shadow with #FD98BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD98BE on black background.


Color preview on white background

This text has color #FD98BE on white background.



Black color preview on #FD98BE background

This text has black color on #FD98BE background.


White color preview on #FD98BE background

This text has white color on #FD98BE background.